.chromestyle{
	width: 100%;
	font-weight: bold;
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
}

.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: 8px 0px;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
	background-image: url(images/11/menu-gray.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	color: #333;
	padding: 0px 11px;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #999999;
}

.chromestyle ul li a:hover{
	color: #003366;
}



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

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: black;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 7px;
	border-bottom: 1px solid #BBB;
	padding: 2px 0;
	text-decoration: none;
	color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
}

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

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


.chromestyle {
position:relative;
height:2.45em;
}
.chromestyle ul{
position:absolute;
}







