.chromestyle{
	width:605px;
	height:42px;
	float:left;
	padding:0;
	margin:7px 0 0 0;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
margin: 0;
padding:0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
padding:0;
margin:0;
width:120px;
height:42px;
float:left;
}

.chromestyle ul li a{
color: #494949;
margin: 0;
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*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
font:normal 12px Arial;
line-height:18px;
z-index:100;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
height:22px;
display: block;
text-indent: 3px;
text-decoration: none;
font-weight: normal;
color: black;
padding:2px 0 0 3px;

background:url(../images/dropmenubg.png) no-repeat;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color:#FFFFFF;
background:url(../images/dropmenubg-ho.png) no-repeat;
}