.chromestyle{
	width: 100%;
	font-weight: bold;
	font-size:11px;

	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(chromebg_new.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: #FFFFFF;
padding: 9px 8px 0 8px;
margin: 0 0 0 0;
text-decoration: none;
border-right: 1px solid #808184;
display:block;
height:23px;
float:left;
}

.chromestyle ul li a:hover{
	background: url(chromebg_new_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 #305717; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 11px Arial;
	line-height:18px;
	z-index:1000;
	background-color: #346814;
	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;
font-weight: bold;
color: white;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
text-decoration: underline;
}
