.chromestyle{

font-weight: normal;
}

.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%;
/*background:url(../images/hover.jpg) top left no-repeat;/* THEME CHANGE HERE*/
padding: 4px 0px 0px 0px;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;

}

.chromestyle ul li a{
color: #fff;
padding: 6px 22px 8px 22px;
margin: 0px;
text-decoration: none;
border-right: 2px solid #FFF;
letter-spacing:1px;
/*width:148px;*/
float:left;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
text-transform:uppercase;
font-weight:normal;
background: #CC3300;
}

.arrw{background:url(../images/down.gif) center right no-repeat;}


.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: #FF6600 url(../images/btn-over.jpg);/*THEME CHANGE HERE*/
color:#fff;
font-weight:normal;
}

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

.dropmenudiv{
position:absolute;
top:0;
/*border: 2px solid #800000; *//*THEME CHANGE HERE*/
border-top-width: 0;
font-family:Verdana;
line-height:22px;
z-index:100;
background-color: #FFF;
width: 200px;
visibility: hidden;
font-weight:normal;

}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
/*border-bottom: 1px solid #BBB;*/ /*THEME CHANGE HERE*/
padding: 2px 2px 2px 10px;
text-decoration: none;
color: #FFF;
background-color: #CC3300;
margin:2px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:normal;
text-align:left;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #FF6600;
color:#fff;
font-weight:normal;
}