.chromestyle{
width: 939px;
font-weight: normal;
margin-left: auto ;
margin-right: auto ;
top: 179px;

}

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

.chromestyle ul{
border: 0px solid;
width: 100%;
height: 28px;
background: #4E5053  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: #4E5053;
padding: 0px;
margin: 0;
text-decoration: none;
border-right: 0px solid #ff0000;
}



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

.dropmenudiv{
position:absolute;
top: 200;
left: 50px;
border: 1px solid #000000; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px Verdana;
line-height:19px;
z-index:100;
background-color: #4E5053;
width: 155px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 12px;
border-bottom: 1px solid #000000; /*THEME CHANGE HERE*/
padding: 5px 0;
text-decoration: none;
font-weight: normal;
color: white;
line-height: 14px;
}

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

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