.bernatStyle{
width: 100%;
font-weight: bold;
z-index:999;
}

.bernatStyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.bernatStyle ul{
border: 0px solid #E8EFBC;
width: 100%;
background: url(../images/menu_bg.jpg) top repeat-x; /*THEME CHANGE HERE*/
padding: 0px 0;
margin: 0;
color: #E8EFBC;
text-align: left; /*set value to "left", "center", or "right"*/
}

.bernatStyle ul li{
display: inline;
}

.bernatStyle ul li a{
color: #E8EFBC;
padding: 2px 3px;
margin: 0;
text-decoration: none;
font-size:11px;
font-weight:normal;
font-family:Arial, Helvetica, sans-serif;
}

.bernatStyle ul li a:visited{ 
color: #E8EFBC;
}

.bernatStyle ul li a:hover, .bernatStyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
color: #D9DA56;
background-color: #78A22F; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 0px solid #E8EFBC; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font-size:11px;
line-height:16px;
z-index:900;
background-color: #78A22F;
width: 160px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 0px;
border-bottom: 0px solid #E8EFBC; /*THEME CHANGE HERE*/
padding: 4px 4px;
text-decoration: none;
color: #E8EFBC;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color: #D9DA56;
}

.dropmenudiv a:visited{ /*THEME CHANGE HERE*/
color: #E8EFBC;
}