.chromestyle{
	width: 99%;
	font-weight: normal;
	font: Georgia;
	font-size: 20px;
	color: #FFF;
}

.chromestyle:after{ 
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
	border: 0;
	width: 100%;
	padding: 1px 0;
	margin: 0; /*set value to "left", "center", or "right"*/
	color: #333;
	background-color: #666;
	text-align: center;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	color: #FFF;
	padding: 5px 25px;
	margin: 0;
	text-decoration: none;














	border-right: ;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{
	background-color: #633;


}


.dropmenudiv{
	position:absolute;
	top: 33px;
	border: 0px solid;
	border-bottom-width: 0px;
	font:normal 18px Georgia;
	line-height:19px;
	z-index:auto;
	background-color: #630;
	width: inherit;
	visibility: visible;





















filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);
}


.dropmenudiv a{
	width: inherit;
	display: block;
	text-indent: 1px;
	border-bottom: 0px solid;
	padding: 1px 0;
	text-decoration: none;
	font-weight: normal;
	color: #FFF;
}

* html .dropmenudiv a{ 
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #402010;
}
