#menu {
width: 127px;
position:relative;
top:42px;
text-transform: uppercase;
}

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

#menu a, #menu h2 {
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
margin: 0;
padding: 4px 6px;
}

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

#menu a {
color: #fff;
border-top:1px solid #fff;
text-decoration: none;
text-align:right;
font-weight:normal;
}

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

#menu ul ul ul {
position: absolute;
border-left:1px solid #fff;
border-right:1px solid #fff;
top: 0;
left: 0;
}

#menu li {position: relative;}

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

div#menu ul ul ul 
{display: none;}

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

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

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

#menu ul li {float: left; width: 100%;}
#menu ul li a {height: 1%;}