.chromestyle{
width: 100%;
font-weight: 400;
padding-top:7px;
padding-bottom:7px;
}


.chromestyle ul{
/*border: 1px solid #BBB;*/
width: 100%;
/*background: url(chromebg.gif) center center repeat-x; THEME CHANGE HERE*/
padding: 0px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
list-style:none;
margin:0px;
}

.chromestyle ul li a{
background:url(../images/main-menu-bg.jpg) repeat-x left top;height:22px;color:#fff;padding:4px 11px;margin-right:1px;font-size:11px;font-weight:bold;text-transform:uppercase;width:auto;line-height:22px;
/*border-right: 1px solid #DADADA;*/
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{

color:#FFF; /*script dynamically adds a class of "selected" to the current active menu item*/
/*background: url(chromebg-over.gif) center center repeat-x; THEME CHANGE HERE*/
background:url(../images/main-menu-bg.jpg) repeat-x left bottom;
}

/* ######### Style for Drop Down Menu ######### */
.dropmenudiv{
position:absolute;

border-bottom: 1px solid #FFF;
font-family: "Arial", Tahoma, Arial, Helvetica, sans-serif;
font-size:11px;
line-height:18px;
z-index:100;
background-color: #d50302;
width: 260px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 5px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #FFF;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #5a91b8;
color: #FFF;
}