/* CSS Document */

dl, dt, dd {
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 0px;
	cursor: pointer;
}

#menu {
	min-width:140px;
}

#menu dt {
	height: 35px;
	background-image:url(../_elemente/navi/navi_bg.gif);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

#menu dd {	
	margin-left:-15px;
	margin-height: 5px;
	margin-bottom: 10px;
}


#menu li, #menu li a {
	list-style-type: none;
	padding-top:2px;
	padding-bottom:2px;
}

#ssmenu3 li {
	padding-left:10px;
	padding-bottom:10px;
	margin-bottom: -10px;
}



