.navstyle{
width: 99%;
font-weight: bold;
}

.navstyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.navstyle ul{
width: 100%;
background: #663300; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.navstyle ul li{
display: inline;
padding:0;
margin:0;
}

.navstyle ul li a{
color: #fff;
padding: 4px 0px;
margin: 0;
text-decoration: none;
}

.navstyle ul li a:hover{
color: #cc9900;
}

.navstyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: "";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
line-height:18px;
z-index:100;
width: 170px;
visibility: hidden;
}

.dropmenudiv a{
font-family:Arial, Helvetica, sans-serif; 
font-size:10px; 
width: 164px;
display: block;
border-bottom: 1px dashed #663300;
padding:2px 1px 4px 5px;
xmargin:0 10px;
text-decoration: none;
font-weight: bold;
color: #663300;
background:url(/images/bg_dropdown.png) center repeat-y; behavior: url(css/pngfix.htc)  
}

.dropmenudiv a:hover{ color:#ffffff; background:url(/images/bg_dropdown-hover.png) center repeat-y; behavior: url(css/pngfix.htc)
}

.dropmenudiv a.end{
font-family:Arial, Helvetica, sans-serif; 
font-size:10px; 
width: 164px;
display: block;
padding:2px 1px 4px 5px;
xmargin:0 10px;
text-decoration: none;
border-bottom:solid 0px #fff;
font-weight: bold;
color: #663300;
background:url(/images/bg_dropdown-end.png) center repeat-y; behavior: url(css/pngfix.htc)  
}

.dropmenudiv a.end:hover{
font-family:Arial, Helvetica, sans-serif; 
font-size:10px; 
width: 164px;
display: block;
padding:2px 1px 4px 5px;
xmargin:0 10px;
text-decoration: none;
border-bottom:solid 0px #fff;
font-weight: bold;
color: #ffffff;
background:url(/images/bg_dropdown-end-hover.png) center repeat-y; behavior: url(css/pngfix.htc)  
}



