div#menu{
margin:10px 0 20px 0;
border-width: 1px 0 1px 0;
border-color: #decca4;
border-style: solid;
width: 879px;

}

div#menu li{
display:inline;
vertical-align: top;
margin: 0;
}

div#menu ul{
padding:0;
margin: 0;
color: #7b6023;
}

div#menu a{
font-family:times-new-roman;
font-size: 16px;
display:block;
float:left;
padding:5px 16px;
text-decoration:none;
vertical-align: top;
margin: 0;
}

a#current{
font-family:times-new-roman;
color: white;
font-size: 16px;
display:block;
float:left;
padding:5px 16px ;
text-decoration:none;
vertical-align: top;
margin: 0;
background:url(../images/current.jpg) repeat-y scroll left top;
background-color: #9e874c;

}

div#menu a:hover {
font-family:times-new-roman;
color: white;
font-size: 16px;
display:block;
float:left;
padding:5px 16px;
text-decoration:none;
vertical-align: top;
margin: 0;
background:url(../images/current.jpg) repeat-y scroll left top;
background-color: #9e874c;
}

div.rolldown{
position: absolute;
overflow: hidden;
top: 404px;
visibility: hidden;
height: auto;
width: 170px;
background-color: white;
border-width: 1px;
border-color: #dbc997;
border-style: solid;
font-family: Times New Roman;
font-size: 14px;
color: #7b6023;
padding: 10px;

}
a.submenu{
width: 133px;
border-width: 0 0 1px 0;
border-color: #dbc997;
border-style: solid;
}