@charset "utf-8";
/*Ende Hauptnavi*/
#lists {
	list-style:none;
	position:relative;
	height:30px;
	float:left;
	margin-top: 6px;
	margin-left: 15px;
	background-image: url(img/button22.gif);
	background-repeat: repeat-x;
	padding: 0;
	z-index:3;
} /* margins for this demonstration only */
#lists li {
	display:inline;
	float:left;
	height:30px;
	}
#lists li a {
	display:block;
	height:23px;
	text-decoration:none;
	line-height:30px;
	text-indent:10px;
	color:#CCCCCC;
	padding-right: 10px;
	font-size:23px;
	font-family:"georgia", serif;
}	
#lists li a.current {
	font-style: italic;
	color: #FFFFFF;
	text-decoration: underline;	
}

#lists div {display:none;}

#lists li a:hover {
	text-decoration:underline;
	white-space:normal;
}
#lists li:hover > a {
	text-decoration:underline;
	white-space:normal;
}

#lists :hover div
{
	display:block;
	position:absolute;
	padding-bottom:10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #888;
	border-bottom-color: #888;
	border-left-color: #888;
	top: 30px;
}

#lists :hover div.pos4 {
	width:180px;
	background-color: #FFFFFF;
	padding-top: 5px;
	margin-left: 10px;
	z-index: 1000;
}

#lists :hover div dl {
	display:inline;
	padding:0;
	float:left;
	width: 100%;
	margin: 0;
}



#lists :hover div dl dd {
	padding:0;
	margin: 0;
}


#lists :hover div dd a {
	display:block;
	text-decoration:none;
	font-size:15px;
	color:#1D191B;
	text-indent:25px;
	line-height:20px;
	background-image: url(../img/layout/LINK.gif);
	background-repeat: no-repeat;
	font-family: "georgia", serif;
}
#lists :hover div dd a:hover {
	text-decoration:underline;
}

#lists .clear {clear:both;}
