.chromestyle{
width: 100%;
font-weight: bold;
padding-right:5px;
padding-left:5px;
padding-top:9px;
}

#chromemenu { list-style:none; position:relative; }
#chromemenu table { height:0;}
#chromemenu li {float:left;}
#chromemenu li a {display:block;line-height:35px; height:35px;padding:0 9px 0 9px; float:left; margin:0 2px 0 2px;}
#chromemenu li a span {display:block; height:35px; float:left; padding:0 0 0 0px; cursor:pointer;}
#chromemenu li a:hover {background:url(../images/menu_over_bg.jpg); background-repeat:repeat-x; height:35px}


.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
font-family:Verdana, Geneva, sans-serif;
font-size:12px;
font-weight:normal;
letter-spacing:3px;
padding: 0px 0px 0px 0px;
margin: 0;
xmargin-left:25px;
xmargin-top:18px;
text-align: left; /*set value to "left", "center", or "right"*/

}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #000;
padding-top:12px;
padding-bottom:12px;
xmargin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected
{ 
  /*script dynamically adds a class of "selected" to the current active menu item*/
  background: url(../images/menu_over_bg.jpg)  repeat-x; /*THEME CHANGE HERE*/
  background-position:bottom;
}

.current
{
	background:url(../images/menu_over_bg.jpg) ;
	background-repeat:repeat-x;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px 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;
}