#menu {
width: 176px;
background: #2270B2;
border-top:1px solid #E5E6E8;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
}

#menu a, #menu h2 {
font: normal 12px arial, helvetica, sans-serif;
display: block;
border-top : 1px solid #E5E6E8;
border-bottom : 2px solid #E5E6E8;
border-left : 3px solid #E5E6E8;
border-right : 3px solid #E5E6E8;
border-top:0px;
margin: 0;
padding: 5px 3px 5px 26px;
}

#menu h2 {
color: #fff;
background: #000;
text-transform: uppercase;
}

#menu a {
color: #fff;
background: #2270B2 url(../images/bullet_ico2.gif) left top no-repeat;
text-decoration: none;
}

#menu #on a {
color: #fff;
background: #0A7DDE url(../images/bullet_ico2.gif) left top no-repeat;
text-decoration: none;
}

#menu #on ul li a {
color: #fff;
background: #2270B2 url(../images/bullet_ico2.gif) left top no-repeat;
text-decoration: none;
}

#menu #on ul li a:hover {
color: #fff;
background: #0A7DDE  url(../images/bullet_ico2.gif) left top no-repeat;
}

#menu a:hover {
color: #fff;
background: #0A7DDE  url(../images/bullet_ico2.gif) left top no-repeat;
text-decoration:none;
}

#menu li {
position: relative;
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
width: 100%;
border-top:1px solid #E5E6E8;
}

#menu ul ul ul li a{
background: #2270B2 url(../images/bullet_ico2.gif) left top 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;}