.chromestyle{
width: 100%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
.chromestyle
{
background:url('../images/topnav_bg.jpg') repeat-x  left top;
margin:0px;
height:26px;
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;

}
.chromestyle ul{
background: url(../images/topnav_bg.jpg) left top repeat-x; /*THEME CHANGE HERE*/
padding:6px 12px 5px 5px;
margin:0px 0px 0px 0px;
text-align: left; /*set value to "left", "center", or "right"*/
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
border-right: 1px solid #DADADA;
}

.chromestyle ul li{
display:inline;
}

.chromestyle ul li a{
margin:0px 1px 0px -5px;
text-decoration: none;
border-left: 1px solid #DADADA;
color:#ffffff;
padding:6px 10px 6px 10px;
}
.chromestyle ul li a:hover{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(../images/topnav_active.jpg) left top repeat-x; /*THEME CHANGE HERE*/
margin:0px 1px 0px -5px;
text-decoration:none;
color:#000;
padding:6px 10px 5px 10px;

}
.chromestyle ul li a.selected{
background: url(../images/topnav_active.jpg) left top repeat-x; /*THEME CHANGE HERE*/
text-decoration:none;
color:#eeeeee;
padding:6px 10px 5px 10px;
margin:0px 1px 0px -5px;
border-left: 1px solid #DADADA;
}

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

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #6B6B6B; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #FFF5DE;
width: 180px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#EDEDED,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #6B6B6B; /*THEME CHANGE HERE*/
padding: 1px 0px 0px 12px;
text-decoration: none;
font-weight: bold;
color: black;
background:url(../images/bullet.gif) no-repeat 5px 6px;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #EBF1FF;
background: #BBC9EC url(../images/bullet_hover.gif) no-repeat 5px 6px;
}