.chromestyle{
width: 99%;
font-weight: normal;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
	border: none;
	width: 35%;
	background: none; /*THEME CHANGE HERE*/
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
	color: #7F7F7F;
	font: 12px "Arial Rounded MT Bold";
	position: relative;
	padding: 0;
	left: 480px;
	top: -83px;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 4px 7px;
margin: 0;
text-decoration: none;

}

.chromestyle ul li a:hover{
background: none; /*THEME CHANGE HERE*/
color: #B4985A
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: none;
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position: absolute;
top: 0;
border: none; /*THEME CHANGE HERE         1px solid #BBB*/
border-bottom-width: 0;
font: 10px normal Arial, Helvetica, sans-serif;
color: #7F7F7F;
line-height: 10px;
z-index:100;
background-color: white;
width: 100px;
visibility: hidden;
margin: 0 0 0 4px;

}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 4px;
border-bottom: none; /*THEME CHANGE HERE         1px solid #BBB*/
padding: 2px 0;
text-decoration: none;
font-weight: none;
color: #7F7F7F;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color: #B4985A;
}

