dropmenudiv.chromestyle{
width: 200px;
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{
	text-align: left; /*set value to "left", "center", or "right"*/
	font:12px/12px "verdana", Times New Roman, Times, serif;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	padding-left:12px;
	display:block;
	width:312px;
	height:28px;
	margin-left:12px;
	padding-top:6px;
	margin: 0;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	color: #494949;
	padding: 4px 7px;
	margin: 0;
	text-decoration: none;
	width: 312px;
	line-height:14px;
/*border-right: 1px solid #DADADA;*/
}



.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	background: url(images/menu_hover_bg.gif) center center repeat-x; /*THEME CHANGE HERE*/
	width: 312px;
	height: 40px;
	
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv1{
	position:absolute;
	border-bottom-width: 0;
	font:normal 11px Tahoma;
	line-height:30px;
	z-index:100;
	width: 200px;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);
}

.dropmenudiv{
	position:absolute;
	top: 0px;
	border: 1px solid #EAD999; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 11px Tahoma;
	line-height:25px;
	z-index:100;
	background-color: #F7E6A8;
	width: 200px;
	visibility: hidden; 
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);
}



.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #EAD999; /*THEME CHANGE HERE*/
padding: 0 10px;
text-decoration: none;
font-weight: normal;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
background: url(img-hover.gif) center center repeat-x;
}

