#menu {
font-family:"Trebuchet MS";
float:right;
}

#menu h2 {
font-size:12px;
color: #FFF;
background-image:url(../images/header_menu_bg.png);
cursor:pointer;
padding:4px 8px;
padding-top:5px;
}

#menu a, #menu h2 {
font-family:"Trebuchet MS";
font-weight:bold;
display: block;
border-width:0px;
margin: 0;
}

#menu a {
font-size:10px;
width:120px;
color: #a69d7e;
background: #e4dcb7;
border-top:1px solid #c2bea3;
border-bottom: 1px solid #fff;
text-decoration: none;
padding:5px 10px;
}

#menu a:hover {
color: #fff;
background: #e2d48b;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
float: left;
}


#menu li {position: relative;}

#menu ul ul {
position: absolute;
z-index: 500;
top:auto;
display:none;
}

#menu ul li a { line-height:12px;}

#menu ul ul ul {
top: 0;
left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

#left_menu {
float:left;
background: #e3dcca;
}

#left_menu ul {
list-style: none;
margin: 0;
padding: 0;
}

#left_menu h2, #left_menu a {
font: bold 11px/16px arial, helvetica, sans-serif;
width:141px;
display: block;
border-width:0px;
margin: 0;
padding: 3px;
cursor:pointer;
text-decoration:none;
}

#left_menu h2 {
text-transform: uppercase;
color: #fff;
background: #c6bc7f;
border-bottom: 1px solid #fff;
text-align:right;
padding-right:8px;
margin-left:8px;
}

#left_menu h2:hover, #left_menu .selected {
background-color:#a29163;
}

#left_menu a {
width:137px;
color: #a69d7e;
background: #e4dcb7;
text-transform:none;
border-top:1px solid #c2bea3;
border-bottom: 1px solid #fff;
text-decoration: none;
margin-bottom:0;
margin-left:10px;
padding-left:10px;
padding-top:5px;
padding-bottom:4px;
}

#left_menu a:hover, #left_menu .sub_selected {
color: #fff;
background: #e2d48b;
}

#left_menu .submenu {
border:1px solid #c2bea3;
border-top:0px;
margin-left:10px;
}