.chromestyle{
width: 100%;
font-weight:600;
margin: 0px;
padding:0px;
height:24px;
 
}
.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%;
 	background-repeat:repeat-x;
 	padding: 0px;
	margin: 0px;
	text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	display: inline;
 	background-repeat:repeat-x;
	height:24px;
 }

.chromestyle ul li a{
color: #494949;
font-family: Arial, Helvetica, sans-serif;
font-size:11px;
font-stretch:expanded;
padding:0px;
margin: 0px;
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*/
/*background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
/*background-color:#191919;*/
color:#191919;
font-family:Arial;
font-size:11px;
}

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

.dropmenudiv{
	position:absolute;
	top: 	0px;
 	border: 0px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font-family:Arial;
	font-size:11px;
	line-height:18px;
	z-index:100;
	background-color: white;
 	visibility: hidden;
	color: #494949;
	text-align:left;
	width:200px;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 0px solid #BBB; /*THEME CHANGE HERE*/
	padding: 2px 0;
	padding-left:25px;
	text-decoration: none;
 	color: #494949;
	margin:1px;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color:#191919;
	color:#FEFEFE;
}
