.chromestyle{
width: 99%;
font-weight: bold;
font-family:Arial, Helvetica, sans-serif;
}

.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%;
padding: 7px 0px 7px 0px ;
margin: 0;
text-align: right; /*set value to "left", "center", or "right"*/
text-decoration: none;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #6dcff6;
float:left;
padding: 8px 15px 8px 0px;
text-decoration: none;
font-size:18px;
font-weight:bold;
text-shadow:#000000 1px 0px 2px;
display:inline-block;
/*FILTER: shadow(Color=#000000, Strength=1, Direction=200);*/
filter: dropshadow(color=#515152, offx=1, offy=1, positive=true); 
margin:0px 5px 0px 0px;
}

.chromestyle ul li a span{
color: #6dcff6;
padding: 8px 0px 8px 15px;
text-decoration: none;
font-size:18px;
font-weight:bold;
text-shadow:#000000 1px 0px 2px;
display:inline-block;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
color:#FFFFFF;
text-decoration: none;
filter: dropshadow(color=#515152, offx=0, offy=0, positive=true); 
background: url(../tmp_images/menu_bg.gif) center right no-repeat; 
}

.chromestyle ul li a:hover span{ 
color:#FFFFFF;
text-decoration: none;
background: url(../tmp_images/menu_bg.gif) center left no-repeat; 
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
}


.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: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}