.chromestyle{
width: 436px;
font-weight: bold;
}

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

.chromestyle ul{
width: 436px;
background: url(chromebg2.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 0px 0px;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

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

.dropmenudiv{
position: absolute;
font:normal 11px Verdana;
line-height:20px;
z-index:100;
background-color: #cfd0d1;
width: 210px;
visibility: hidden;
}

a:link { 
	color: #9d9d9d;
}
a:visited { 
	color: #9d9d9d;
}
	
.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
text-decoration: none;
color: #6b6b6b;
}

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

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