.chromestyle{
	width:99%;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}

.chromestyle a:hover, .chromestyle a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	padding:3px 0px 0px 0px;
	opacity:0;
	filter:alpha(opacity=0);
	color:#eeeeee;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top:0;
	z-index:100;
	width:162px;
	visibility:hidden;
	border:1px solid #c58614;
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=135,strength=8); Add Shadow in IE. Remove if desired*/
	margin-left:1px;
	_margin-top:-3px;
}


.dropmenudiv a:link, .dropmenudiv a:visited{
	display:block;
	/*border-bottom: 1px solid #BBB; THEME CHANGE HERE*/
	padding:4px 0px 4px 7px;
	text-decoration:none;
	color:#876028;
	font-size:11px;
	font-weight:bold;
	line-height:auto;
	background:url(images/bkgDropdown.gif) repeat-y top left;
	width:156px;
	
	height:auto;
}

* html .dropmenudiv a{ /*IE only hack*/
	width:100%;
	color:#eeeeee;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background:url(/images/bkgDropdown_on.gif) repeat-y top left;
}

.dropdownDiv {
	background:url(/images/bkgDropdownDiv.gif) no-repeat top left;
	padding-top:2px;
}

.dropdownBtm {
	background:url(/images/bkgDropdownBtm.gif) no-repeat top left;
	padding-top:1px;
}

/*About us drop-down*/
#dropmenu94 { 
	margin-left:-83px !important;
}
