.chromestyle{
	width: 100%;
	text-transform: uppercase;
	font-size: 12px;
	color: #a49495;
	text-decoration: none;
}

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

.chromestyle ul{
	border: 0px solid #BBB;
	width: 100%;
	padding: 3px 0;
	margin: 0;
	text-decoration: none;
	text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	display: inline;
	text-decoration: none;
}

.chromestyle a:link{
	color: #a49495;
	text-decoration: none;
}

.chromestyle a:visited{
	color: #a49495;
	text-decoration: none;
}

.chromestyle ul li a{
	color: #a49495;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 4px;
	padding-top: 4px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-decoration: none;
	border-right: 1px solid #333;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	text-decoration: none;
}

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

.dropmenudiv{
	text-decoration: none;
position:absolute;
top: 0;
border: 1px solid #333; /*THEME CHANGE HERE*/
border-bottom-width: 0;
line-height:18px;
z-index:100;
background-color: #191919;
width: 200px;
visibility: hidden;
 if desired*/
}


.dropmenudiv a{
	text-decoration: none;
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #333; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	color: #a49495;
}


.dropmenudiv a:link{
	color: #a49495;
	text-decoration: none;
}

.dropmenudiv a:visited{
	color: #a49495;
	text-decoration: none;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	text-decoration: none;
	color: #191919;
	background-color: #a49495;
}
