
 .mlddm 
{
	margin: 0px 0px -20px 0px;
	padding: 0px 0px 0px 0px;
	background: transparent;
	height: 25px;
	font: 16px arial;
        font-weight: bold;
        color: #fff;
}


 .mlddm li
{
	display: inline;
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: left;
}
 .mlddm li a,  .mlddm li a#buttonnohover 
{
	display: block;
	text-align: center;
	color: #FFF;
	padding: 14px 10px;
	margin: 0px;
        height: 20px;
	text-decoration: none;
	background: #aec55b;
}
 .mlddm li a:hover, .mlddm li a#buttonhover
{
	color:#FFF;
          background: #bed17c;
}
 .mlddm ul
{
	z-index: 100; 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 4px;	
	position: absolute;
	visibility: hidden;	
          background-image: url('../images/green_background.png');
	clear: both;
}
 .mlddm ul li
{
	float: none;
	border-width: 0px;
	padding: 0px;
}
.mlddm ul li a
{
	white-space: nowrap;
	min-width: 150px;
	height: 0px;
	margin-left: -2px;
	padding-bottom: 20px;
	text-align: left;
	text-decoration: none;
        font-size: 12px;
	color: #FFF;
        background: transparent;
}
* html .mlddm ul li a {
	width:150px;
}

.mlddm ul li a:hover
{	
	color:#FFF;
        text-decoration: underline;
}

 .mlddm .hsub
{
	background: rgb(25,25,25) no-repeat right url(arrow.gif);
}
 .mlddm .hsub:hover
{
	background: rgb(25,25,25) no-repeat right url(arrow.gif);
}


