#sddm {	

	margin: 0;
	padding: 0;
	z-index: 2;
	width: 800px;
	
}

#sddm li {	

	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font-family: tahoma;
	font-size: 13px;
	font-weight: normal;
	text-transform: none;
	cursor: default;
		z-index: 2;
	
	}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;

	background: transparent;
	color: #634b26;
	text-align: center;
	font-weight: normal;
	text-decoration: none;
		z-index: 2;
	}

#sddm li a:hover
{	background: none;
	color: #000000; 
		z-index: 2;
		}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #000000;
	border: 0px solid #000000;
		z-index: 2;
		}

	#sddm div a /* drop-menu */
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #fff8ba;
		color: #323232;
		font-family: tahoma;
		font-size: 11px;
		line-height: normal;
		font-weight: normal;
		text-transform: none;
		cursor: default;
			z-index: 2;
		}

	#sddm div a:hover
	{	background: #e8e09c;
		color: #000000;
			z-index: 2;
			}
