
.sddm	{
	width:988px;
	margin:	0 auto;
	background: #e5e5e5;	
	}


#sddm
{	margin: 0;
	padding: 0;
	z-index: 30}

#sddm li	{
	margin: 0 0px 0 0;			
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FEFEFE;
	padding: 0;
	list-style: none;
	float: left;
	font: 11px verdana
}

#sddm li a
{	display: block;
	margin: 0 0 0 0;
	padding: 6px 10px;	/*height*/
	width: 122px;
	background: #e5e5e5;
	color: #000;
	text-align: left;
	text-decoration: none}

	.sddm-NO 	{	
	cursor: default;	}

#sddm li a:hover
{	
	background: #e5e5e5;
	color: #0033CC
}

#sddm div
{	position: absolute;
	visibility: hidden;		/*	visibility 	*/
	margin: 0;
	padding: 0;
	background: #f6f6f6;
	border: 1px solid white;
	}

	#sddm div a
	{
	position: relative;
	display: block;
	margin: 0 0 0 0;
	padding: 6px 10px;	/*height*/
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background-color:#f6f6f6;
	color: #666;
	font: 11px verdana;
	width: 143px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: white;
		}

	#sddm div a:hover	{
	background: #e5e5e5;
	color: #0033CC
	}

