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

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	color: #4f4f43;
	padding: 4px 12px;
	margin: 0 auto;
	text-decoration: none;
	font: bold 95% Verdana, Arial, Helvetica, sans-serif;
}

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

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

.dropmenudiv{
	position:absolute;
	margin-top: 2px;
	margin-left: 5px;
	border: 1px solid #aecde1;
	border-bottom-width: 0;
	font:normal 85% Verdana;
	line-height:1.5em;
	z-index:100;
	width: 150px;
	color:#FFF!important;
	visibility: hidden;/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.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: normal;
	color: #FFF!important;
	background: url(images/navBack.jpg);
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
	background: url(images/navBack.jpg);
	color:#FFF!important;
}
.dropmenudiv a:link{ /*THEME CHANGE HERE*/
	background: url(images/navBack.jpg);
	color:#FFF!important;
}
.dropmenudiv a:visited{ /*THEME CHANGE HERE*/
	background: url(images/navBack.jpg);
	color:#FFF!important;
}
.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background: url(images/navBackHover.jpg);
	color:#000!important;
}
