.chromestyle{
width: 928px;
height:20px;
font:normal 13px arial;
float:left;
margin-left:5Px;

}

.chromestyle:after{ 
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 0px solid #BBB;
width: 100%;
height:20px;

padding: 1px 0;
margin-top:12px;
text-align: center; 
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color:#FFFFFF;
font-weight:100;
text-decoration: none;
padding-right: 19px;
padding-bottom: 18px;
padding-top: +11px;
padding-left: 19px;
border-right: 0px solid #DADADA;
margin-right: 10px;
font-weight:bold;

}

.chromestyle ul li a:hover,  .chromestyle .active a, .menu a:hover  .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background-image:url(chromebg4-over1.gif); 
color:#006600;/*THEME CHANGE HERE*/
}

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

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Tahoma;
line-height:20px;
z-index:100;
background-color:#147bc6;
width: 230px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB;
padding: 2px 0;
text-decoration: none;
font-weight: none;
font-size:12px;
color: black;



}

* html .dropmenudiv a{ 
width: 100%;

}

.dropmenudiv a:hover{
background-color:#FF0000;
color:#FFFFFF;
}