.chromestyle{
width: 630px;
}

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

.chromestyle ul{
width: 630px;
 /*background: url(chromebg2.gif) center center repeat-x;*/
 padding:0px;
margin: 0px;
text-align: left;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
margin: 0;
text-decoration: none; /*THEME CHANGE HERE*/

}

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


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

.dropmenudiv{
position:absolute;
top: 0;
 /* border: 1px solid #B5E2FE; */
border-bottom-width: 0;
color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	font-family:Arial,Verdana;
line-height:18px;
z-index:100;
background: #323A36;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
 /* border-bottom: 1px solid #B5E2FE; */
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color:#FFFFFF;
	text-decoration:none;
	font-family:Arial,Verdana;
	text-align: left;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background:#009900;
}