 .mlddm 
{
	visibility: hidden;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	/*background: #fa7b20;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	width:750px;

	/*height: 70px;*/
	/*border:1px solid red;*/
}


 .mlddm li
{
	display: inline;
	display:inline;
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: left;

	height:70px;
	background: #fa7b20;
	}
 .mlddm li a,  .mlddm li a#buttonnohover 
{
	display: block;
	text-align: center;
	color: white !important;
	padding: 0px 10px;
	margin: 0px;
	text-decoration: none;
	border:0;


	line-height:70px;
	

}
 .mlddm li a:hover, .mlddm li a#buttonhover
{
	color: black !important;
	background-color: transparent;
	border:0;
}
 .mlddm ul
{
	z-index: 100; 
	width:208px;
	margin: 0 0 0 0;
	padding: 10px 0 20px 0;
	visibility: hidden;
	position: absolute;
	clear: both;
	background: url(../../images/menu_bg.png) no-repeat bottom left;
}
 .mlddm ul li
{
	float: none;
	padding: 0px;
	font-size: 12px;
	line-height:20px;
	*height:20px;
	background: transparent;
}
.mlddm ul li a
{
	/*white-space: nowrap;*/
	min-width: 160px;
	*width: 160px;
	margin: 0 0 0 2px;
	padding: 0;
	padding-left:20px;
	padding-right:15px;
	line-height:20px;
	*height: 20px;
	text-align: left;
	text-decoration: none;
	color: white;
	/*display:block;*/
	background-image: url(../../images/dot_white.gif);
	background-repeat: no-repeat;
	background-position: 13px 8px;
	/*background: blue;*/
	border:0;
}
* html .mlddm ul li a {
	width:200px;
}

.mlddm ul li a:hover
{	
	color: black ;
}

 .mlddm ul li ul
{
	background: url(../../images/menusub_bg.png) no-repeat bottom right;
	padding: 10px 0 20px 0;
}


 .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);
}

