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

	}
	

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 13px arial;
	}
	
	
#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 5px 15px;
	width: center;
	background: #FFF;
	color: #000;
	text-align: left;
	text-decoration: none}


#sddm li a:hover, #sddm li a.thispage:hover
{color: #FC0000;	
background: #ffffff; }

#sddm li a.thispage
{color: #fc0000;	
background: #ffffff; }

#sddm div
{ position:absolute;
visibility: hidden;
	margin: 0;
	padding: 0;
	background: #fffffff;
	border: 0px solid #000}

	#sddm div a
	{ position:relative;
		display: block;
		margin: 0;
		padding: 7px 15px;
		width: 135px;
		white-space: nowrap;
		text-align:inherit;
		text-decoration: none;
		background: #fff;
		color: #000;
		font: bold 11px arial;
		border-bottom-width: thin;
		border-bottom-style:solid;
		border-bottom-color:#ccc;
	}
	
	#sddm div a:hover
	
	{	
		color: #FC0000;
		text-decoration: bold;
	}
	


