.chromestyle{
width: 99%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
	width: 100%;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 0;
}

.chromestyle ul li{
	display: inline;
	margin-top: 5px;
	margin-left: 5px;
}

.chromestyle ul li a{
	color: #FFFFFF;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #066593;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 2px;
	margin-bottom:1px;
	padding-left: 5px;

}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	color: #458FB4;
	background-color: #C6E2FF;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:14px;
	text-align:left;
	z-index:100;
	background-color: #458FB4;
	width: auto;
	visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #458FB4;
	border-right-color: #458FB4;
	border-bottom-color: #458FB4;
	border-left-color: #458FB4;
	margin-top: 3px;
	margin-left: 3px;
}


.dropmenudiv a{
	display: block;
	float: none;
	text-indent: 3px;
	border-bottom: 1px solid #458FB4; /*THEME CHANGE HERE*/
	padding: 2px 5px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}



.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #C6E2FF;
	color: #458FB4;
}