.chromestyle{
	width: 100%;
		margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	font-size: xx-small;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
	border-top: 0px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul{
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-decoration: none;
}

.chromestyle ul li{
	display:inline;
	list-style: none;
	margin-left: 10px;
	margin-right: 32px;
	padding: 0px;
	text-decoration: none;

}

.chromestyle ul li a{
padding: 0px;
margin: 0;
text-decoration: none;
color: #FFFFFF;
}



.chromestyle ul li a:hover{
/*background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
padding-left: 0px;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-transform: uppercase;
font-size: xx-small;
border: 1px solid #B1946C; /*THEME CHANGE HERE*/
border-bottom-width: 2px;
line-height:14px;
z-index:100;
background-color: #e0d5c5;
width: 180px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 0px;
border-bottom: 1px solid #B1946C; /*THEME CHANGE HERE*/
padding: 0px ;
text-decoration: none;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #d3b98d;
}