#menucontainer {
  display: block;
  float: right;
  width: 290px;
  text-align: left;
  color: white;
}



#menu {
	width: 272px;
	background: transparent;
	margin-left: 11px
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
}

#menu a, #menu h2 {
/*font: bold 11px/16px arial, helvetica, sans-serif;border-color: #ccc #888 #555 #bbb;*/
font: 14px/1.25 arial, helvetica, sans-serif;
display: block;
border-width: 1px;
border-top: 1px solid #705A52;
border-bottom: 1px solid #3E322D;
margin: 0;
padding: 8px 8px 8px 28px;
}

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

#menu a {
color: #fff;
background: #56453E;
text-decoration: none;
}

#menu a:hover {
color: #fff;
background: #403533;
}

#menu li {
position: relative;

}

#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
}

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

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