#menu {
width: 218px;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
}

#menu a, #menu h2 {
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
display: block;
border-top:0px;
margin: 0;
/*padding: 0px 3px 0px 3px;*/
}

#menu h2 {
color: #fff;
background: #000;
text-transform: uppercase;
}

#menu ul li {
background: url(../images/menu_bg.gif) repeat-x;
}

#menu a {
width:218px;
color: #1FA0D4;
text-decoration: none;
text-align:center;
padding:6px 0px 6px 0px;
font-weight:bold;
}

#menu #on a {
color:#000;
background: url(../images/arrow_left.gif) left center no-repeat;
text-decoration:none;
}

#menu #on a span {
display:block;
background: url(../images/arrow_right.gif) right center no-repeat;
}

#menu a:hover {
color:#000;
background: url(../images/arrow_left.gif) left center no-repeat;
}

#menu a:hover span {
display:block;
background: url(../images/arrow_right.gif) right center no-repeat;
}



#menu #on ul li a {
color:#1FA0D4;
background:none;
}

#menu #on ul li a div {
background:none;
}

#menu #on ul li a:hover {
color:#000;
background: url(../images/arrow_left.gif) left center no-repeat;
}

#menu #on ul li a:hover div {
background: url(../images/arrow_right.gif) right center no-repeat;
}


#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{
color:#1FA0D4;
}

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;}