#menu {
width: 230px;
background: #2270B2;
border-top:1px solid #E5E6E8;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
}

#menu a, #menu h2 {
font-size:11px;
font-family:Verdana, Arial, Helvetica, sans-serif;
display: block;
border-bottom : 1px solid #fff;
border-top:0px;
margin: 0;
padding: 7px 3px 7px 36px;
}

#menu h2 {
color: #fff;
background: #000;
text-transform: uppercase;
}

#menu a {
color: #fff;
background: #7E96D6 url(../images/bullet_normal.gif) left center no-repeat;
text-decoration: none;
}

#menu #on a {
color: #fff;
background: #1E1C1E url(../images/bullet_over.gif) left center no-repeat;
text-decoration: none;
}

#menu #on ul li a {
color: #fff;
background: #7E96D6 url(../images/bullet_normal.gif) left center no-repeat;
text-decoration: none;
}

#menu #on ul li a:hover {
color: #fff;
background: #1E1C1E  url(../images/bullet_over.gif) left center no-repeat;
}

#menu a:hover {
color: #fff;
background: #1E1C1E  url(../images/bullet_over.gif) left center no-repeat;
text-decoration:none;
}

#menu li {
position: relative;
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
width: 100%;
border-top:0px solid #E5E6E8;
}

#menu ul ul ul li a{
background: #7E96D6 url(../images/bullet_normal.gif) left center no-repeat;
}

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;}
