.bernatStyle{
width: 100%;
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-top: 1px solid #F1DDBD;
border-bottom: 1px solid #F1DDBD;
width: 100%;
background: #FFF; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
font-weight: normal;
font-size:13px;
color:#F1DDBD;
text-align: center; /*set value to "left", "center", or "right"*/
}

.bernatStyle ul li{
display: inline;
}

.bernatStyle ul li a{
color: #A96D35;
padding: 4px 5px;
margin: 0;
text-decoration: none;
font-size:13px;
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: #D39027; /*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:normal 13px;
line-height:18px;
z-index:900;
background-color: white;
width: 200px;
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: #A96D35;
font-size:12px;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color: #D39027;
}