#menu {padding-left:1px; margin:0; list-style:none; height:34px; position:relative; z-index:500; font-family:arial, verdana, sans-serif; float:left;}
#menu li {float:left;}
#menu li a {display:block; float:left; height:34px; line-height:34px; background:url(../images/bg_menu.png) repeat-x; color:#ffffff; text-decoration:none; font-size:12px; font-weight:bold; width: 120px; text-align: center ; margin-left:5px;}

#menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* styles */

#menu li a:hover {z-index:200; position:relative;color:#fff; background-color:#E20019; text-decoration:underline; text-align: center;}
#menu li:hover {position:relative; z-index:200;}

#menu li:hover > a {color:#fff;}/*#########*/
#menu li:hover > a.sub {color:#fff;}/*#########*/
#menu li:hover > a.sub:hover {color:#fff;}/*#########*/

#menu li a.sub {}

#menu :hover ul {left:0px; top:34px; width:120px; border-top:1px solid #ffffff;}

/* level 1 */

#menu ul, 
#menu :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none; }

/*Level 2*/
#menu :hover ul :hover ul
{left:240px; top:0px; white-space:nowrap; width:140px; z-index:200; height:auto; border-left:1px solid #ffffff;}

#menu :hover ul li {margin:0;}
#menu :hover ul li a {padding:0 10px 0 20px; background-color:#848484; color:#ccc; height:30px; line-height:30px; background-image:none;}
#menu :hover ul li a.fly {color:#ffffff; text-align:left; padding:0 10px 0 20px; width:210px;}/*#########*/
#menu ul li a.fly{border-right:0px;}

#menu :hover ul :hover {color:#fff;}
#menu :hover ul :hover a.fly {color:#fff; text-decoration:underline;}/*#########*/

#menu :hover ul :hover ul li a {width:140px; padding:0; text-indent:10px; color:#fff; text-align:left;}/*Level 2*/
#menu :hover ul :hover ul :hover {background-color:#E20019; color:#fff;}

#menu a.current { background:url(../images/bg_menu_cur.png) repeat-x;}

/*Level 3*/
#menu :hover ul li a.untermenu {background-color:#5F6B74; color:#ffffff; text-align:left; padding:0 10px 0 20px; width:210px;}/*#########*/
#menu :hover ul :hover a.untermenu {background-color:#E20019; color:#fff; text-decoration:underline; background-image:url(../images/menu_2_level.png); background-repeat:no-repeat; background-position:right;}/*#########*/
