
#drop_down, #drop_down ul {
	padding: 			0;
	margin: 			0;
	list-style: 		none;
	list-style-image: 	none; /*url(../images/pfeil_blau_11x11_02.gif);*/
/*	list-style-position:	inside; */
	z-index:			1000;
	line-height:		1.6em;
	font-family:		"Arial Narrow",  sans-serif;
	font-size:			0.99em;
}



#drop_down a {
	display:			block;
	text-decoration: 	none;

}

#drop_down a:hover {

	color:				#FFC001;
	font-weight:		bold;
	background:			transparent url(../images/pfeil_blau_li_11x11_01.gif) 6.7em 0.5em no-repeat;
}


#drop_down li {
	float: 				left;
	width: 				7.8em;
	margin-left:		0px;
	z-index:			1000;
}

#drop_down li.a {
	font-weight:		bold;
}

#drop_down li ul {

	position: 			absolute;
	left: 				-9999em;
	z-index:			1000;
}








#drop_down li:hover ul,
#drop_down li.sfhover ul

{
	left: 				auto;
	padding-left:		3px;
	background:			#EC6A83;
	border-left:		3px outset #FFC001;
	border-right:		3px inset #FFC001;
	border-bottom:		3px inset #FFC001;
	list-style:			none;
	margin-left:		-6px;
	margin-top:			-2px;
	width: 				7.5em;
	z-index:			1000;
}



/* für ein weiteres Untermenü */

#drop_down li ul ul {

	margin: -1em 0 0 5em;


}


#drop_down li:hover ul ul,
#drop_down li.sfhover ul ul {
	position: 			absolute;
    left:				-9999em;
    top:				0px;

}


#drop_down li li:hover ul,
#drop_down li li.sfhover ul {

	left:				auto;
	top:				auto;
	list-style:			none;
	margin-top:			-2px; /*-27px; */
	margin-left:		70px; /*127px; */
	border-top:			3px outset #FFC001;
	width:				7.5em;
	white-space:		nowrap;

}



/*
#drop_down li li.sfhover ul
{
	left: 				0;
	margin-top:			-2px;
	margin-left:		137px;
	border-top:			3px outset #FFC001;
	background:			#EC6A83;
	width:				7.5em;

}
*/
