.chromestyle{
width: 99%;
font-weight: bold;
}

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

.chromestyle ul{
border: 1px solid #dbddde;
width: 947px;
height:30px;
background: url(../images/but-bg.gif) repeat-x ; /*THEME CHANGE HERE*/
padding:0;
margin: 0;
font:normal 11px Verdana;
font-weight:bold;
line-height:30px;
color:#000000;

/*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	padding:0 25px 0 25px;
margin: 0;
text-decoration: none;
float:left;
border-right:solid 1px #dbddde;
font:normal 11px Verdana;
	font-weight:bold;

line-height:30px;
color:#000000;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	background:url(../images/but-bg-on.gif) repeat-x;
	padding:0 25px 0 25px;
	margin:0;
	float:left;
	border-right:solid 1px #dbddde;
	font:normal 11px Verdana;
	font-weight:bold;
	line-height:30px;
	color:#000000; /*THEME CHANGE HERE*/
}

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

.dropmenudiv{
position:absolute;
top: 0;
font:normal 11px Verdana;
line-height:20px;
z-index:100;
visibility: hidden;
width:auto;
}


.dropmenudiv a{
width: 100%;
display: block;

border:1px solid #dbddde;
border-top:none; /*THEME CHANGE HERE*/
background:url(../images/sub-but-off1.gif) repeat-x; /*THEME CHANGE HERE*/
padding:0 10px 0 10px;
line-height:24px;
text-decoration: none;
font-weight:normal;
color: black;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
border:1px solid #dbddde;
border-top:none; /*THEME CHANGE HERE*/
background:url(../images/sub-but-on1.gif) repeat-x;
width:auto;
height:24px;
padding:0 10px 0 10px;
font:normal 11px Verdana;
line-height:24px;
}
