#sddm {
	margin: 0;
	padding: 0;
	z-index: 30;
	float: left;
	width: 630px;
}
#sddm li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	z-index: 29;
}
#sddm li a {
	display: block;
	width: auto;
	
	border: none;
	background-color: #395D80;
	padding: 7px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;	
	text-decoration: none;
}
#sddm li a:hover {
	border: none;
	background-color: #661E0E;
	padding: 7px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #F6DDC0;
	font-weight: bold;
	text-transform: uppercase;	
	text-decoration: none;
}
#sddm div {
	position: absolute;
	visibility: hidden;

	padding: 3px;
	border: thick double #661E0E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	z-index:100;
	background-color: #395D80;
	width: auto;
}
#sddm div a {
	position: relative;
	display: block;
	width: auto;
	white-space: nowrap;
	
	border: none;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
#sddm div a:hover {
	border: none;
	background-color: #661E0E;
	color: #F6DDC0;
}
