.chromestyle{
width: 100%;
font-weight: bold;
margin-top:0;
color:#FFFFFF;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block;
margin-top:0; 
height: 0; 
clear: both;
visibility: hidden;
}

.chromestyle ul{
border: 0px solid #BBB;
top:0;
margin-top:0;
width: 100%;
line-height:35px;
background-image:url(menubg.png);
/*background: url(chromebg5.gif) center center repeat-x;*/ /*THEME CHANGE HERE*/
padding: 8px 0;
margin: 0;
margin-top:0px;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
margin-top:0px;
}

.chromestyle ul li a{
left:0;
top:0;
color: #494949;
padding: 7px 7px;
margin: 0;
margin-top:0;
font: bold 12px Verdana ;
color:#333333; top:-6px; /*text cocol*/
text-decoration:none;
border-right: 1.5px solid #DADADA;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
/*background-color:#FFFFFF;*/
color:#FF3399;

/*background: url(chromebg-over.gif) center center repeat-x;*/ /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
margin-top:0px;
top: 0;
border: 0px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 13px Verdana ;
color:#FFFFFF;
line-height:18px;
z-index:100;
/*background-image:url(menubgd.png);*/
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}
.indropmenu{
width:513px;
height:183px;
background-image:url(../bg/menubg.gif);
background-repeat:no-repeat;
}

.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: normal;
color:#FFFFFF;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
color:#FFFFFF;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
/*background-color:#ffffff;*//*????????????????????*/
color:#000000;
/*background-color: #F0F0F0;*/
}