ul.menu {list-style:none; margin:0; padding:0}
ul.menu * {margin:0; padding:0}
ul.menu a {display:block; text-decoration:none}
ul.menu li {position:relative; float:left; margin-right:0px}
ul.menu ul {position:absolute; top:33px; left:0; display:none; opacity:0; list-style:none}
ul.menu ul li {position:relative; margin:0; width:15em; text-align:left} /* absolute width must be set, otherwise menu items will be mangled */
ul.menu ul li a {display:block; width:100%} /* full width must be set, otherwise menu links will be not stretched enough */
/* Following styles apply only to nested submenus, we don't need them */
/*
ul.menu ul li a:hover {background-color:#c5c5c5}
ul.menu ul ul {left:148px; top:-1px}
ul.menu .menulink {padding:0px 0px 0px}
ul.menu .menulink:hover, ul.menu .menuhover {background:url(images/header_over.gif)}
ul.menu .sub {background:#d1d1d1 url(images/arrow.gif) 136px 8px no-repeat}
ul.menu .topline {border-top:1px solid #aaa}
*/


