
/*IE Fix*/
.mlddm ul
{	position:absolute;
	z-index: 10; /* any value */}
.mlddm ul iframe
{	display: none; /* for IE5*/
	display/**/:block; /* for IE5*/
	position:absolute; /* must have */
	top: -1px; /* must have (minus border width)*/
	left: -1px; /* must have (minus border width)*/
	z-index: -1; /* must have */
	filter: mask(); /* must have */
}


/*Start Of Menu Items*/
.mlddm
{	visibility: hidden;
	margin: 0;
	padding: 0;
	height: 21px}

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

	.mlddm li a, .mlddm li a#topnohover
	{	display: block;
		text-align: center;
		background: transparent;
		padding: 5px 9.5px;
		margin: 0;
		color: #FFF;
		/*width: 60px;*/
		text-decoration: none
		
		}

	.mlddm li a:hover, .mlddm li a#tophover
	{	background: #526782;
		font: 15px arial;
		color: #FFF
	}

		.mlddm ul
		{	z-index: 100;
			margin: 0px 0 0 0; /* Move 2nd dropdown down > margin: 2px 0 0 0;*/
			padding: 0;
			visibility: hidden;
			position: absolute;
			clear: both;
		 /* border: 1px solid #5970B2;*/
			background: #3B4D65
			
		  
			}
		
		.mlddm ul li
		{	float: none;
			margin: 0;
			padding: 0;
			border-width: 0px}

		.mlddm ul li a
		{	white-space: nowrap;
			width: auto;
			margin: 0 0 0 0px;
			padding: 6px 15px 6px 13px;
			font: 15px arial;
			text-align: left;
			text-decoration: none;
			/*border: 0px solid black;*/
			background: #607590;
			border-top: 1px solid #c3c6c9;
			border-right: 1px solid #c3c6c9;
			color: #FFF}

		.mlddm ul li a:hover
		{	color: #FFF;
			padding: 6px 15px 6px 13px;
			/*border: 1px solid #FFF;*/
			/*border-width: 0 0 0 2px;*/
			background: #5A636E
			
		}

.mlddm ul li .hsub
	{	background: #607590 no-repeat right url(../images/arroww.gif)}

	.mlddm ul li .hsub:hover
	{	background: #5A636E no-repeat right url(../images/arroww.gif)}

