.chromestyle{
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 solid #BBB;
width: 100%;
padding: 0px 0px;
margin: 0;
text-align:left;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
padding:0px;
}

.chromestyle ul li a{
	color: #ffffff;
	padding:16px 16px 16px 16px;
	margin:0px;
	text-decoration: none;
	border: 0px solid #ffffff;
}

.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/bottom-blue-bg.jpg) center center repeat-x; /* THEME CHANGE HERE */ 
	background-color:#303;

}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0px;
border: 0px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0px;
font:normal 12px arial;
line-height:18px;
z-index:100;
background-color: white;
text-align:left;
visibility: hidden;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 0px solid #27f052;
	padding: 10px 10px 8px 8px;
	text-decoration: none;
	font-size:12px;
/*	font-weight: bold;  */
/*	background-image:url(../images/navi-button.jpg);  */
	background-color:#303;
	color: white;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
font-family:arial;
font-size:12px;
/* background-image:url(../images/bottom-blue-bg.jpg);  */
background-color:#1a011a;
text-align:left;
color:#FFF;
	padding: 10px 10px 8px 8px;
}