ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	z-index:1000;
}

li { /* all list items */
	float: left;
	position: relative;
	width: 120px;
	cursor:pointer;
	font:bold 1em Arial, Helvetica, sans-serif;
	color:#006666;
	text-align:center;

}

li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 1em;
	left: 0;


}

li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
	margin-top:5px;
	
	
}

li#drop_first{
	background:url(../bilder/drop_first.png) no-repeat;
	position:relative;
	width: 120px;
	height:6px;
	_margin-bottom:-13px;
}

li#drop_middle{	
	background:url(../bilder/drop_middle.png) repeat-y;
	width: 120px;
	font-weight:lighter;
	font-size:0.8em;
	line-height:1.4em;
}

li#drop_last{
	background:url(../bilder/drop_last.png) no-repeat;
	height:8px;
	width: 120px;
	position:relative;
}

#menu a{
	text-decoration:none;
	color:#006666;
	padding:0 2px 0 2px;
}

#menu a:hover{
	text-decoration:underline;
	color:#333;
}

li#menu_drop{
height:25px;
	background:url(../bilder/menu_down.png) no-repeat 50% 100%;
}
