#sddm {	
	margin: 0;
	padding: 0;
	z-index: 30;
}

#sddm li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

#sddm li a {
	display: block;
	margin: 0;
	padding: 13px 5px 13px 5px;
	background: #f2de94;
	color: black;
	text-transform:uppercase;
	text-align: center;
	text-decoration: underline;
	font-size:10pt;
	font-weight:bold;
}

#sddm li a#x1 {width: 80px;}

#sddm li a#x2 {width: 60px;}

#sddm li a#x3 {width: 100px;}

#sddm li a#x4 {width: 100px;}

#sddm li a#x5 {width: 65px;}

#sddm li a#x6 {width: 80px;}

#sddm li a:hover {text-decoration: none;}

#sddm li a#x1:hover {background: #ffe25a;}
#sddm li a#x2:hover {background: #F3BE37;}
#sddm li a#x3:hover {background: #e6be2a;}
#sddm li a#x4:hover {background: #bed400;}
#sddm li a#x5:hover {background: #A5BE00;}
#sddm li a#x6:hover {background: #7EBE00;}

#sddm div {
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
}

#sddm div a {	
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: underline;
	text-transform:none;
	color: black;
	font: 11px arial;
}

#sddm div#m1 {background: #ffe25a;border: 1px solid #ffe25a;}
#sddm div#m1 a {background: #ffe25a;}

#sddm div#m2 {background: #F3BE37;border: 1px solid #F3BE37;}
#sddm div#m2 a {background: #F3BE37;}

#sddm div#m3 {background: #e6be2a;border: 1px solid #e6be2a;}
#sddm div#m3 a {background: #e6be2a;}

#sddm div#m4 {background: #bed400;border: 1px solid #bed400;}
#sddm div#m4 a {background: #bed400;}

#sddm div#m5 {background: #A5BE00;border: 1px solid #A5BE00;}
#sddm div#m5 a {background: #A5BE00;}

#sddm div#m6 {background: #7EBE00;border: 1px solid #7EBE00;}
#sddm div#m6 a {background: #7EBE00;}

#sddm div#m1 a:hover,
#sddm div#m2 a:hover,
#sddm div#m3 a:hover,
#sddm div#m4 a:hover,
#sddm div#m5 a:hover,
#sddm div#m6 a:hover {background-color: #333;color: #FFF;}