.menustyle{
width: 100%;
height:30px;
font-weight: bold;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
background-image:url(../images/menu_bg-shadow.png);
background-repeat:repeat-x;
}

.menustyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.menustyle ul{

width: 100%;
background: url(images/chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 9px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.menustyle ul li{
display: inline;
}

.menustyle ul li a{
color: #ffffff;
padding: 7px 1px;
margin: 0;
text-decoration: none;

}

.menustyle ul li a:hover, .menustyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(images/chromebag-over.gif) repeat-x; /*THEME CHANGE HERE*/
text-decoration:none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
background-image:url(../images/submenu-background.jpg);
background-repeat:repeat-y;
top: 0;
/*border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:bold 11px Arial;
line-height:18px;
z-index:100;
background-color: #EFEFEF;
width: 200px;
visibility: hidden;
}



.dropmenudiv a{
width: auto;
display: block;
text-indent: 5px;
?*border-bottom: 1px solid #E4E4E4; /*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: #E4E4E4;
}