.chromestyle{
width: 950px;
}

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

.chromestyle ul{
margin: 0;
height:68px; 
background:url('../images/menu_bg.gif'); 
background-repeat:repeat-x; 
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul 
{ 
padding:0; 
padding-left:20px;
list-style:none; 
} 

.chromestyle ul li{
float:left;
padding:30px 20px 0px 20px;
}

.chromestyle ul li a{
color: #494949;
padding: 4px 10px 23px 10px;
margin: 0;
text-decoration: none;
}


.chromestyle a:link {text-decoration:none; color:#3f4a4e; }
.chromestyle a:active {text-decoration: underline; color:#3f4a4e;}
.chromestyle a:visited {text-decoration:none; color:#3f4a4e;}
.chromestyle a:hover {text-decoration: none; color: #77a933;}

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

.dropmenudiv{
position:absolute;
top:20px;
border: 1px solid #ccc; 
border-bottom-width: 0;
line-height:30px;
z-index:100;
background:url('../images/menudrop_bg.gif'); 

width: 200px;
visibility: hidden;
}


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

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color: #77a933;
}