
#menu_2 {
width: 200px;
background: #eeeeee;
}

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

#menu_2 a, #menu_2 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_2 h2 {
color: #434343;
background: #434343;
text-transform: uppercase;
}

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

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

#menu_2 li {
position: relative;
}

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

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

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

