.menustyle{
font-family: Comic Sans MS, Comic Sans MS, cursive;
width: 99%;
font-weight: bold;
}
.menustyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
.menustyle ul{
/*border: 1px solid #BBB;*/
width: 100%;
/*background: url(chromebg.gif) center center repeat-x; THEME CHANGE HERE*/
padding: 15px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}
.menustyle ul li{
display: inline;
}
.menustyle ul li a{
color: #494949;
padding: 4px 10px;
margin: 0;
text-decoration: none;
width:125px;
vertical-align:middle;
/*border-right: 1px solid #DADADA;*/
}
.menustyle ul li a:hover{
/*background: url(chromebg-over.gif) center center repeat-x; THEME CHANGE HERE*/
}
/* ######### Style for Drop Down Menu ######### */
.dropmenudiv{
background-image:url(../images/background.jpg);
background-repeat:repeat;
font-family: Comic Sans MS, Comic Sans MS, cursive;
position:absolute;
top: 0;
border: 1px solid #000000; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
line-height:18px;
z-index:100;
width: 150px;
visibility: hidden;
}
.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #000000; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #494949;
}
* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}
.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color:#FFFFFF;
background-color: #000000;
}