.menustyle{
padding-top:5px;
float:left;
width: 780px;
font-family:Arial;
font-size:10px;


}

.menustyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
background-color:#00FF00;
}

.menustyle ul{
width: 100%;
/*background: url(../images/center_tile.gif) repeat-x;;*/
padding: 6px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.menustyle ul li{
display: inline;
}

.menustyle ul li a{
color: #000000;
padding: 5px 10px;
margin: 0;
text-decoration: none;
/*border-right: 1px solid #E8BEBE; /*THEME CHANGE HERE*/
}

.menustyle ul li a:hover{
color:#804000; /*THEME CHANGE HERE*/
height: 40px;


}

.menustyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #999999; /*THEME CHANGE HERE*/
border-bottom-width: 1;
line-height:18px;
z-index:100;
background-color: #FFFFFF;
width: 200px;
padding: 2px;
visibility: hidden;
font-family:Arial;
font-size:11px;
text-decoration: none;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
/*border: 1px solid #E8BEBE; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color:#000000;

}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #a88c79;
color:#FFFFFF;
}
