#sddm
{	margin: 0;
	padding: 0;
	z-index: 30
}
#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial
}
#sddm li a
{ display: block; margin: 0 1px 0 0; width: auto; background: #3c8284; color: #fff; text-align: center; text-decoration: none; padding: 4px 12px; -moz-border-radius-topleft: 5px; -webkit-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; -webkit-border-radius-topright: 5px; }
#sddm li a:hover
{ color: #521c01; background: #c4d6a4
 }

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #eaebd8;
	filter:alpha(opacity=90);
	opacity:0.9;
	border: solid 1px gray;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-radius-bottomright: 5px;
}

#sddm div a
{	position: relative;
	display: block;
	margin: 0;
	padding: 2px 12px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #eaebd8;
	color: #5a5a5a;
	font: 11px arial;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-radius-bottomright: 5px;
}

#sddm div a:hover
{	background: #c9e3af;
	color: #5a5a5a
}
