.mlddm
{	z-index: 1000;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	background-color: #333333;
	background-image:url('/a_images/mldd/menu1bgclr.jpg');
	background-repeat:no-repeat;
	}

	.mlddm li
	{	display: inline;
		list-style: none;
		margin: 0;
		padding: 0}

	.mlddm li a
	{	display: block;
		margin: 0;
		padding: 4px 15px 4px 20px;
		width: 145px;
		font: normal 11px arial, sans-serif;
		text-align: left;
		text-decoration: none;
		white-space: nowrap;
		color: #cc8f1d;
		background-color: #333333;
		background-image:url('/a_images/mldd/menu1bgclr.jpg');
		background-repeat:no-repeat;
		border-bottom: 1px solid #555555}

	.mlddm li a:hover
	{	background: #333333;
		color: #b8b8b8}

		.mlddm ul
		{	z-index: 10000;
			max-height:240px;
			overflow-y:auto;
			overflow-x: hidden;
			position: absolute;
			visibility: hidden;
			margin: 0px 0 0 2px;
			padding: 0;
			background: #333333;
			background-image:url('/a_images/mldd/menu1bgclr.jpg');
			background-repeat:no-repeat;
			border-bottom: 1px solid #555555;
			}
		
			.mlddm ul li
			{	float: none}

			.mlddm ul li a
			{	display: block;
				width: auto;
				margin: 0px;
				padding: 4px 35px 4px 13px; 
				font-weight: normal;
				text-align: left;
				text-transform: none;
				color: #cc8f1d;
				background: transparent;
				background-image:url('/a_images/mldd/menu1bgclr.jpg');
				background-repeat:no-repeat;
				border-width: 0;
				border-bottom: 1px solid #555555;
				}

			.mlddm ul li a:hover
			{	color: #b8b8b8}

	.mlddm .hsub
	{	background: transparent no-repeat right url('/a_images/mldd/menu1bg.jpg')}
