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

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

#sddm li a
{
	display: block;
	margin: 0 1px 0 0;
	width: 65px;
	color: #000000;
	text-align: center;
	text-decoration: none;
	background-image: url(../images/btn.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 12px 10px;
}

#sddm li a:hover
{
	background-image: url(../images/btn_ovr.png);
	background-position: bottom;
	background-repeat: no-repeat;
}

#sddm div
{
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ff4e0c;
	border-right-color: #ff4e0c;
	border-bottom-color: #ff4e0c;
	border-left-color: #ff4e0c;
	z-index: 100;
}

	#sddm div a
	{
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	color: #ff4e0c;
	font-family: arial;
	font-size: 11px;
	background-image: url(../images/btndd.jpg);
	background-repeat: repeat-x;
}

	#sddm div a:hover
	{
	color: #FFF;
	background-image: url(../images/btndd_ovr.jpg);
	background-repeat: repeat-x;
}

