#user_online {
	float: right; 
	margin-top: 3px;
	margin-right: 10px;  
}

#nav li:hover, #nav li.hover {  
     position: static;  
}

#nav, #nav ul {
	float: left;
	list-style: none;
	line-height: 1em;
	/*background-image: url(l1_bg.gif);*/
	color: #FFF;
	padding: 0;
	margin : 0;
	height: 22px;
	border : 0;
	z-index : 2;
}
 
#nav li li {
	background:white;
	border-bottom:1px dotted #000;
        border-left:1px solid #000;
        border-right:1px solid #000;
}
 
#nav a {
	display: block;
	xwidth: 7em;
	color: #FFF;
	text-decoration: none;
	/*padding: 0.2em 0em;*/
}
 
#nav a.menuparent  {
	background: url(pfeil.gif) no-repeat 90% 40%;
}
 
#nav li {
	float: left;
	padding: 0;
	border-left:0px solid #FFFFFF;
	list-style-image:none;
}
 
#nav ul li a {
	color: #CC0001;
	font-size:10pt;
	font-family:tahoma, sans-serif;
	font-weight:normal;
	padding: 0.2em 0em;
}
 
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 14em;
	font-weight: normal;
	margin: 0;
}
 
#nav li li {
	width: 10em;
}
 
#nav li ul a {
}
 
#nav li ul ul {
	margin: -1.45em 0 0 9em !important;
	margin: -1.45em 0 0 9.45em ;
}
 
#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 {
	left: auto;	
}
 
#nav li li:hover, #nav li li.sfhover {
	background: #000;
}

#nav a:hover {
font-weight: bold;
}
#nav li li {
x	background: red;
}
 
#nav li li a {
	padding-left:5px;
}
 
#nav li ul  {
	background-image: none;
}
