#info {background:#f8f8f8; border:0;}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

#navi {width:980px; height:34px; position:relative; z-index:100; font-family:arial, sans-serif; text-align:left;} 
td {text-align:left;}
/* hack to correct IE5.5 faulty box model */
* html #navi {width:981px; w\idth:980px;}
/* remove all the bullets, borders and padding from the default list styling */
#navi ul {padding:0;margin:0;list-style-type:none;}
#navi ul ul {}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#navi li {float:left; position: relative; display:  inline; font-size: 11px;}
/* style the links for the top level */
#navi a:visited, #navi a {display:block; font-size:13px; font-weight: bold; vertical-align: middle; margin: 0 15px 0 0; padding: 0 0 0 15px; border:0; text-decoration:none; height:34px; line-height:29px; color: #363636; text-align:center;}
#navi a:active, #navi a:hover {background:url(navi_hochschnitt.gif);}
/* a hack so that IE5.5 faulty box model is corrected */
* html #navi a, * html #navi a:visited {width: 85px; w/idth: 84px; margin:0px; padding:0;}

/* style the second level background */
#navi ul ul a.drop, #navi ul ul a.drop:visited {background-color: #fff; margin:0; padding:0 0 30px 0; }
#navi ul ul li { margin: 0; padding:0; }
/* style the second level hover */
#navi ul ul a.drop:hover{background-color: #fff !important;}
#navi ul ul :hover > a.drop {}
/* style the third level background */
#navi ul ul ul a, #navi ul ul ul a:visited {}
/* style the third level hover */
#navi ul ul ul a:hover {}


/* hide the sub levels and give them a positon absolute so that they take up no room */
#navi ul ul {visibility:hidden;position:absolute;top:34px;left:0; width:160px; margin:0;}
/* another hack for IE5.5 */
* html #navi ul ul {top:34px;t\op:35px;}

/* position the third level flyout menu */
#navi ul ul ul{left:100px; top:-1px; width:100px;}

/* position the third level flyout menu for a left flyout */
#navi ul ul ul.left {left:-100px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
#navi table {position:absolute; top:0; left:0; border-collapse:collapse; width:160px;}



/* style the second level links */
#navi ul ul a, #navi ul ul a:visited { color:#000; height:auto; line-height:1.2em; padding:5px 10px; width:140px; background: white; margin:0; text-align: left;}

/* yet another hack for IE5.5 */
* html #navi ul ul a, * html #navi ul ul a:visited {width:130px; w\idth:129px; text-align:left;}

/* style the top level hover */
#navi a:hover {background:transparent;color:#e4af00;} #navi ul ul a:hover{color:#e4af00; background:#fff;}
#navi :hover > a{background:transparent;color:#e4af00;} #navi ul ul :hover > a {color:#e4af00; background:#fff;}

/* make the second level visible when hover on first level list OR link */
#navi ul li:hover ul,
#navi ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
#navi ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
#navi ul :hover ul :hover ul{ visibility:visible;}

#active {
	color:#e4af00 !important;
}
