.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 {
	position: absolute;
	top: 0;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	z-index: 100;
	visibility: hidden;
	margin-left: 0px;
	text-align: left;
	width: 180px;
	border-bottom: 1px solid #000000;
}

.dropmenudiv a{
	border: 1px solid #000000;
	border-bottom: none;
	background-color: #f1f1f1;
	opacity: 0.80; 
	filter: alpha(opacity=80); 
	-moz-opacity: 0.8;
	padding-left: 5px;
	text-decoration: none;
	color: #114d8f;
	margin-left: 0px;
	display: block;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	color: #000000;
	text-decoration: none;
	display: block;
	font-weight: bold;
}

