#sddm
{	
	margin-left: 62px;
	padding: 0;
	position:relative;
	display:inline-block;
}

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

#sddm li a
{	
	
	background: url(../images/tab.gif) no-repeat top center;
	color:#7a7a78;
	font-size:14px;
	font-family:"Myriad Pro";
	float:left;
	margin: 19px -6px 0px -7px;
	padding:0.8em;
	height:40px;
	width:100px;
	line-height:1;
	text-align:center;
	display:inline-block;
	z-index:150;
}

#sddm li a:hover
{	
	
	background:url(../images/tabHover.gif) no-repeat top center;
	color:white;
}

#sddm ul /*Styles for the drop down ul*/
{	
	position: absolute;
	display:block;
	visibility: hidden;
	padding: 0;
	left:4px;
	top:65px;
	z-index:100;
	width:80px;
}
	#sddm ul li{
	
	float:left;
	z-index:100;
	
	}
#sddm ul li a
{
	background-color:#1c1b1b;
	color:white;
	/* for IE */
	filter:alpha(opacity=60);
	/* CSS3 standard */
	opacity:0.6;
	z-index:auto;
	float:left;
	
}
	
#sddm ul li a:hover
{
	background-color:#21B8DE;
	

}

#sddm ul a
{	
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;	
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #EAEBD8;
	color: #2875DE;
	font-size: 11px;
	font-family:Arial;
	float:left;
}

#sddm ul a:hover
{	
	background: none;
	
}
		
#sddm li.active a
{ 
	background:url(../images/tabHover.gif) no-repeat top center;
	color:white;
	float:left;
	margin: 19px -7px 0 -8px;
	padding:0.8em;
	height:40px;
	width:100px;
	list-style:none;
	line-height:1;
	z-index:1;
	text-align:center;
	display:block;
}

#sddm ul li a
{
	width:7.5em;
	height:2em;
	display:block;
	padding:0.8em;
	text-align:center;
	font-family:"Myriad Pro";
	font-size:11px;
}

