.chromestyle{
	width: 100%;
	height: 33px;
}

.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: 4px 0;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
	background-image: url(../images/page_17.png);
	background-repeat: repeat-x;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	height: 33px;
}

.chromestyle ul li{
	display: inline;
	height: 33px;
}

.chromestyle ul li a{
	color: #003366;
	padding: 4px 7px;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #ffffff;
	height: 33px;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	background-image: url(../images/page_16.png);
	background-repeat: repeat-x;
	background-position: center center;
}

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

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #FFF; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	line-height:15px;
	z-index:100;
	background-color: #F9F9F9;
	width: 200px;
	visibility: hidden;

filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	color: #006699;
}
.dropmenudiv ul{
	text-align: left;
	margin: 0px;
	padding: 1px;
}
.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #FFF; /*THEME CHANGE HERE*/
padding: 1px 0;
text-decoration: none;
color: 006699;
}

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

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

