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

.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;
width: 100%;
padding: 0px;
margin: 0px;
text-align: right; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

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

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

.chromestyle_space{width:9px;
}

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

.dropmenudiv{
	text-align: left;
	position:absolute;
	top: 0; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	background-color: #e6e4d7;
	width: 0.3px;
	visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: ##6d6d6a;
	border-right-color: ##6d6d6a;
	border-bottom-color: ##6d6d6a;
	border-left-color: ##6d6d6a;
}


.dropmenudiv a{
	width: 100%;
	display: block;
	text-decoration: none;
	font-weight: normal;
	color: #4b4b4b;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6d6d6a;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0px;
	text-indent: 3px;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #fcd7a3;
	font-weight: normal;
}
