.chromestyle{
	width: 874px;
font-weight: bold;
z-index: 99;
position: relative;
top: 26px;
left: 0px;
height: 29px;
bottom: -26px;
text-align:left;
}

.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 #BBB;
width: 100%;
background: url(menu.png) center center repeat-x; /*THEME CHANGE HERE*/

padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{

color:White;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid Black;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
/*THEME CHANGE HERE*/
background:url(mover.png) center center repeat-x ;
color:White;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
border-left: 1px solid #BBB;
	border-right: 1px solid #BBB;
	border-top: 1px solid #BBB;
	border-bottom: 0 solid #BBB;
	position:absolute;
top: 16px;
/*THEME CHANGE HERE*/
	line-height:18px;
	z-index:100;

	background-color:#48C2E6;
	width: 200px;
	visibility: hidden;
	filter:alpha(opacity=80);
	-moz-opacity:.8;
	opacity:.8;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 12px;
	font-family: Verdana;
	text-align:left;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color:Black;


}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0 ;
border:solid 2px Blue;
color:White;
background:#2787B4;
filter:alpha(opacity=80);
-moz-opacity:.8;
opacity:.8;

}
