.chromestyle {
	width: 99%;
	font-weight: bold;
	font-size: 11px;
	text-align: right;
	padding-right: 4px;
}

.chromestyle:after { /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul {
	/*border: 1px solid #BBB;*/
	width: 100%;
	margin: 0;
	padding: 0px;
	text-align: right;
	padding: 4px;
}

.chromestyle ul li {
	display: inline;
}

.chromestyle ul li span {
	color: #212747;
	background: #C9E3FA;
}

.chromestyle ul li a {
	color: #FFFFFF;
	text-decoration: none;
	background: #5C5B60;
	padding: 6px 12px;
	margin: 0;
}

.chromestyle ul li a:hover{
	color: #FF0000;
	background: #5C5B60; /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
	/* content: ""; */
	color: #FF0000;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
	position:absolute;
	top: 0;
	font-size: 11px;
	line-height:18px;
	text-decoration: none;
	border-bottom-width: 0;
	background-color: #FFFFFF;
	border-top: 1px solid #5C5B60; /*THEME CHANGE HERE*/
	border-left: 1px solid #5C5B60; /*THEME CHANGE HERE*/
	border-right: 1px solid #5C5B60; /*THEME CHANGE HERE*/
	visibility: hidden;
	width: 200px;
	z-index: 200;
}

.dropmenudiv a {
	text-decoration: none;
	font-weight: normal;
	color: #5C5B60;
	width: auto;
	text-align: left;
	display: block;
	border-bottom: 1px solid #5C5B60; /*THEME CHANGE HERE*/
	padding: 2px 4px;
}

* html .dropmenudiv a { /*IE only hack*/
	width: 100%;
	text-decoration: none;
}

.dropmenudiv a:link,
.dropmenudiv a:visited,
.dropmenudiv a:active {
	text-decoration: none;
}

.dropmenudiv a:hover{
	color: #FFFFFF;
	background: #5C5B60;
	text-decoration: none;
	padding-right: 4px;
	padding-left: 4px;
}
