.mlddm
{	position: absolute;
	visibility: hidden;
	width: 233px;
	z-index: 10;
	margin: 0;
	padding: 0;
	border-bottom: 0px}

	.mlddm li
	{	display: block;
		list-style: none;
		padding: 0;
		margin: 0}

	.mlddm li a
	{	
		display: block;
		background: url(/images/ddm.gif) no-repeat;
		width: auto;
		height: 41px;
		text-align: right; padding-right: 50px;
		color:#fff3bc; text-decoration:none; line-height:1.7em; font-family: "Arial Narrow", Helvetica, sans-serif; font-size:22px; 
		font-weight: normal;
	}

	.mlddm li a:hover, .mlddm li a#buttonhover
	{	
		background-position: left bottom;
	}

		.mlddm ul
		{	z-index: 10;
			position: absolute;
			visibility: hidden;
			width: auto;
			display: block;
			margin: 0;
			padding: 0;
		}

			.mlddm ul li
			{	width: auto;
				display: block;
			}

			.mlddm ul li a, .mlddm ul li a.hsub
			{	
				text-align: left;
				padding: 0 20px 0 20px;
				width: 90%;
				display: block;
				font-size: 16px;
				height: 27px;
				white-space: nowrap;
				background: url(/images/ddm2.gif) repeat-x;				
				border-width: 0}

.mlddm .hsub
{	
	background: url(/images/ddm_sub.gif) no-repeat;
	width: auto;
	display: block;
}

.mlddm .hsub:hover
{	
	background-position: left bottom;
}




