/* Start Menue */
#sddm{
	margin: 0;
	padding: 0;
	z-index: 30;
}
#sddm li{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font-family: Georgia, Times, serif;
}
#sddm li a{
	display: block;
	font-size: 15px;  
    color: #0000000;
	
}
#sddm li a:hover{
	color: #FFFFFF;
}
#sddm div{
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EFECEC;
	border: 1px solid #F6E67A;
}
#sddm div a{
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #FCF7D6;
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
#sddm div a:hover{
	background: #FAEB88;
	color: #000000;
}
/* End Menue */		