.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: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 25px;
	z-index: 100;
	background-color: #e41f26; /* SET BG HERE */
	opacity: 0.9; 
	filter: alpha(opacity=90); 
	-moz-opacity: 0.9;
	visibility: hidden;
	margin-left: 0px;
	text-align: left;
	width: 120px;
}

.dropmenudiv a{
	padding-left: 5px;
	text-decoration: none;
	color: #ffffff;
	margin-left: 0px;
	display: block;
}

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

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

