.mlddm
{	visibility: hidden;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	overflow: hidden;
	}

	.mlddm li
	{	display: inline;
		list-style: none;
		float: left;
		margin: 0;
		padding: 0}
	
	.mlddm li a, .mlddm li a#buttonnohover
	{	display: block;
		margin: 0 2px 0 0;
		padding-left: 20px;
		padding-right: 20px;
		width: auto;
		font: normal 11px "Trebuchet MS";
		text-align: center;
		text-decoration: none;
		white-space: nowrap;
		color: #666666;
	}

	.mlddm li a:hover, .mlddm li a#buttonhover
	{	
	color:#FFFFFF;
	background-color: #306FB6
	
	}

		.mlddm ul
		{	z-index: 100;
			position: absolute;
			visibility: hidden;
			margin: 2px 0 0 0;
			padding: 0;
			background: #EDEDED;
			border: 1px solid #C0C0C0}

			.mlddm ul li
			{	float: none}

			.mlddm ul li a
			{	display: block;
				width: auto;
				margin: 0;
				padding: 5px 17px 5px 13px;
				font-weight: normal;
				text-align: left;
				text-transform: none;
				font: normal 11px "Trebuchet MS";
				white-space: pre;
				color: #666666;
				background: transparent;
				border-width: 0}

	.mlddm ul li .hsub
	{	background: transparent no-repeat right url(../images/arrow.gif)}

	.mlddm ul li .hsub:hover
	{	background: #306FB6 no-repeat right url(../images/arrow.gif);
	color:#FFFFFF;}




