.chromestyle{
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

.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;
width: 100%;
background: url() center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	margin: 0;
	text-decoration: none;
	border-right: 0px solid #DADADA;
	font-weight: bold;
	color: #FFFFFF;
	padding: 1px 22px;
}



.chromestyle ul li a:visited{
	color: #FFFFFF;
}

.chromestyle ul li a:hover{
	color: #FDA043;
}


.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 #AAA; /*THEME CHANGE HERE*/
	border-bottom-width: 1px;
	z-index:100;
	background-color: white;
	width: 100px;
	visibility: hidden;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	line-height: 1.1 em;
	font-weight: bold;
	font-variant: normal;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
	padding: 1px 3px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
color: #CCCCCC;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #F0F0F0;
	color: #993300;
	font-weight: bold;
}
