#sddm
{	margin: 0;
	padding: 0;
	z-index: 30}

#sddm li
{
	padding: 0;
	list-style: none;
	float: left;
	height: 24px;
	width: 106px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 13px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 1;
}

#sddm li a
{
	display: block;
	width: 106px;
	background: #194D26;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}

#sddm li a:hover
{	background: #993300}

#sddm div
{
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: transparent;
	border-top: 1px solid #194d26;
	width: 107px;
}

#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 3px;
		width: auto;
		white-space: nowrap;
		text-align: center;
		text-decoration: none;
		background: #EAEBD8;
		color: #194D26;
		font: bold 10px Verdana, "Lucida Grande", Lucida, sans-serif;
	border-top: 1px solid #194D26;
}

#sddm div a:hover
	{	background: #993300;
		color: #FFF}
