/* hmenu */

#nav, #nav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 7em;
}
	
#nav li { /* all list items */
		position : relative;
		float : left;
		line-height : 1.25em;
		margin-bottom : -1px;
		width: 7em;
}
	
#nav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin-left : 7.78em;
	margin-top : -1.35em;
	z-index: 99;
}
	
#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
}
	
#nav li a	{ /* first-level lists links */
	width: 10em;
	w\idth : 10em;
	display : block;
	color: #000000;
	font-weight : bold;
	text-decoration : none;
	background: #EFEFEF;
	border-top: 1px solid #006666;
	border-bottom: 1px solid #006666;
	border-left: 0px solid #006666;
	border-right: 0px solid #006666;
	padding: 0 0.5em;
	font-size: 0.7em;
}


#nav li ul a	{ /* second-level and third-level lists links */
	width: 15em;
	w\idth : 15em;
	display : block;
	color: #000000;
	font-weight : bold;
	text-decoration : none;
	background: #EFEFEF;
	border-top: 1px solid #006666;
	border-bottom: 1px solid #006666;
	border-left: 1px solid #006666;
	border-right: 1px solid #006666;
	padding: 0 0.5em;
	font-size: 0.7em;
}

#nav ul ul { /* all list items */
		margin-left:9.2em;

}

#nav a.navpfeil {
	background: url(../Images/navarrow.gif) center right no-repeat #EFEFEF;
}

#nav a.navpfeil:hover {
	background: url(../Images/navarrow.gif) center right no-repeat #f9f9f9;
}
	
#nav li a:hover {
	color: #000000;
	background: #f9f9f9;
}
	
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
}
	
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
/* lists nested under hovered list items */
		left: auto;
}