.chromestyle{
	width: 100%;
	font-weight: bold;
	font-size:10px;
	font-family:Arial,sans-serif;
	padding:0 0 0 0;
	margin:0 0 0 0;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0px;
width:0px; 
clear: both; 
visibility: hidden;
padding:0 0 0 0;
margin:0 0 0 0;

}

.chromestyle ul{
	border: 0px solid #990000;
	width: 100%;
	background: url(/images/nav_bg.gif) center center repeat-x; /*THEME CHANGE HERE*/
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-align: center; /*set value to "left", "center", or "right"*/
	height:33px
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #4a4949;
padding: 9px 8px 0 8px;
margin: 0 0 0 0;
text-decoration: none;
border-right: 1px solid #e8e8e8;
display:block;
height:23px;
float:left;
text-transform:uppercase;
}

.chromestyle ul li a:hover{
	background: url(/images/nav_bg_over.gif) center center repeat-x;
}

.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;
	border: 1px solid #e3e3e3; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 11px Arial;
	line-height:18px;
	z-index:1000;
	background-color: #e3e3e3;
	width: 200px;
	visibility: hidden;
	/*filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;*/

}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 10px;
/*border-bottom: 1px solid #305717; /*THEME CHANGE HERE*/
padding: 2px 0 0 0;
text-decoration: none;
color: #4a4949;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
text-decoration: underline;
}
