/* ANTERIO - MENUE */
/* IE 5/6 Hack (to make :hover work) */
body { behavior:url(/fileadmin/anterio/css/csshover.htc); }


/* Level 1: Anterio Geschaeftsfelder */
#menu { z-index:1000 !important; width:600px; padding:0px 0px 0px 15px; font-family:arial, sans-serif; border-top:1px solid #003056; border-bottom:1px solid #003056; border-left:1px solid #003056; vertical-align:top; }
#menu ul { z-index:1001; padding:0; margin:0; list-style-type:none; }
/* style the table so that it takes no part in the layout - required for IE to work */
#menu table { z-index:1000 !important; position:absolute; top:0; left:0; border-collapse:collapse; }
/* Entfernen der Aufzaehlungszeichen und Abstaende vom default-List-Style */
/* float the list to make it horizontal and a relative position so that you can control the dropdown menu positon */
#menu ul li { z-index:1003; float:left; position:relative; top:0px; }
/* Level 1: Link-Styles */
#menu ul a, #menu ul a:visited { display:block; float:left; font-size:14px; text-decoration:none; color:#000; height:22px; line-height:115%; padding:5px 8px 0px 8px; }
/* IE 5/6 Hack, damit Links die volle Hoehe des Menues beanspruchen */
* html #menu a, * html #menu ul a:visited { height:27px; }
#menu ul a:hover { color:#003056; background:#cadff0; }
#menu ul a.drop, #menu ul a.drop:visited { background:url(/fileadmin/anterio/pics/arrowdownblue.gif) no-repeat right top; padding:5px 15px 0px 8px; }
#menu ul a.drop:hover, #menu ul a.drop:hover { background:#cadff0 url(/fileadmin/anterio/pics/arrowdownblue_hover.gif) no-repeat right top; }


/* Level 2: Anterio Subnavigation */
#menu ul ul  { z-index:1002; visibility:hidden; position:absolute; height:0; top:27px; left:0; }
#menu ul ul li { width:142px; border-bottom:1px solid #fff; }
/* Level 2: Link-Styles */
#menu ul ul a, #menu ul ul a:visited { float:none; font-size:14px;background:#003056; color:#fff; height:auto; line-height:1em; padding:3px 6px; border-width:0px; }
#menu ul ul a:hover { background:#cadff0; color:#003056; }
#menu ul ul a.drop, #menu ul ul a.drop:visited { background:#003056 url(/fileadmin/anterio/pics/arrowborderbluewhite.gif) no-repeat 128px center; padding:3px 0px 3px 6px; }
#menu ul ul a.drop:hover { background:#cadff0 url(/fileadmin/anterio/pics/arrowborderbluewhite_hover.gif) no-repeat 128px center; color:#003056; }


/* Level 3: Anterio Subnavigation */
#menu ul ul ul { visibility:hidden; z-index:1000 !important; left:142px; top:-1px; }
/* Level 3: Link-Styles */
#menu ul ul ul a, #menu ul ul ul a:visited { background:#003056; }
#menu ul ul ul a:hover { background:#cadff0; color:#003056; }


/* Level 1: Sichtbarkeit -> macht 3. Level unsichtbar wenn Hover ueber Level 1 Liste oder Link */
#menu ul li:hover ul ul { visibility:hidden; }
/* Level 2: Sichtbarkeit -> macht 2. Level sichtbar wenn Hover ueber Level 1 List oder Link */
#menu ul li:hover ul, #menu ul a:hover ul { visibility:visible; }
/* Level 3: Sichtbarkeit -> macht 3. Level sichtbar wenn Hover ueber Level 2 Liste oder Link */
#menu ul li:hover ul li:hover ul, #menu ul li:hover ul a:hover ul { visibility:visible; }