#sddm
{
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
	display: inline;
}

#sddm li
{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: normal 12px Arial, Helvetica, sans-serif;
	padding-right: 5px;
	padding-left: 5px;}

#sddm li a
{
	display: block;
	margin: 0 1px 0 0;
	width: auto;
	background-repeat:repeat;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;

}

#sddm li a:hover {
	background-repeat:repeat;
	color: #fde5c9;

}

#sddm div
{
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	border: 1px solid #000000;
	z-index: 6;
}

	#sddm div a
	{
	position: relative;
	display: block;
	margin: 0;
	padding: 3px 5px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background-repeat:repeat;
	font: 11px arial;
	color: #c41231;
}

	#sddm div a:hover
	{	background: #c41231;
		color: #ffffff}

