#menu {
width: 100px; padding:15px 0 0 0; /* set width of menu */
background: #fff;
font-family:Arial;font-size:14px;
} 

#menu ul { /* remove bullets and list indents */
list-style: none;
margin: 0;
padding: 0;
}


#menu a, #menu h2 {

font-size:11px;
display: block;
border-width: 3px;
border-style: solid;
border-color: #fff #fff #fff #fff;
margin: 0;
padding: 3px 3px 0 6px;
}

#menu h2 {
color: #fdefeb;
background: #000 url(long.gif);
font-weight:bold;
text-transform: uppercase;
}

#menu a {
font:normal;
color: #96381d;
background:#fdefeb;
text-decoration: none;
}

#menu p{
font-size:14px;}

#menu a:hover {
color: #fff;
background: #000;
}

#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;}