#sddm
{	margin: 0;
	padding: 0;
	z-index: 900
	
	}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial}

#sddm li a
{	display: block;
/*	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: 60px;*/
	
	background: #5970B2;
	color: #FFF;
	text-align: center;
	text-decoration: none}

#sddm li a:hover
{	background: #49A3FF}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	/*background: #EAEBD8;
	border: 1px solid #5970B2*/;
	width:250px;
	}

	#sddm div a
	{	
		background-color:#FAC96C;
		position: relative;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #343434;
		color: #FAC96C;
		font: 11px arial;
		background:#343434 url(../images/leftNav_bullet.gif) no-repeat scroll 4% 50%;
		border-bottom:1px solid #CCCCCC;
		display:block;
		font-weight:bold;
		height:25px;
		line-height:25px;
		padding-left:25px;
		
		
		}

	#sddm div a:hover
	{	
		background:#666666 url(../images/leftNav_bullet.gif) no-repeat scroll 4% 50%;
		color: #FFF}