#menu {
height:305px; 
width:165px; 
position:relative;
margin-left:5px;
}
 
#menu ul {
margin:0; 
padding:0; 
list-style:none; 
white-space:nowrap; 
text-align:left; 
padding:1px 1px 0 1px;
border:2px solid;
border-color:#d3e5ec #81a8b7 #60808d #d3e5ec; 
background:#f2f2f2;
}
 
#menu li {
margin:0; 
padding:0; 
list-style:none;
}

#menu li {
display:inline-block; 
display:inline;
}

#menu ul ul {
position:absolute; 
left:-9999px;
}

#menu ul #firstlevel {
position:absolute; 
left:0; 
top:0;
}
 
#menu a {
display:block; 
font:bold 10px verdana,arial,sans-serif; 
color:#6f919f; 
line-height:22px; 
text-decoration:none;
border-bottom:2px dotted #ddd;
padding:0 20px 0 10px;
} 
 
#menu ul li:hover > ul {
left:100%; 
margin-top:-23px; 
margin-left:-4px;
}
 
#menu a:hover ul,

#menu a:hover a:hover ul,
 
#menu a:hover a:hover a:hover ul {
left:100%;
}

#menu a:hover ul ul,
 
#menu a:hover a:hover ul ul {
left:-9999px;
}
 
#menu li a:hover {
background:#e6e6e6; 
color:#6f919f;} 
#menu li:hover > a {
background:#e6e6e6; 
color:#6f919f;
}

#menu li a.fly {
background: url(dots.png) no-repeat right;
}

#menu li a.fly:hover {
background:#e6e6e6 url(dots.png) no-repeat right;
}
 
#menu li:hover > a.fly {
background:#e6e6e6 url(dots.png) no-repeat right;
}
 
#menu table {
position:absolute; 
left:99%; 
height:0; 
width:0; 
border-collapse:collapse; 
margin-top:-7px; 
margin-left:-1px;
}

#menu img {
border:0;
}