.chromestyle{
width: 100%;
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; /*set value to "left", "center", or "right"*/
	height: 35px;
	/*background-image: url(../../images/nav_bg.jpg);
	background-repeat: repeat-x;
	background-position: center center;*/
	padding: 0px;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	color: #FFFFFF;
	margin: 0;
	text-decoration: none;
	background-image: url(../../images/nav_sep.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 35px;
	padding-right: 11px;
	padding-left: 10px;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	color: #f4c738;
}

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

.dropmenudiv{
	position:absolute;
	top: 0; /*THEME CHANGE HERE*/
	font-size: 11px;
	line-height:21px;
	z-index:100;
	background-color: #12377B;
	width: 150px;
	visibility: hidden;
	border-top: solid 1px #0e2d63;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	height: 21px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	border-bottom: solid 1px #0e2d63;
	/*border-top: solid 1px #1a4fad;*/
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #164597;
}
