.chromestyle {
font-weight: bold;
padding: 0px;
background: #96C253;

}

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

.chromestyle ul{
width: 900px;
margin
background: #DEECC4 url("../images/bg/menu.gi") center center repeat-x; /*THEME CHANGE HERE*/
padding: 8px 0;
text-align: left; /*set value to "left", "center", or "right"*/
text-transform: uppercase;
font-family: tahoma, verdana, arial;
font-size: 11px;
font-weight: normal;
border-bottom: 0px solid #39312b;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #1B3546;
padding: 8px 13px;
margin: 0;
text-decoration: none;
border-right: 1px solid #A0C964;
}

.chromestyle ul li a:hover{
color: #000;
padding: 8px 13px;
margin: 0;
text-decoration: none;
border-right: 1px solid #A0C964;
}

.chromestyle ul li a.selected{
color: #000;
padding: 8px 13px;
margin: 0;
text-decoration: none;
border-right: 1px solid #A0C964;
}

.chromestyle ul li a.noborder {
color: #1B3546;
padding: 8px 13px;
margin: 0;
text-decoration: none;
border-right: 0;
}

.chromestyle ul li a.noborder:hover {
color: #000;
padding: 8px 13px;
margin: 0;
text-decoration: none;
border-right: 0;
}


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

.dropmenudiv{
position:absolute;
top: 0;
border-bottom: 1px solid #E0E0E0; /*THEME CHANGE HERE*/
border-bottom-width: 0;
line-height:20px;
z-index:100;
background-color: #96C253;
width:150px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=2); /*Add Shadow in IE. Remove if desired*/
text-transform: uppercase;
font-family: tahoma, verdana, arial;
font-size: 10px;
font-weight: normal;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 8px;
border-bottom: 1px solid #B2D07E; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color:#1B3546;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #C4DE98;
color:#1B3546;
}