.chromestyle{
	position:relative;
	z-index:80;
	width: 800px;
	height:32px;
	margin: 0px auto;
	padding: 10px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	background-color:;
	vertical-align:middle;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
	border: 0px solid #000000;
	width: 760px;
	height:36px;
	background: ; /*THEME CHANGE HERE*/
	padding: 0px;
	margin: 0px 20px;
	text-align: left; /*set value to "left", "center", or "right"*/
	line-height: 16px;
	vertical-align:bottom;

}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #ffffff;
padding:2px 7px;
margin: 4px 0px 0px 0px;
text-decoration: none;
border-left: 1px solid #666666;
}

.chromestyle ul li a:hover{
background: center center repeat-x; /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content:;
color:#CCCCCC;
content:; /*uncomment this line to use an image instead*/
}


/* ######### 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:150;
color:#003471;
background-color: #e1e1e1;
width: 145px;
text-decoration: none;
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: 4px 0;
text-decoration: none;
color: #003471;
}

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

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