/**************** menu coding *****************/
#menu {
width: 154px; /* 10em; */
background-color:#cfba79;
}

#menu ul {
list-style: none;
background-color:#cfba79;
margin: 0;
padding: 0;
width:100%;
}

#menu a {
font: bold 9px/12px verdana, arial, sans-serif;
display: block;
}

#menu h2 {
color: #fff;
background-color:#cfba79;
background: #000;
text-transform: uppercase;
}

#menu a {
color: #ffffff;
background-image:url(../images/button.gif);
text-decoration: none;
padding-top:8px;
padding-left:11px;
padding-right:5px;
padding-bottom:2px;
height:25px;
width:138px;
}

#menu a:hover {
color: #CDB874;
background-image:url(../images/button.gif);
background-color:#cfba79;
}

#menu li {position: relative; width:100%;}

#menu ul ul {
position: absolute;
background-color:#cfba79;
top: 0;
left: 100%;
width: 100%;
border-width: 1px;
border-style: solid;
border-color: #6699cc;
}

div#menu ul ul,
div#menu ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul
{display: block;}

