.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 #CBB677;
width: 100%;
background: #FFF; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
color: #CBB677;
text-align: center; /*set value to "left", "center", or "right"*/
}

.bernatStyle ul li{
display: inline;
}

.bernatStyle ul li a{
color: #A6600C;
padding: 2px 3px;
margin: 0;
text-decoration: none;
font-size:12px;
font-weight:normal;
font-family:Arial, Helvetica, sans-serif;
}

.bernatStyle ul li a:hover, .bernatStyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
color: #4C2A05; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 0px solid #CBB677; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font-size:12px;
line-height:18px;
z-index:900;
background-color: white;
width: 180px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 0px;
border-bottom: 1px solid #CBB677; /*THEME CHANGE HERE*/
padding: 4px 4px;
text-decoration: none;
color: #A6600C;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color: #4C2A05;
}