.chromestyle{
width: ;
font-weight:
}

.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 #BBB;
background: url(chromebg3.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 0px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 0px 0px;
margin: 0;
text-decoration: none;
border-right: 0px solid #ADED7C; /*THEME CHANGE HERE*/
}

.chromestyle ul li a:hover{
background: url(chromebg3-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: "";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 0px solid #ADED7C; /*THEME CHANGE HERE*/
	border-bottom-width: 0px;
	font:normal 11px Arial;
	line-height:18px;
	z-index:100;
	background-color: #0397D6;
	width: 140px;
	visibility: hidden;
	filter: Alpha(Opacity=90);
-moz-opacity:.90;
	opacity:.90;
	height: auto;
	left: 28px;
	text-align: left;
}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 15px;
border: 0px solid #ADED7C; /*THEME CHANGE HERE*/
padding: 5px 0;
text-decoration: none;
color: white;

}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #025B82;
	color: #FFFFFF;
}
