.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 ul{
border: 1px solid #828282;
width: 100%;
background: url(chromebg.gif) center center repeat-x;
padding: 4px 0;
margin: 0;
text-align: center;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 4px 11px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
font:normal 12px Verdana;
}

.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(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
margin-top: 1px;
margin-left: -4px;
border: 1px solid #828282;
font:normal 12px Verdana;
line-height:21px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 7px;
text-decoration: none;
color: #333333;
line-height: 21px;
height: 21px;
border: 1px solid #ffffff; /* This will eliminate bouncing */
border-width: 1px 0;
font:normal 12px Verdana;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{
	color: #64ae68;
	background: #d3f8c7;
	border: 1px solid #87df6c;
	border-width: 1px 0;
}