#sddm {
	margin: 0;
	padding: 0;
	z-index: 30;
	font-size: 90%;
	width: 100%;
}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	xwidth: 103px;
}

#sddm li a {
	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	background: #40c5ff;
	font-weight: bold;
	color: #0002ef;
	text-align: center;
	text-decoration: none;
}

#sddm li a.act {
	background: #fdb98c;
	color: #0002ef;
}

#sddm li a:hover
{	background: #fd6803;
color:#0002ef;}

#sddm div {
	position: absolute;
	opacity: 0.85;
	filter: alpha(opacity = 85);
	visibility: hidden;
	margin: 0;
	margin-top: 1px;
	border-top: 3px solid #fd6803;
}

#sddm div a {
	position: relative;
	display: block;
	margin: 0;
	padding: 3px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #fdb98c;
	color: #0002ef;
	font-weight: normal;
	font-size: 95%;
	border-bottom: 1px dotted #fd6803;
}

#sddm div a.act {
background: #0002ef;
	color: #fd6803;
}

#sddm div a:hover	{
	background: #0002ef;
	color: #fd6803;
}

