.chromestyle{
width: 99%; font-size:14px;
 
}

.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(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/*/

margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding:17px 25px 27px ;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
 background:url(../images/hover_bg.png) repeat-x; -moz-border-radius-topleft:3px; -moz-border-radius-topright:3px;  /*THEME CHANGE HERE*/
}

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

.dropmenudiv{ 
position: fixed; margin:0;
top:0;
border-bottom-width: 0;
font:normal 18px Calibri;
line-height:18px;letter-spacing:1px;
z-index:1000;
background:  url(../images/dropdown_bg.png) no-repeat bottom; padding:0 0 5px 0;
width: 196px;
visibility: hidden; margin:-2px 0 0 0;
}


.dropmenudiv a{
width: auto; background:#fc5700;
display: block;
text-indent: 3px;
border-top: 1px solid #fd8b20; /*THEME CHANGE HERE*/
padding: 5px 0 5px 7px;
text-decoration: none;

color: #fff;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #fc7a00; color:#000;
}
