.chromestyle{
width: 100%;
font-weight: bold;
}

.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: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #ef333a;
padding: 4px 7px;
margin: 0;
text-decoration: none;
font: 12px Verdana;
line-height:18px;
font-weight: bold;
text-shadow: #FFFFFF 1px 1px 1px;
}

.first {
border-right: 1px solid #FFFFFF;
}

.last {
border-right: 0px;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{
color: #000000;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border-bottom-width: 0;
font:normal 12px Verdana;
text-align: left;
font-weight: normal;
line-height:18px;
z-index:100;
background-color: #ffffff;
width: 130px;
visibility: hidden;
padding: 4px 7px;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
font-weight: normal;
border-bottom: 1px solid #d7d7d7; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: #0ba2c5;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #ffffff;
font-weight: normal;
color: #e1e20b;
}
