@charset "utf-8";
/* CSS Document */
#sddm
{	margin: auto;
	padding: 0;
	z-index: 30;
	text-align:center;
	margin-left: 25px;}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	border-right-color: #3F240A;
	border-right-style: solid;
	border-right-width: thin;

	}

#sddm li a
{	display: block;
	margin: 0;
	padding: 4px 3px;
	background: #C5B38D;
	color: #3F240A;
	text-align: center;
	text-decoration: none;
	font-size: 7pt;
	font-stretch: extra-condensed;
	}

#sddm li a:hover
{	color: #FFFFFF}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	z-index: 30;
	background: #EAEBD8;
	border: 1px solid #3F240A}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 2px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #A28B5D;
		color: #000000;
		font: 11px arial;
		border-bottom: thin solid #333333;
		}

	#sddm div a:hover
	{	background: #795D26;
		color: #000000}



