
.mlddm li ul  {margin:1px 0 0 0;padding:0;}
.mlddm li ul li ul {margin-top:1px;}

.mlddm{	
	margin: 0;
	padding: 0;
	}

	.mlddm li {	
		display: inline;
		list-style: none;
		margin:  0;
		padding: 0;
		float: left;
		font: 14px arial, sans-serif
		}

	.mlddm li a {	
		display: block;
		text-align: left;
		white-space: nowrap;
		color: #FFF;
		padding: 7px 25px 7px 20px;
		margin: 0 0 0 0;
		width: auto;
		text-decoration: none;
		}

	.mlddm li a:hover
		{	color: #ddd;
		background-color: #0c3fb3;
		}

		.mlddm ul
		{	z-index: 100;
			margin-top: 1px;
			padding-left:25px;
			visibility: hidden;
			position: absolute;
			clear: both;
			background: #052b50 /* url('../images/bg.jpg'); */
			}
			
  		
		.mlddm ul li
		{	float: none}

		.mlddm ul li a
		{	width: auto;
			padding: 9px 19px;
			text-align: left;
			background: transparent;
			border-bottom: 1px dotted #ddd;
			}

		.mlddm ul li a:hover
		{	color: #ddd;
			padding: 9px 19px;
			border-bottom: 1px dotted #ddd;
			}

		.mlddm .hsub{	
			background:  #052b50 no-repeat right url('../images/arrow-right.gif');
			}

		.mlddm .hsub:hover{	
			background: #0c3fb3 no-repeat right url('../images/arrow-right.gif');
			}

	/*  Top level navigation link only */
	.mlddm .hsub-top {
		background:  no-repeat right url('../images/arrow-down.gif');
		}
		
	/*.mlddm .hsub-top:hover {
		background:#0c3fb3 no-repeat right url('../images/arrow-down.gif');
		}*/