 .mlddm 
{
	margin: 0;
	background: transparent;
	width: 990px;
	height: auto;
	position: absolute;
	top: 132px;
	border-bottom: solid 4px #FFF;
}

 .mlddm li
{
	display: inline;
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: left;
}
 .mlddm a, .mlddm li a#buttonnohover 
{
	color: #FFF;
	font-size: 15px;
	line-height: 23px;
	font-weight: bold;
	background: transparent url('../img/global/left-tab.png') left top no-repeat;
	_background: #000;
	text-decoration: none;
	padding-left: 20px;
	
}

 .mlddm a span 
 {
 	background: transparent url('../img/global/right-tab.png') right top no-repeat;
	_background: #000;
	padding-right: 20px;
 }
 
 .mlddm a, .mlddm a span
 {
	display: block;
	float: left;
 }
 
 .mlddm a:hover, .mlddm li a#buttonhover
{
	color: #090909;
	background: transparent url('../img/global/left-tab-hover.png') left top no-repeat;
	_background: #FFF;
	padding-left: 20px;
}

.mlddm a:hover span, .mlddm li a#buttonhover span
{
	background: transparent url('../img/global/right-tab-hover.png') right top no-repeat;
	_background: #FFF;
	padding-right: 20px;
}
 .mlddm ul
{
	z-index: 900; 
	margin: 10px 0px 0px 0px;
	padding: 17px 0px 0px 0px;
	visibility: hidden;
	position: absolute;
	clear: both;
	display: block;
}
 .mlddm ul li
{
	float: none;
	border-width: 0px;
	padding: 0px;
	display: block;
}
.mlddm ul li a
{
	white-space: nowrap;
	width: 100%;
	height: 24px;
	margin: 0px;
	background: #09171d;
	padding: 4px 10px;
	text-align: left;
	text-decoration: none;
	color: #FFF;
	border-bottom: solid 1px #000;

}
.mlddm ul li a:hover
{	
	width: 100%;
	height: 24px;
	background: #22C6FC;
	padding: 4px 10px;
}

 .mlddm .hsub
{
	background: #09171d url('arrow.gif') right no-repeat;
}
 .mlddm .hsub:hover
{
	background: #22C6FC url('arrow.gif') right no-repeat;
}
