.chromestyle{
	width: 900px;
	float: left;
	padding-left: 3px;
}

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

.chromestyle ul{
width: 100%;
padding: 11px 0px 0px 28px;
margin: 0 auto auto;
text-align: left;
font-size: 14px;
}

.chromestyle ul li{
	display: inline;
}

.chromestyle ul li:hover{
	background-color: #33CC33;
}

.chromestyle ul li a{
color: #FFFFFF;
padding: 4px 11px 0px 11px;
margin: 0;
text-decoration: none;
font-weight: bold;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ 
color: #FFFFFF; /*script dynamically adds a class of "selected" to the current active menu item*/

}

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

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #336600; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height: 20px;
z-index:100;
background-color: #336600;
width: 180px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);
text-align: left; /*Add Shadow in IE. Remove if desired*/
}


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

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #33CC33;
color: #FFFFFF;
}