#menu {
width: 63em;
text-align: right;
// border: 1px solid #eeddaa;
margin: 0 auto;
font-size: 10pt;
}

#nav a, #nav a:link, #nav a:visited {
color: #6c5230;
}

#nav, #nav ul {
float: left;
width: 63em;
list-style: none;
line-height: 1em;
background-color: white;
font-weight: bold;
padding: 0px;
//border: solid #eeddaa;
//border-width: 2px 0;
margin: 0;
}

#nav {
border-top: solid #eeddaa;
border-top-width: 0px;
border-bottom: solid #eeddaa;
border-bottom-width: 2px;
}

#nav a {
display: block;
color: #7c6240;
text-decoration: none;
margin-right: 24px ;
padding:0.4em;
text-align: left;
background-color: transparent;
}

#nav li {
float: right;
padding: 0;
background-color: white;
}

#nav li ul {
position: absolute;
left: -999em;
height: auto;
width: 13em;
background: transparent;
border-left: 1px solid white;
font-weight: normal;
margin: 0px;
list-style:none;
}

#nav li li {
border-bottom: 1px solid #ffffff;
width:12em;
padding-right: 0.8em;
background-color: #f5e4b1;
}

#nav li ul a {
width: 12em;
line-height:1em;
font-weight:300;
text-align: left;
}

#nav li ul ul {
margin: -1.75em 0 0 13em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
left:auto;
z-index:6000;
}
#nav li li :hover, #nav li li.sfhover {
background: #d79756;
}


