.mlddm
{	clear:both;
	margin: 0px 5px ;
	padding: 0;
	text-align:center;
	}

	.mlddm li
	{	
		list-style: none;
		min-width: auto;
		margin: 0;
		padding: 24px}
		
	.mlddm li ul li
	{	
		list-style: none;
		min-width: auto;
		margin: 0;
		padding: 0
	}
	
	.mlddm li a
	{	display: block;
		margin: 0 2px 0 0;
		padding: 4px 10px 4px 35px;
		width: auto;
		font: bold 11px arial, sans-serif;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		white-space: nowrap;
		color: #000;
		border: 1px solid none;
		background-color:#e9e9eb;
		opacity:0.5;
		background: url('../images/menuImg.png') no-repeat 0 -2px #e9e9eb;
	}
	.separator{
		background: url('../images/menuImg.png') no-repeat 0 -2px #e9e9eb;
	}
	.mlddm li a:hover
	{	background-color: #e9e9eb;color:#000}

	.mlddm > li > a:hover, .mlddm li a.selected
	{	color: #000 !important;
		background-color: #e9e9eb;
		opacity:1
	
	 } /* HOVER MAIN MENU ced1cc*/

		.mlddm ul
		{	z-index: 100;
			position: absolute;
			visibility: hidden;
			margin: 0px 0 0 0;
			padding: 0;
			min-width: 120px;
			
			filter:alpha(opacity=40);
			
			background: #af8f62; /* Old browsers */
			/* IE9 SVG, needs conditional override of 'filter' to 'none' */
			background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FmOGY2MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2I0OGE0OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhNzdhNDMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
			background: -moz-linear-gradient(top,  #af8f62 0%, #b48a48 50%, #a77a43 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#af8f62), color-stop(50%,#b48a48), color-stop(100%,#a77a43)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top,  #af8f62 0%,#b48a48 50%,#a77a43 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top,  #af8f62 0%,#b48a48 50%,#a77a43 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top,  #af8f62 0%,#b48a48 50%,#a77a43 100%); /* IE10+ */
			background: linear-gradient(to bottom,  #af8f62 0%,#b48a48 50%,#a77a43 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#af8f62', endColorstr='#a77a43',GradientType=0 ); /* IE6-8 */


			
			}

			.mlddm ul li
			{	float: none;display:inline;}

			.mlddm ul li a
			{	display: block;
				width: auto;
				margin: 0;
				padding: 5px 17px 5px 13px;
				font-weight: normal;
				text-align: left;
				text-transform: none;
				white-space: pre;
				color: #000;
				background: transparent;
				border-width: 0;
				background-color:#e9e9eb !important;
				opacity:1 !important;
			}
				
			.mlddm ul li a:hover{
				color:#333 !important;
				background-color:#a5a6a9 !important;
			}	

	.mlddm ul li .hsub
	{	background-image: url(arrow.gif);
		background-position: right;
		background-repeat:  no-repeat}

	.mlddm ul li .hsub:hover
	{	background-image: url(arrow.gif);
		background-position: right;
		background-repeat:  no-repeat}

.active
	{	display: block;
		margin: 0 2px 0 0;
		padding: 4px 10px 4px 35px;
		width: auto;
		font: bold 11px arial, sans-serif;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		white-space: nowrap;
		color: #000;
		border: 1px solid none;
		background-color:#e9e9eb;
		opacity:1 !important;
		background: url('../images/menuImg.png') no-repeat 0 -2px #e9e9eb;
	}