.chromestyle{
font-size: 12px;
top: 0;
left: 0;
height: 44px;
position: relative;
margin: 0;
padding:0;
}

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

.chromestyle ul{
margin: 0;
padding: 12px 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
font-family: "Tahoma", Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
display: inline;
margin: 0;
padding: 0;
height: 44px;
}

.chromestyle ul li a:link, .chromestyle ul li a:visited{
color: #2f3517;
padding: 0 10px 12px 10px;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover{
color: #FFFFFF;
}


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

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #FFFFFF; /*THEME CHANGE HERE*/
border-top: 0;
font:normal 11px Arial;
line-height:12px;
z-index:100;
background-color: #dde1c0;
width: 160px;
visibility: hidden;
}


.dropmenudiv a:link, .dropmenudiv a:visited{
width: auto;
display: block;
border-bottom: 1px solid #FFFFFF; /*THEME CHANGE HERE*/
padding: 6px 8px 6px 8px;
text-decoration: none;
color: #2f3517;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
color: #2d4c9c;
text-decoration: none;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #6e7e29;
color: #FFFFFF;
font-weight: bold;
text-decoration: none;
}