.chromestyle ul li{
display: inline;

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

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

.chromestyle ul{
width: 100%;
padding: 0px 0;
margin: 0;
text-align: left;
}

.chromestyle ul li a{

color: #000000;
/*padding: 4px 7px;*/
margin: 0;
text-decoration: none;

/*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(chromebg-over.gif) center center repeat-x;THEME CHANGE HERE*/
}

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

.dropmenudiv{
	position:absolute;
	min-height:189px!important;
	height:auto;
	top: 0px;
	color: #000000;
	text-transform: capitalize;
	font-size: 11px;
	border-bottom-width: 1;
	font-weight:normal;
	padding: 4px 0 0 8px;
	background: #ffffff;
	text-align:left;
	width: 120px;
	display:none;
	box-shadow: 7px 7px 8px #000000;
	-webkit-box-shadow: 7px 7px 8px #000000;
	-moz-box-shadow: 7px 7px 8px #000000;



filter: progid:DXImageTransform.Microsoft.dropShadow(color=#000000, offX=7, offY=7, positive=true);
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
.dropmenudiv div{ float:left;}
.dropmenudiv a{
width: auto;
display: block;
font-size:12px;
padding:0!important;
margin:2px 2px 0 13px;
text-decoration: none;
font-weight: normal;
color: #000000;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
color: #000000;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
}

