.chromestyle{
width: 800px;
height:40px;
background-image:url(../images/nav_bg.gif);
background-repeat:repeat-x;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0px; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;
padding: 13px 0px 10px 0px;
margin: 0px;
text-align: center; 
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#000000;
padding: 7px 8px 8px 8px;
margin: 0px 2px 0px 2px;
text-decoration: none;

}

.chromestyle ul li a:hover{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: #ffffff;
}

.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: #ffffff;
}

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

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #cfcfcf; /*THEME CHANGE HERE*/
border-bottom-width: 0;
border-top-width: 0;
font-family:Verdana, Geneva, sans-serif;
font-weight:normal;
font-size:11px;
color:#000000;
line-height:18px;
z-index:100;
background-color: #ffffff;
width: 175px;
visibility: hidden;
margin-top:5px;
}

.dropmenudiv ul, .dropmenudiv li{
margin:0px;
padding:0px;
list-style:none;
}


.dropmenudiv a{
width: auto;
display: block;
border-bottom: 1px solid #cfcfcf; /*THEME CHANGE HERE*/
padding: 6px 9px 6px 9px;
text-decoration: none;
font-weight: normal;
color: #000000;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-image:url(../images/hover_nav_bg.gif);
background-repeat:repeat-x;
color:#FFFFFF;
}