/* ================================================================ 
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_pullup.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.
=================================================================== */


.menu ul ul {
background-color:#FAFAFA;
width:180px;
}

/* 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:99px;*/
position:relative;
}

* html .menu ul li{
	background:url(../images/layout/navilistyle.gif) 0 0 no-repeat;
	width:115px;
	margin:0 0 0 0;
}

* html .menu ul ul li{
	margin:0;
}

* html .menu ul li.ie6as{
	margin:0 19px 0 7px;
	width:160px;
}

* html .menu ul li.ie6as02{
	margin:0 -17px 0 0;
}

/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
font-size:12px;
text-decoration:none; 
color:#06497E;

height:38px;
padding:0;
margin:0 0 0 0;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
margin:0;
height:0;
}



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

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
top:27px;
left:0px;
}
* html .menu ul ul {
top:1px;
font:0.8em Verdana, Arial, Helvetica, sans-serif;
}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {

background:url(../images/layout/navilistyle.gif) 0 0px #fafafa no-repeat;
color:#000; 
height:auto; 
line-height:1em; 
padding:7px 0 7px 22px; 
width:157px;
border:0;
border-right:1px solid #DADCD2;
border-bottom:1px solid #DADCD2;
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:185px;
}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:#FF5C21;
}

* html .menu a:hover, .menu ul ul a:hover{
background-color:#000; /*wird benötigt für IE6 GANZ WICHTIG*/
background:none;
color:#DC0007;
}

.menu :hover > a, .menu ul ul :hover > a {
color:#DC0007;
}

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

.menu ul ul a:hover{ 
background:url(../images/layout/navilistyle.gif) 0 0px #fafafa no-repeat;
color:#ff5c21;
background-color:#fff;
}