.menu
{
width: 155px;
position: absolute;
top: 131px;
left: 11px;
margin-top: -10px;
background-image:url(menu_background.png);
background-repeat: no-repeat;
padding: 5px;
font-weight: bold;
font-size: 11px;
line-height: 140%;
box-shadow: inset -1px 0px 3px #000000,-1px 0px 6px #000000;
height:auto;
margin:0;
padding:0;
padding-top: 4px;
padding-bottom: 4px;
width: 168px;
}
#menu ul {
margin:0;
padding:0;
list-style:none;
white-space:nowrap;
text-align:left;
}
#menu li {
list-style:none;
}
#menu li {
display:inline-block;
display:inline;
}
#menu ul ul {
position:absolute;
left:-9999px;
}
#menu ul#toplevel {
position:absolute;
left:0;
top:0;
}
#menu a {
display:block;
font:bold 10px verdana,arial,sans-serif;
color:#000;
text-decoration:none;
padding:0 10px 0 5px;
line-height: 80%;
padding: 5px;
}
#menu a:visited{
color:#940E15;
text-decoration: underline;
}
#menu ul li:hover > ul {
/*border: 1px solid black;*/
left:100%; height: 37px;
margin-top:-15px;
margin-left:0px;
background-image: url('menu_background.png');
box-shadow: 0px 0px 3px;
}
#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:#09c; color:#fff;}
#menu li:hover > a {background:#09c; color:#fff;}
#menu li a.fly {background: url(arrow.gif) no-repeat right top;}
#menu li a.fly:hover {background:#09c url(arrow.gif) no-repeat right top;}
#menu li:hover > a.fly {background:#09c url(arrow.gif) no-repeat right top;}
*/
#menu table {
position:absolute;
left:99%;
height:0;
width:0;
border-collapse:collapse;
margin-top:-7px;
margin-left:-1px;
}