@charset "utf-8";
/* CSS Document */
#sddm
{	margin: 0;
	padding: 0;
	z-index: 30;
	text-align:left;}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	padding-right: 20px;
	text-align:left;
}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: 60px;
	background: #756F25;
	color: #FFF;
	text-align: left;
	text-decoration: none}

#sddm li a:hover
{	background: #756F25}

#sddm div
{
	position: absolute;
	visibility: hidden;
	padding: 0;
	background: #756F25;
	border-top-width: 0px;
	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: #8E4E1A;
	border-right-color: #8E4E1A;
	border-bottom-color: #8E4E1A;
	border-left-color: #8E4E1A;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #DDD893;
		color: #000000;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;}

	#sddm div a:hover
	{	background: #756F25;
		color: #FFF}


