/* ================================================================ 
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/final_drop2.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.
=================================================================== */
/* style the outer div to give it width */
.menu {
width:790px; 
color:#ffffff;
font-family:Arial, Helvetica, sans-serif;
text-align:center;
margin-top:30px;
height:22px;
background:url(../images/background/navi_1_divider.gif) repeat-x;

}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;


}
.menu ul ul {
width:131px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
display:inline;
float:left;
/*width:131px;*/
position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
text-align:center;
text-decoration:none; 
color:#ffffff;
/*width:111px;*/
line-height:1em;
background:#9d9ea0;
padding:5px 10px;
}

/*exeption for the first menu*/

.menu a.navi01, .menu a.navi01:visited {
background-image:none;
}


/*extra witdt for each menu*/

.menu a.navi01 {
	width:102px;
	margin-right:1px;

}

.menu a.navi02 {
	width:122px;
	margin-right:1px;
}

.menu a.navi03 {
	width:128px;
	margin-right:1px;
}

.menu a.navi04 {
	width:122px;
	margin-right:1px;
}

.menu a.navi05 {
	width:96px;
	margin-right:1px;
}

.menu a.navi06 {
	width:95px;
}


/* a hack so that IE5.5 faulty box model is corrected */
/** html .menu a, * html .menu a:visited {
width:111px;
w\idth:111px;
}*/



/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#9d9ea0;

}
/* style the second level hover */
.menu ul ul a.drop:hover{
background:#9d9ea0;

}
.menu ul ul :hover > a.drop {
background:#9d9ea0;

}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
background:#9d9ea0;
}
/* style the third level hover */
.menu ul ul ul a:hover {
background:#9d9ea0;
}
.menu ul ul ul :hover > a {
background:#9d9ea0;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
background-color:#000000;
visibility:hidden;
position:absolute;
height:0;
top:20px;
left:0; 
/*width:131px;*/
margin-top:2px;
padding-top:8px;
border-top:#9d9ea0 solid 1px;
}



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

/* position the third level flyout menu */
.menu ul ul ul{
left:131px; 
top:0;
width:131px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-131px;
}

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

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
display:block;
background:#000 ;
text-align:left;
color:#ffffff; 
height:auto; 
line-height:1em; 
padding:3px 0px 3px 20px; 
/*width:111px*/
}

.menu ul ul a.last {
padding-bottom:10px; 
}

/*Ausnahmen*/


#Navigation_1 .menu ul ul.menu_3 a {
padding-left:34px;
width:114px 
}

#Navigation_1 .menu ul ul.menu_3 {
width:148px
}


#Navigation_1 .menu ul ul.menu_4 a {
padding-left:30px;
width:118px  
}
#Navigation_1 .menu ul ul.menu_4 {
width:148px
}

#Navigation_1 .menu ul ul.menu_5 a {
padding-left:29px;
width:87px 
}
#Navigation_1 .menu ul ul.menu_5 {
width:116px
}

#Navigation_1 .menu ul ul.menu_6 a {
padding-left:33px;
width:82px;
}
#Navigation_1 .menu ul ul.menu_6 {
width:115px;
}



/* yet another hack for IE5.5 */
/** html .menu ul ul a{
width:111px;
w\idth:111px;
}*/






/* style the top level hover */
.menu a:hover{
color:#ffffff; 
text-align:center;
background:#000000;
}
.menu ul ul a:hover{
color:#ffffff; 
text-align:center;
background:#000000 url(../images/background/arrow_wht.png) 15px 3px  no-repeat;

}


.menu :hover > a{
color:#ffffff;
text-align:center;
background:#000000;
}

.menu ul ul :hover > a {
color:#ffffff;
text-align:left;
background:#000000 url(../images/background/arrow_wht.png) 15px 3px  no-repeat;
}


/*exeption for the first menu*/
.menu a:hover.navi01, .menu ul ul :hover > a.navi01 {
background-image:none;
}




/*style the active-look*/

#Navigation_1 a.active {
	background-color:#000000;
}





/* 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; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover 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;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
}
