.mlddm
{	visibility: hidden;
	margin: 0;
	padding: 0;
	height: 22px;
	z-index: 9999;
	}

	.mlddm li
	{	display: inline;
		list-style: none;
		margin: 0;
		padding: 0;
		float: left;
	background: url(../images/topbgd.gif);
	background-repeat: no-repeat;
		font: 11px arial;
		z-index: 10000;
		}

	.mlddm li a, .mlddm li a#buttonnohover
	{	display: block;
		text-align: left;
		color: #000000;
		padding: 5px 15px;
		margin: 0;
		width: 110px;
		text-decoration: none;
		white-space: nowrap;
		z-index: 10001;
	}

	.mlddm li a:hover, .mlddm li a#buttonhover
	{	
	color: #5D5D5D;
	z-index: 10002;
	}

		.mlddm ul
		{	z-index: 10003;
			margin: 0;
			padding: 0;
			visibility: hidden;
			position: absolute;
			background: #f0f0f0 url(../images/menubg.gif);
			}
		
		.mlddm ul li
		{	float: none}

		.mlddm ul li a
		{	width: auto;
			margin: 0px;
			padding: 6px 20px 6px 15px;
			font-weight: normal;
			text-align: left;
			text-decoration: none;
			color: #5D5D5D;
			z-index: 10005;
			}

		.mlddm ul li a:hover
		{	color: #5D5D5D;
			background: #cccccc}

		.mlddm .hsub
		{	background: no-repeat right url(../images/arrow.gif)}

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

