
#menu {
width: 200px;
background: #434343;
}

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

#menu a, #menu h2 {
font: 11px/14px verdana, arial, helvetica, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #fff #fff #98001d #98001d;
margin: 0;
padding: 5px 10px;
}

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

#menu a {
color: #ffffff;
background: #98001d;
text-decoration: none;
}

#menu a:hover {
color: #ffffff;
background: #434343;
font-weight: bold;}

#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;}
