.chromestyle{
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR:#000000; background-image: url(images/hyperlink_underline.gif); FONT-FAMILY:Verdana, Arial, Helvetica, sans-serif; TEXT-ALIGN: center;
	height:20px;
}

.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%;
padding: 0px 0;
text-align:center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	display: inline;
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR:#000000; FONT-FAMILY:Verdana, Arial, Helvetica, sans-serif; TEXT-ALIGN: center;
}
.chromestyle ul li a {
color:#FFFFFF;
padding:8px 12px;
text-decoration:none;
}


.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	COLOR:#000000; TEXT-DECORATION: none; /*THEME CHANGE HERE*/
}

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

.dropmenudiv{
	position:absolute;
	top: 0;
	border-bottom-width: 0;
	FONT-WEIGHT: bold;
	FONT-SIZE: 11px;
	COLOR:#000000;
	FONT-FAMILY:Verdana, Arial, Helvetica, sans-serif;
	line-height:18px;
	z-index:100;
	background-color:#004080;
	width: 200px;
	visibility: hidden;
	padding-left:0px;
	border-bottom:#1b458d 1px solid;
	border-left:#1b458d 1px solid;
	border-right:#1b458d 1px solid;
	text-align:left;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #1b458d;
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR:#000000; FONT-FAMILY:Verdana, Arial, Helvetica, sans-serif;
	COLOR:#000000;
}

