@charset "iso-8859-2";
/* CSS Document suckerfish Menu lbf-it.de*/
#nav {padding-left: 5px;}
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 24px;
	 white-space:nowrap;
}

#nav a {
	display: block;
	width: auto;
	padding: 0 5px;
	text-decoration: none;
	color: #FFF;
}

#nav li { /* all list items */
	float: left;
	width: auto; /* width needed or else Opera goes nuts */
	border-right: 1px solid #393831;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #7B796B;
	border: 1px solid #B5B2A5;
	width: 13.8em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav li ul li {
	border-right: 0;
	border-bottom: 1px solid #B5B2A5;
	background: url(../img/pin_gr.gif) 0.5em 0.8em no-repeat;
	width:13em;
	
	padding-left: 0.8em;
}
#nav li ul li:hover {
	background: url(../img/pin_red.gif) 0.5em 0.8em no-repeat;
}
#nav li ul li.last {
	border-bottom: 0;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#content {
	clear: left;
	color: #ccc;
}
