div#menu{
/*margin:10px 0 20px 0;*/
background-color: #fef5e3;
border-width: 1px 0 1px 0;
border-color: #d7b670;
border-style: solid;
width: 930px;

}

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

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

div#menu a{
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 14px;
font-weight: normal;
display:block;
float:left;
padding: 6px 25px;
text-decoration:none;
vertical-align: top;
margin: 0;
color: #bda567;
}


a.current{
font-family: Georgia, "Times New Roman", Times, serif;
color: #bda567;
font-size: 14px;
font-weight: normal;
display:block;
float:left;
/*padding:5px 16px;*/
text-decoration:none;
vertical-align: top;
margin: 0;
background-color: #fff;

}

div#menu a:hover {
font-family: Georgia, "Times New Roman", Times, serif;
color: #bda567;
font-size: 14px;
font-weight: normal;
display:block;
float:left;
/*padding:5px 16px;*/
text-decoration:none;
vertical-align: top;
margin: 0;
background-color: #fff;
}

div#rolldown a:hover {
font-family: Georgia, "Times New Roman", Times, serif;
color: #bda567;
font-size: 14px;
font-weight: normal;
display:block;
float:left;
/*padding:5px 16px;*/
text-decoration:none;
vertical-align: top;
margin: 0;
background-color: #fff;
}
div.rolldown{
position: absolute;

top: 137px;
visibility: hidden;
height: auto;
width: 160px;
background-color: #fef5e3;
border-width: 1px;
border-color: #d7b670;
border-style: solid;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
color: #bda567;
padding: 5px;
}

div.rolldown2{
visibility: hidden;
background-color:#FEF5E3; 
position:absolute;
width:160px;
border-width: 1px;
border-color: #d7b670;
border-style: solid;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
color: #bda567;
padding: 5px;
}
a.submenu{
width: 115px;
border-width: 0 0 1px 0;
border-color: #bda567;
border-style: solid;
}

