.chromestyle{
width: 100%;
font-family: arial;
font-size: 0px;
background-color: #ffffff;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 0px solid #bbb;
width: 100%;
padding: 0px 0px;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
font-family: arial;
background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
/*color: #cccccc;*/
padding: 0px 0px;
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(chromebg-over.png) center center repeat-x; /*THEME CHANGE HERE*/
color: #ffffff;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
margin:-12px 0px 0px 0px;
top: 0x;
border: 2px solid #fff; /*THEME CHANGE HERE*/
font:13px arial; 
font-weight:bold;
line-height:27px;
z-index:5;
background-color:#aaaaaa ; opacity:0.95; filter:alpha(opacity=95);
width: 230px;
visibility: hidden;

}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 20px;
border-bottom: 0px solid #BBB; /*THEME CHANGE HERE*/
padding: 0px 0;
text-decoration: none;

color: white;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #0000359;
text-decoration: none;
color: #444444;


}