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

.chromestyle img {
border:0;
}

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

.chromestyle ul{
background: url(../images/bg_nav.jpg) left top repeat-x; /*THEME CHANGE HERE*/
padding: 8px 0 3px 8px;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 5px 10px 7px 10px;
margin: 0;
margin-right:12px;
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/bg_navOver3.jpg) left bottom repeat-x; /*THEME CHANGE HERE*/
}

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

.dropmenudiv{
position:absolute;
top: 0;
font:normal 12px Arial;
line-height:18px;
z-index:100;
background: #EEEEEE;
visibility: hidden;
float: left;
padding:3px;
width:170px;
}


.dropmenudiv a{
width: auto;
display: block;
padding: 4px 5px;
text-decoration: none;
color: #CC0000;
}

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

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