.chromestyle{
	width: 640px;
	text-transform: uppercase;
	font-size: 12px;
	font-family: Optima;
	background-image: url(chromebg.gif);
	background-repeat: repeat-x;
	height: 26px;
	vertical-align: middle;
}

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

.chromestyle ul{
	width: 640px;
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
	background-position: center center;
	height: 46px;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
}

.chromestyle ul li{
	display: inline;
	width: 640px;
	height: 46px;
}

.chromestyle ul li a{
	color: #494949;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #DADADA;
	padding-top: 4px;
	padding-right: 11px;
	padding-bottom: 4px;
	padding-left: 7px;
	height: 46px;
}

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

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

.dropmenudiv{
	position:absolute;
	top: 0; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	line-height:16px;
	z-index:100;
	background-color: #F0E195;
	visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
	font-family: Optima;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
}


.dropmenudiv a{
	width: 150px;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: #333333;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}
w<wxws