#sddm {
	float: left;
}

#sddm ul {
	margin: 50px 0 0 0;     /* top right bottom left */
	float: center;
	padding: 0;
	/*  z-index: 30;  */
}

#sddm ul li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;    /* left */
	font: bold 13px arial}

#sddm ul li a
{	display: block;
	margin: 0 2px 0 0;
	padding: 3px 6px;
	height: 17px;
	width: 75px;
	background: #5970B2;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	text-decoration: none}

#sddm ul li a:hover
{	background: #49A3FF}

#sddm ul div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #EAEBD8;
	border: 1px solid #49A3FF}

	#sddm ul div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 2px 8px;
		width: 80px;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #EAEBD8;
		color: #2875DE;
		font: 11px arial}

	#sddm ul div a:hover
	{	background: #49A3FF;
		color: #FFF}

