.mlddm
{	visibility: visible;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	overflow: hidden;
}

.mlddm li
{	display: inline;
	list-style: none;
	float: left;
	margin: 0;
	padding: 0
}
	
.mlddm li a, .mlddm li a#buttonnohover
{	
	display: block;
	padding-top: 10px;
	height:28px;
	width: auto;
	font: bold 11px arial;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	color: #e37024;
}

.mlddm li a:hover, .mlddm li a#buttonhover
{	
	color: #828282;
	background: -webkit-gradient( linear, 0 0, 100% 100%, from(#ececec), to(#fff) );
	background: -moz-linear-gradient( top, #ececec, #fff );
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ececec, endColorstr=#ffffff);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ececec, endColorstr=#ffffff)";
	border-bottom:1px solid #e1e1e1;
}

.mlddm ul
{	
	z-index: 100;
	position: absolute;
	visibility: hidden;
	padding: 0px;
	background: #fff;
	border: 1px solid #e1e1e1
}

.mlddm ul li
{	
	float: none
}

.mlddm ul li a
{	
	display: block;
	width: auto;
	margin: 0;
	height: 28px;
	font-weight: bold;
	text-align: left;
	text-transform: none;
	white-space: pre;
	background: transparent;
	border-bottom: 1px solid #e1e1e1;
	padding-left: 5px;
	padding-right: 5px;
}
.mlddm ul li a:hover
{	
	color: #888;
	background: #fff;
	border-bottom:1px solid #e1e1e1;
}

.mlddm ul li .hsub
{	
	height: 25px;
	background: #fff no-repeat right url(arrow.gif)
}

.mlddm ul li .hsub:hover
{	
	background: #fff no-repeat right url(arrow.gif)
}



