.mainmenubarstyle{
width: 100%;
font-weight: bold;
}

.mainmenubarstyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.mainmenubarstyle ul{
border-top: 1px solid silver;
border-bottom: 1px solid silver;
width: 100%;
background: url(images/menubarbg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: right; /*set value to "left", "center", or "right"*/
}

.mainmenubarstyle ul li{
display: inline;
}

.mainmenubarstyle ul li a{
color: white;
padding: 4px 7px;
margin: -2px;
text-decoration: none;
border-left: 1px solid black; /*Added by Andy */
border-right: 1px solid black; /*Added by Andy */
}

.mainmenubarstyle ul li a:hover{
background: url(images/menubarbgOver.gif) center center repeat-x; /*THEME CHANGE HERE*/
color: white;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
position: absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font: 12px Arial, Verdana, Helvetica;
line-height:18px;
z-index:100;
background-color: #2A2C33;
width: 150px;
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;
color: white;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #AE1818;
color: white;
}