.chromestyle{
margin-left:0px;
/* width: 99%;*/
/* font-weight: bold; */
}
.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
clear: both; 
visibility: hidden;
}
.chromestyle ul{
padding: 0px;
margin: 0px;
text-align: left; /*set value to "left", "center", or "right"*/
}
.chromestyle li{
display: block;
}
.chromestyle ul li{
display: inline;
}
.chromestyle ul li a{
color: #ffffff;
padding: 0px;
margin: 0px;
text-decoration: none;
}

.chromestyle ul li a:hover{
color: #ffffff; /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

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

.dropmenudiv {
color:#000000;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
line-height:16px;
margin:-69px 0 0 -1px;
padding: 0;
position:absolute;
text-align:center;
top: 0;
left: 0;
visibility:hidden;
width:138px;
z-index:100;
border-top: 1px solid #16325d;
}

a.submenu:link,
a.submenu:visited  {
	border-bottom: 1px solid #16325d;
	border-left: 1px solid #16325d;
	border-right: 1px solid #16325d;
	display: block;
	background-color: #FFFFFF;
	color: #000000; 
/*
	opacity: 0.90; 
	filter: alpha(opacity=90); 
	-moz-opacity: 0.9;
*/
	text-decoration: none;
	margin-bottom: 0px;
}

a.submenu:hover { /*THEME CHANGE HERE*/
	background-color: #16446f;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}


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

