.chromestyle{
margin: 0;
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{

width: 100%;
background: transparent url(images/nav-bg.jpg) repeat-x scroll 0 0;
padding: 4px 0;
margin: 0;
text-align: left;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #03F9F8;
padding: 4px 20px;
margin: 0;
text-decoration: none;
border-right: 1px solid #333;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
color:#fff;
/*background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/*/
}

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

.dropmenudiv{
margin: 0;
position: absolute;
border: 1px solid #333; 
border-bottom-width: 0;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
background-color: black;
width: 200px;
visibility: hidden;
*/}


.dropmenudiv a{
	border-bottom:1px solid #333333;
	color:#03F9F8;
	display:block;
	font-family:arial black,arial;
	font-size:10px;
	font-weight:bold;
	padding:2px 0;
	text-decoration:none;
	text-indent:3px;
	text-transform:uppercase;
	width:auto;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color:#03F9F8;
color:#333;
}

#chromemenu{
	position:absolute;
}