#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-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:20px;padding-right:20px; height:18px; line-height:16px; padding-top:2px;padding-bottom:4px;font-weight:bold;white-space: nowrap;color:#ffffff;}

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

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#eeeeee url(../img/icons/grey-arrow.gif) no-repeat 130px center;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#eeeeee url(../img/icons/blue-arrow.gif) no-repeat 130px center;}
.menu ul ul :hover > a.drop {background:#eeeeee 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:#ffffff;}
/* style the third level hover */
.menu ul ul ul a:hover {background-color:#e2001a;}


/* 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:22px;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 {background-color:#ffffff; color:#333333; height:auto; line-height:1em; padding:10px 10px; width:180px;border-left:1px solid #999999;border-right:1px solid #999999;border-top:1px solid #999999;border-bottom:1px solid #ffffff;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:180px;w\idth:180px;white-space: normal;}
* html .menu ul ul a:hover {color:#e2001a;background-color:#999999;text-align:left;width:180px;w\idth:180px;white-space: normal;border-bottom:1px solid #000000;border-left:1px solid #999999;border-right:1px solid #999999;}

/* 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 {color:#000099; background-color:#eeeeee;border-bottom:1px solid #ffffff;border-left:1px solid #999999;border-right:1px solid #999999;padding-right:0px;background-image:none;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; height:auto;background-color:#cccccc;padding-bottom:1px;padding-right:0px;margin-left:-6px;}

/* 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{ visibility:visible;}
