.chromestyle{
width: 981px;
font: 16px Verdana, sans-serif;
}

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

.chromestyle ul{
		list-style-type: none;
			padding: 0px;
			display: block;
			height: 1.9em; 
			font: 16px Verdana, sans-serif;
}

.chromestyle ul li{
		float: left;
			display: inline;
}

.chromestyle ul li a{
		text-decoration: none;
			height: 1.3em;
			float: left;
			display: block;
			width: 194px;
			padding: .1em 1px;
						color: #999999;
					border-top-color: #a8a8a8;		
			border-top: 7px solid;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
		background-color: #CCCCCC;
			color: #666666; /*THEME CHANGE HERE*/
}

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

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
z-index:100;
background-color: white;
width: 193px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: 193px;
display: block;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
		color: #999999;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 193px;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
width: 193px;
}