.chromestyle ul{
margin: 0;
padding: 0;
float: left;
font: bold 13px Arial;
background: #21a3d7;
font-size:.78em;  
 font-family:Arial; 
 text-decoration:none; color:#FFFFFF ;
 width:905px; height:35px;
 background:url(../images/butt_bgtile.gif) center repeat-x; 
 z-index:1000
}

.chromestyle ul li{
display: inline;

}

.chromestyle ul li a{
float: left;
color: white;
padding: 9px 11px;
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*/
color:white;
}

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

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 10px Verdana;
line-height:18px;
z-index:100;
background-color: #2a91d8;
width: 200px;
visibility: hidden;
opacity:0.8;filter:alpha(opacity=80);
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: white;
 
}

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

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


