.chromestyle{
width: 100%;
font-weight:normal;
font-family:arial;
font-size:14px;
font-stretch:expanded;
color:#FFFFFF;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0;
margin:0;
padding:0;
clear: both; 
visibility: hidden;
}

.chromestyle ul{
background-position: 0% 0%; border:0px solid #BBB; width: 100%;
/*THEME CHANGE HERE*/
margin: 0;
text-align: center; padding-left:0; padding-right:0; padding-top:9px; padding-bottom:9px; background-color:transparent; background-repeat:repeat-x; background-attachment:scroll
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #FFFFFF;
padding:9px 9px;
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/header/menu-bg-o.gif') bottom;
color:#000000
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
margin:-1px auto 0 auto;
border:3px solid #F5E73A; /*THEME CHANGE HERE*/
font:normal 12px verdana;
line-height:18px;
z-index:100;
background-color:#FFC619;
width: 600px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px dotted #F0B80E; /*THEME CHANGE HERE*/
padding: 4px 0;
text-decoration: none;
font-weight: normal;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #CF650A;
color:#FFFFFF;
}

/* ######### Style for Drop Down Menu ######### */
.dropmenudiv1{
position:absolute;
margin:-1px auto 0 auto;
border:3px solid #F5E73A; /*THEME CHANGE HERE*/
font:normal 12px verdana;
line-height:18px;
z-index:100;
background-color:#FFC619;
width: 400px;
visibility: hidden;
}


.dropmenudiv1 a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px dotted #F0B80E; /*THEME CHANGE HERE*/
padding: 4px 0;
text-decoration: none;
font-weight: normal;
color: black;
}

* html .dropmenudiv1 a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv1 a:hover{ /*THEME CHANGE HERE*/
background-color: #CF650A;
color:#FFFFFF;
}