#info {background:#f8f8f8; border:0px;}
.menu {white-space: normal; position:relative; z-index:100;letter-spacing:1px;color:#ffffff;background-color:#288528;background-image:url(../img/header/bg_menue.jpg);background-repeat:repeat-x;margin:0px;padding-left:5px;padding-top:2px; text-align:left;height:21px;font-weight:bold;font-size:10px;}
/* hack to correct IE5.5 faulty box model */
* 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:10px;text-decoration:none; color:#ffffff; padding-left:10px;padding-right:10px; height:18px; line-height:18px; 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:50px;w\idth:58px; padding-left:5px;padding-right:5px;white-space: nowrap;}
* html .menu a:hover {color:#014678;background-color:#eeeeee;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#014678;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#014678;}
.menu ul ul :hover > a.drop {background:#014678;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#e2dfa8;}
/* style the third level hover */
.menu ul ul ul a:hover {background-color:#014678;}


/* 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; }

/* 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:#eeeeee; color:#014678; height:auto; line-height:1em; padding:5px 10px; width:150px;border-left:1px solid #666666;border-right:1px solid #666666;border-top:1px solid #666666;border-bottom:1px solid #eeeeee;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:148px;white-space: normal;}
* html .menu ul ul a:hover {color:#014678;background-color:#d0f5ff;text-align:left;width:170px;w\idth:148px;white-space: normal;border-bottom:1px solid #f58220;border-left:1px solid #f58220;border-right:1px solid #f58220;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#014678; background-color:#eeeeee;TEXT-DECORATION:none; }
.menu :hover > a {color:#014678; background-color:#eeeeee;border-bottom:1px solid #eeeeee; }

/* style the second level hover */
.menu ul ul :hover > a {color:#014678; background-color:#d0f5ff;border-bottom:1px solid #d0f5ff;border-left:1px solid #666666;border-right:1px solid #666666;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{visibility:visible; height:auto;background-color:#999999;padding-bottom:1px;padding-right:0px;border-left:1px solid #eeeeee;border-right:1px solid #666666;border-bottom:1px solid #666666;}

/* 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;}