#menu {
width: 100%;
padding-bottom:5px;
border-right:1px solid #cccccc;
z-index:1;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
}

#menu h2 {
font: bold 16px "Times New Roman", helvetica, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 2px 3px;
}

#menu h2 {
color: #fff;
background: transparent;
text-transform: uppercase;
}

#menu li a {
font: bold 15px "Times New Roman", helvetica, sans-serif;
color: #000033;
background: ;
text-decoration: none;
padding-left:5px;
}

#menu a:hover {
color: #000033;
background: transparent;
text-decoration:underline;
font: bold 15px "Times New Roman", Arial, Helvetica, sans-serif;
}

#menu li {
position: relative;
padding-bottom:5px;
}

#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;}