.mlddm
{	visibility: hidden;
	margin: 0;
	padding: 0;
	/*background: #0A8C46;/*#088844;*/
	height: 30px;
}

	.mlddm li
	{	display: inline;
		margin: 0;
		padding: 0;
		list-style: none;
		float: left;
		/*text-align:center;*/
		font: 11px arial;		
	}
	.mlddm .lispace{
		border-right:1px #FFFFFF solid;	
		width:1px;
		height:30px
	}
	.mlddm li a, .mlddm li a#buttonnohover
	{	display: block;
		/*text-align: center;*/
		white-space: nowrap;
		color: #FFF;
		padding: 7px 10px;
		margin: 0;
		/*width: 100px;*/
		text-decoration: none;
		/*background: #0A8C46*/
	}

	.mlddm li a:hover, .mlddm li a#buttonhover
	{	color: #FFF;
		/*background: #DEA10E;/*#065628;/*#213866*/
		background:url(../images/on_menu.jpg) repeat-x;
		height:16px;
	}

		.mlddm ul
		{	margin: 1px 0 0 0;
			padding: 0;
			visibility: hidden;
			position: absolute;
			clear: both;			
			background:#297BE7;			
			/*background: #FDBE01;/*#0A8C46;#4570CE url(bg.gif)*/			
			
		}
		
		.mlddm ul li
		{	float: none;					
		}

		.mlddm ul li a
		{	width: auto;
			padding: 9px 15px;
			text-align: left;
			background: transparent}

		.mlddm ul li a:hover
		{	color: #FFF;
			padding: 9px 15px;
			/*border: 1px solid #FFFFFF;/*#0A8C46;/*#528BFF;*/
			/*border-width: 1px 0px;*/
		}

		.mlddm .hsub
		{	background: no-repeat right url(arroww.gif)}

		.mlddm .hsub:hover
		{	background: /*#213866*/ #065628 no-repeat right url(arroww.gif)}

