/* ================================================================ 
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: 903px; 
/* font-size: 0.85em; */
background: #000000;
margin: 0;
padding: 0;
z-index: 500;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
height: 25px;
padding:0;
margin:0;
list-style-type:none;
z-index: 510;
}
.menu ul ul {
width:180px;
z-index: 520;
}

.menu ul ul li {
display: block;
clear: both;
width: 174px;
background:#ffffff; 
padding:2px 0px; /* hiiiiiiiiiiiiier */
border-right: 2px solid #949f78;
border-bottom: 2px solid #949f78;
border-left: 2px solid #949f78;
z-index: 530;
}

.menu ul ul li {
width: 174px;
w\idth: 176px;
}



/* 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:180px; /*wird nicht von ie6 gelesen */
position:relative;
z-index: 540;

}

.menu li.menuStartpage {
width: 70px;
z-index: 541;
margin-right: 5px;
}

.menu li.menuStartpage a:link, .menu li.menuStartpage a:visited {
width: 60px;
}

.menu li.menuStartpage a:hover {
background: none;
}

/* style the links for the top level */
.menu a /*:link, .menu a:visited */{
display: block;
font-size: 12px;
text-decoration: none; 
color: #c1d29c; 
width: 165px;
/*height: 25px;*/
background: #000000; 
/*padding: 0 0 2px 15px; */
padding: 0 0 0 15px;
}

.menu a.aktiv {
font-weight: bold;
color: #eeb300;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:180px;
w\idth:169px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#fff;
}
/* style the second level hover */
.menu ul ul a.drop:hover{
background: #fff;
}
.menu ul ul :hover > a.drop {
background: #fff;
}

/* 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:#b2ab9b;
}
.menu ul ul ul :hover > a {
background:#b2ab9b;
}

/* 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:0;
top:25px;
left:0; 
width:180px;
}
/* another hack for IE5.5 - flyout menu second level*/
* html .menu ul ul {
top:25px;
t\op:25px;
}

/* position the third level flyout menu */
.menu ul ul ul {
left:180px; 
top:0;
width:180px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-180px;
}

/* 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 {
width: 159px;
height: auto;
background: #fff;
color: #949f75;
padding: 1px 0 1px 6px;
margin: 1px 0 1px 3px;
border-left: 7px solid #c1d49c;
/* yet another hack for IE5.5 */
}

* html .menu ul ul a {
width:180px;
w\idth:159px;
}


/* style the top level hover */
.menu a:hover {
background: #000; 
color: #eeb300;
}

/* style the second level hover */
.menu ul ul a:hover {
border-left: 7px solid #ecb301;
background: #fff;
color: #4b4b4d;
}

.menu :hover > a, .menu ul ul :hover > a {
color:#ffffff;
background:#949e7c;
}

.menu li a:hover {
	background-color: #949e7c;
	color: #fff;
}

/* 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;
}



/* Um komisches MouseOver-Verhalten im FF auszuschließen */
.menu ul ul li a:link, .menu ul ul li a:visited {
color: #949f75;
padding: 2px 0 1px 6px;
margin: 1px 0 1px 3px;
border-left: 7px solid #c1d49c;
background: #fff;
height: auto;
}

.menu ul ul li a:hover, .menu ul ul li a:active {
border-left: 7px solid #ecb301;
background: #fff;
font-weight: bold;
color: #4b4b4d;
height: auto;
}

/* richtige Höhe im IE */
.menu UL li A:link, .menu UL li A:visited { height: 21px; width: auto;}

/* vertikal zentrieren */
.menu ul li a.drop {padding-top: 4px;padding-bottom: 0;}

.menu ul ul li a.aktiv {
border-left: 7px solid #ecb301;
background: #fff;
font-weight: bold;
color: #4b4b4d;
}


