/* ================================================================ 
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/flyout2.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
.flyout-menu {
position:relative;
z-index:9000;
font-size:90%;
margin:0px 0px 0px 0px; /* this page only */
}

/* remove all the bullets, borders and padding from the default list styling */
.flyout-menu ul {
padding:0;
margin:0;
list-style-type:none;
width:285px;
}
/* hack for IE5.5 */
* html .flyout-menu ul {margin-left:-16px; ma\rgin-left:0;}
/* position relative so that you can position the sub levels */
.flyout-menu li {
position:relative;
background:#FFF;
height:27px;
}

/* get rid of the table */
.flyout-menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* style the links */
.flyout-menu a, .flyout-menu a:visited {
display:block; 
text-decoration:none;
height:26px;
line-height:26px;
width:264px;
color:#000;
text-indent:5px;
border:1px solid #fff;
border-width:0 1px 1px 0;
background-image: url(images/menu.gif);
background-repeat: no-repeat;
padding:0px 0px 0px 20px;
}
/* hack for IE5.5 */
* html .flyout-menu a, * html .flyout-menu a:visited {background:#DBDBDB; width:265px; w\idth:264px; background-image: url(images/menu.gif);
background-repeat: no-repeat;}
/* style the link hover */
* html .flyout-menu a:hover {color:#fff; background:#FFF; background-image: url(images/menu-mo.gif);
background-repeat: no-repeat;}

.flyout-menu :hover > a {
color:#fff; 
background:#606060;
background-image: url(images/menu-mo.gif);
background-repeat: no-repeat;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.flyout-menu ul ul {
visibility:hidden;
position:absolute;
top:0;
left:285px; 
}
/* make the second level visible when hover on first level list OR link */
.flyout-menu ul li:hover ul,
.flyout-menu ul a:hover ul {
visibility:visible;
}

/* keep the third level hidden when you hover on first level list OR link */
.flyout-menu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.flyout-menu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.flyout-menu ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.flyout-menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
}



/* Links für Untermenüs */
.flyout-menu ul li ul a, .flyout-menu ul li ul a:visited {
background:#8B8B8B;
width:280px;
padding:0px 0px 0px 4px;
}
.flyout-menu ul li ul :hover > a {
background:#606060;
}
* html .flyout-menu ul li ul  a:hover {
background:#606060;
}


/* Links für Akademie */
.flyout-menu ul li.sub_akademie ul a, .flyout-menu ul li.sub_akademie ul a:visited {
background:#2061AC;
}
.flyout-menu ul li.sub_akademie ul :hover > a {
background:#1A4F8B;
}
* html .flyout-menu ul li.sub_akademie ul  a:hover {
background:#1A4F8B;
}


/* Links für College */
.flyout-menu ul li.sub_college ul a, .flyout-menu ul li.sub_college ul a:visited {
background:#F5BC00;
}
.flyout-menu ul li.sub_college ul :hover > a {
background:#D8A706;
}
* html .flyout-menu ul li.sub_college ul  a:hover {
background:#D8A706;
}


/* Links für Coaching */
.flyout-menu ul li.sub_coaching ul a, .flyout-menu ul li.sub_coaching ul a:visited {
background:#C4171A;
}
.flyout-menu ul li.sub_coaching ul :hover > a {
background:#8C0F12;
}
* html .flyout-menu ul li.sub_coaching ul  a:hover {
background:#8C0F12;
}


/* Links für Verlag */
.flyout-menu ul li.sub_verlag ul a, .flyout-menu ul li.sub_verlag ul a:visited {
background:#00A22E;
}
.flyout-menu ul li.sub_verlag ul :hover > a {
background:#017823;
}
* html .flyout-menu ul li.sub_verlag ul  a:hover {
background:#017823;
}
