.chromestyle{
width: 100%;
height: 58px;
font-weight: bold;
font-family: arial, sans-serif;
font-size: 14px;
background: transparent url(../images/bgMenu.gif) top left;

}

.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: 20px 0 0 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #ffffff;
background: url(../images/menuLine.png) top right no-repeat;
padding: 5px 7px 5px 5px;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover{
color: #ffcc33;
}




/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #f6ae00; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px arial;
text-align: left;
line-height:18px;
z-index:100;
background-color: #ffcc00;
width: 200px;
visibility: hidden;

}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #f6ae00; /*THEME CHANGE HERE*/
padding: 1px 0;
text-decoration: none;
font-weight: normal;
color: #000000;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #ffff00;
}