#sddm
{	margin: 0;
	
	z-index: 30}

#sddm li
{	margin: 0;
	
	list-style: none;
	float: left;
	font: bold 11px arial}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	
	width: 60px;
	color: #FFF;
	text-align: center;
	text-decoration: none}

#sddm li a:hover
{
}

#sddm div
{
	position: absolute;
	visibility: hidden;
	margin: 0;
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: left top;
}

	#sddm div a
	{
	position: relative;
	display: block;
	margin: 0;
	
	width: auto;
	white-space: normal;
	text-align: center;
	text-decoration: none;
	font-family: arial;
	font-size: 11px;
	background-repeat: no-repeat;
}

	#sddm div a:hover
	{			}

