.chromestyle{
width: 99%;
font-weight: bold;
padding-top: 5px;


}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;

}

.chromestyle ul{

width: 100%;
background: url(nav.gif) center repeat-x; /*THEME CHANGE HERE*/

margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/

}

.chromestyle ul li{
display: inline;


}

.chromestyle ul li a{
color: #ffffff;
/*padding: 11px;*/			/*ET - Adding this moved Menu down a few pixels*/

margin: 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(nav.gif) center repeat-x; /*THEME CHANGE HERE*/

}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position: absolute;
top: 0px;
text-align: left;

border-bottom-width: 0;
font:normal 12px Verdana;
line-height:19px;			/*ET - Was 18px. 20px fixed misaligned buttons.*/
z-index:100;
background-image: url(back.png);
width: 200px;
visibility: hidden;
margin-top: 0px;			/*ET - Adding this moved Menu down a few pixels*/
padding-top: 0px;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;

padding: 2px;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;

}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/ 

background-image: url(backc.png);
}