.chromestyle{
width: 99%;
font-weight: bold;
font-size:15px;
z-index:9999999;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
z-index:9999999;
}

.chromestyle ul{

width: 100%;
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
z-index:9999999;
}

.chromestyle ul li{
display: inline;
z-index:9999999;
}

.chromestyle ul li a{
color: #fff;
padding: 4px 7px;
margin: 0;
text-decoration: none;
z-index:9999999;
}

.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(chromebg-over.gif) center center repeat-x; /*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #F7AB00; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
background-color: #F7AB00;
width: auto;
visibility: hidden;
position:fixed;
/*margin-top:-230px;
margin-left:-500px;*/
z-index:9999999;
font-size:12px;
padding:5px 5px 5px 5px;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #E9A100; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight:bold;
color: #FFFFFF;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #E9A100;
}

/* menu 2*/
.dropmenudiv2{
position:absolute;
top: 0;
border: 1px solid #F7AB00; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
background-color: #F7AB00;
width: auto;
visibility: hidden;
position:fixed;
/*margin-top:-230px;
margin-left:-500px;*/
z-index:9999999;
font-size:12px;
padding:5px 5px 5px 5px;
}


.dropmenudiv2 a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #E9A100; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight:bold;
color: #FFFFFF;
}

* html .dropmenudiv2 a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv2 a:hover{ /*THEME CHANGE HERE*/
background-color: #E9A100;
}