#info {background:#f8f8f8; border:0;}
.menu {white-space: normal; position:relative; z-index:1;color:#ffffff;background-color:#000066;background-image:url(../img/header/hintergrund-menue.gif);background-repeat:no-repeat;height:26px;margin:0px;padding-top:4px;padding-left:10px; text-align:left;font-weight:bold;font-size:11px;}
/* hack to correct IE5.5 faulty box model / letter-spacing:1px; */
* html .menu {}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {list-style-image: none;padding:0px;margin:0px;list-style-type:none;}
.menu ul ul {/*width:149px;*/ padding-left:0px;padding-right:0px;margin-right:10px;}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;/*width:149px;*/ padding-left:0px;padding-left:0px;padding-right:0px;position:relative;margin:0px;}

/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:11px;text-decoration:none; padding-left:3px;padding-right:3px; height:18px; line-height:16px; padding-top:2px;padding-bottom:4px;font-weight:bold;white-space: nowrap;}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {text-align:center;width:95px;w\idth:95px; padding-left:3px;padding-right:3px;white-space: nowrap;}
* html .menu a:hover {color:#000066;background-color:#deebff;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#deebff url(../img/icons/grey-arrow.gif) no-repeat 130px center;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#000066 url(../img/icons/blue-arrow.gif) no-repeat 130px center;}
.menu ul ul :hover > a.drop {background:#000066 url(../img/icons/blue-arrow.gif) no-repeat 130px center;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#deebff;}
/* style the third level hover */
.menu ul ul ul a:hover {background-color:#000066;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0px;top:19px;left:0px; border-top:0px solid #000000;}

/* another hack for IE5.5 */
* html .menu ul ul {top:18px;t\op:18px;}

/* position the third level flyout menu */
.menu ul ul ul{left:149px; top:-1px; width:149px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0px; left:0px; border-collapse:collapse;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {font-size:10px;background-color:#eeeeee; color:#000066; height:auto; line-height:1.4em; padding:5px 10px; width:190px;border-left:1px solid #000066;border-right:1px solid #000066;border-top:1px solid #000066;border-bottom:1px solid #deebff;white-space: normal;padding-right:0px;}

/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {text-align:left;width:170px;w\idth:170px;white-space: normal;}
* html .menu ul ul a:hover {color:#000066;background-color:#eeeeee;text-align:left;width:170px;w\idth:170px;white-space: normal;border-bottom:1px solid #000000;border-left:1px solid #000066;border-right:1px solid #000066;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{font-size:11px;color:#d0f5ff;TEXT-DECORATION:none; }
.menu :hover > a {font-size:11px;color:#d0f5ff;font-size:11px; font-style:normal; font-WEIGHT:bold; TEXT-DECORATION:none }

/* style the second level hover */
.menu ul ul :hover > a {font-size:10px;color:#000066; background-color:#deebff;border-bottom:1px solid #deebff;border-left:1px solid #000066;border-right:1px solid #000066;padding-right:0px;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{z-index:100;visibility:visible; height:auto;background-color:#666666;padding-bottom:1px;margin-left:-2px;margin-top:5px;padding-right:0px;border-left:1px solid #666666;border-right:1px solid #999999;border-bottom:0px solid #999999;border-top:0px solid #333333;}

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{z-index:500;visibility:visible; height:auto;background-color:#999999;padding-bottom:1px;padding-right:0px;}