.mlddm
{	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #36363B;
	height: 28px}

	.mlddm li
	{	display: inline;
		list-style: none;
		margin: 0;
		padding: 0;
		float: left;
		font: 11px arial}

	.mlddm li a, .mlddm li a#buttonnohover
	{	display: block;
		text-align: center;
		color: #FFF;
		padding: 7px 7px;
		margin: 0;
		width: auto;
		text-decoration: none;
		background: #36363B;
		white-space: nowrap}

	.mlddm li a:hover, .mlddm li a#buttonhover
	{	color: #FFF;
		background: #1C1D1F}

		.mlddm ul
		{	z-index: 100;
			margin: 1px 0 0 0;
			padding: 0;
			visibility: hidden;
			position: absolute;
			clear: both;
			background: #36363B url(../images/bg.jpg);}
			
		.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 */
			width: 1000px;
			height: 1000px;
		    }
			
		.mlddm ul li
		{	float: none}

		.mlddm ul li a
		{	white-space: nowrap;
			width: auto;
			margin: 0 0 0 2px;
			padding: 9px 15px;
			font: 11px arial;
			text-align: left;
			text-decoration: none;
			color: #FFF;
			background: transparent}

		.mlddm ul li a:hover
		{	color: #FFF;
			padding: 9px 15px 9px 13px;
			border: 1px solid #FFF;
			border-width: 0 0 0 2px}

		.mlddm .hsub
		{	background: no-repeat right url(../images/arrow.gif);}

		.mlddm .hsub:hover
		{	background: #1C1D1F no-repeat right url(../images/arrow.gif);}


