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

.navihuelle{
	position:relative;
	background:url(../images/layout/navi.jpg) 0 0 no-repeat;
	width:514px;
	height:30px;
	z-index:150;
	
	padding:0 0 0 35px;
}

.menu{
	width:549px;
	height:30px;
	padding:0;
}

/* html .menu{
	height:53px;
}*/

	.menu ul{
		margin:0;
	}

* html .menu ul{
		margin:0;
		padding:0;
		height:30px;
	}
	
	.menu ul li{
		float:left;
		position:relative;
		margin:0 1px 0 0;
	}
	
	.menu li a:link, .menu li a:visited{
		font:1.1em Arial, Helvetica, sans-serif;
		display:block;
		color:#fff;
		font-weight:bold;
		height:23px;
		padding:7px 10px 0 10px;
		text-decoration:none;
	}

	.menu li a:hover, .menu li a:active{
		background:url(../images/layout/navihover.gif) 0px center repeat-x;
	}
	
	.menu li a.active{
		
	}
	
	.menu ul li.trenner{
		background:url(../images/layout/trenner.gif) 0 0 no-repeat;
		width:2px;
		height:30px;
	}

.menu ul ul {
border:0;
padding:2px 0 0 0;
background:url(../images/layout/ulul.gif) 0 0  no-repeat;
width:130px;
border-top:1px solid #028AC8;
}

* html .menu ul ul{
	width:130px;
}

	.menu ul ul li a:link, .menu ul ul li a:visited{
		background:url(../images/layout/li_style.gif) 12px 8px #fff no-repeat;
		font:1.2em Arial, Helvetica, sans-serif;
		display:block;
		color:#000;
		height:15px;
		padding:5px 5px 5px 35px;
		width:130px;
		text-decoration:none;
		border:1px solid #008ACB;
		border-right:none;
		border-bottom:0;
		border-top:0;
		
		filter:alpha(opacity=80);
		-moz-opacity:.80;
	}
	
	.menu ul ul li a.borderunten{border-bottom:1px solid #028AC8;}

	* html #master .menu ul ul li a.borderunten{border-bottom:1px solid #028AC8;}

	.menu ul ul li a:hover, .menu ul ul li a:active{
		background:url(../images/layout/li_style02.gif) 12px 8px #0B5F8B no-repeat;
		color:#fff;
		
		filter:alpha(opacity=99);
		-moz-opacity:1.0;
	}

* html .menu ul li a{
	float:left;
}

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

* html .menu ul ul {
top:-1px;
font:0.8em Arial, Helvetica, sans-serif;
}

* html .menu ul ul a{
}

/* 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:29px;
left:-3px;
}

/* style the second level links */
/*.menu ul ul a, .menu ul ul a:visited {
background:url(../images/layout/listyle.gif) 0 0px #fafafa no-repeat;
color:#000; 
height:auto; 
line-height:1em; 
padding:7px 0 7px 22px; 
width:250px;
border:0;
border-right:1px solid #DADCD2;
border-bottom:1px solid #DADCD2;
yet another hack for IE5.5 
}*/

/* 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; 
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;
}
