
#nav {	
	width:170px;
}

#nav ul {
	padding:0;
	margin:0;
	list-style-type:none;
	background:#F8C16D;
}
/* hack for IE5.5 */
* html #nav ul {margin-left:-16px; margin-left:0;}

/* position relative so that you can position the sub levels */
#nav li {
	position:relative;
	padding:0;
	margin:0;
	line-height:26px;
	background:#F5AC3A;
}
/* style the links */
#nav a, #nav a:visited {
	display:block; 
	text-decoration:none;
	width:100%;
	font: normal 12px Arial, Helvetica, sans-serif;
	color:#FFF;
	text-indent:10px;
	line-height:25px;
	border-bottom: 1px solid #FFF;
}

/* get rid of the table */
#nav table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:1000; font-size:1em;}

/* style the links */
#nav .norm a, #nav .norm a:visited {
	display:block; 
	text-decoration:none;
	width:100%;
	font: normal 12px Arial, Helvetica, sans-serif;
	color:#FFF;
	text-indent:10px;
	line-height:25px;
}

/* hack for IE5.5 */

/* style the link hover for IE*/
* html #nav a:hover {color:#fff; background-color:#F8C16D;}

#nav a:hover {
	color:#fff; 
	background-color:#F8C16D;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
#nav ul ul.norm {
	visibility:hidden;
	position:absolute;
	top:0;
	left:170px; 
	width:170px;
	border-left: 1px solid #FFF;
}

/* make the second level visible when hover on first level list OR link */
#nav ul li:hover ul.norm,
#nav ul a:hover ul.norm {
visibility:visible;
}

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




/* aktiver Knoten */
#nav .active {
	background:#DF9E37;
}
/* hack for IE6 */
* html #nav .active {
	background-color:#DF9E37;	
}


/* aktives Menü */
#nav ul ul.activeMenu  {
	visibility:visible;
	background-color:#F8C16D;	
}

#nav ul ul.activeMenu li {
	background:#F8C16D;
	position:relative;
	margin-left:20px;
}

/* style the links */
#nav .activeMenu a, #nav .activeMenu a:visited {
	display:block; 
	text-decoration:none;
	font: normal 12px Arial, Helvetica, sans-serif;
	background:#F8C16D;
	color:#FFF;
	text-indent:5px;
	line-height:25px;
}

#nav ul ul.activeMenu .active {
	background-color:#C1C1C1;
}
* html #nav .activeMenu .active {
	background:#C1C1C1 !important; 
}

#nav .top {
	height:26px;
	width:170px;
	background:#F5AC3A url(../pixel/basis/nav_top.gif) no-repeat left top;
	border-bottom:1px solid #FFF;
}

#nav .bottom {
	height:11px;
	width:170px;
	background:#F5AC3A url(../pixel/basis/nav_bottom.gif) no-repeat left bottom;
}


