#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;
	padding: 5px 10px;
	width: 75px;
	color: #FFffff;
	text-align: center;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}

#sddm li a:hover
{
	background-color: #FFCC33;
	color: #000000;
}

#sddm div
{
	position: absolute;
	margin: 0;
	padding: 0;
	background: #EAEBD8;
	border: 1px solid #FCB040;
	z-index: 8;
	visibility: hidden;
}

	#sddm div a
	{
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: 60;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	color: #000000;
	background-color: #993366;
	font-family: arial;
	font-size: 11px;
}

	#sddm div a:hover
	{
	color: #000000;
	background-color: #FFCC33;
}

