.chromestyle{
width: 920px;
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 ul{
font:13px Verdana;
border: 0px solid #BBB;
width: 920px;
height: 37px;
background: url(../../img/bg_menu_0.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 0px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
height: 37px;
display: inline;
line-height: 37px;
height: 37px;
/*IE6 fix
  display : block;
  float : left;
  height: ??
*/
vertical-align:middle;
}



/*bg roll over - wtf border???*/
.chromestyle ul li a{ 
height: 37px;
color: #494949;
padding: 14px 17px 16px;
margin: 0;
text-decoration: none;
/*border-right-style: solid;
border-right-width:1px;
border-color:000000;
*/
}


.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(../../img/bg_menu_1.gif) center center repeat-x; /*THEME CHANGE HERE*/
color: white;

}

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

.dropmenudiv{
position:absolute;
top: 0;
margin-top: -6px; /*margin between menu and dropdown*/
border: 0px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px Verdana;
line-height:23px;
z-index:11400;
background-color: white;
width: 260px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/

}


.dropmenudiv a{
background-color: #454545;
width: auto;
display: block;
text-indent: 3px;
border-bottom: 0px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: white;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color:#CCCCCC;
color:#333333;
}