.mlddm
{	visibility: hidden;
	margin: 0;
	padding: 0;
	height: 24px;
	background-color: #f8dbdd;
}

	.mlddm li
	{	display: inline;
		float: left;
		list-style: none;
		margin: 0;
		padding: 0}
	
	.mlddm li a, .mlddm li a#buttonnohover, .mlddm li a:visited
	{	display: block;
		margin: 0 2px 0 0;
		padding: 4 12 4 12;
		width: auto;
		font: 9pt verdana;
		font-weight: bold;
		text-align: center;
		text-decoration: none;
		/*text-transform: uppercase;*/
		white-space: nowrap;
		color: black;
		background-color: #f8dbdd;
		/*border: 1px solid #5970B2*/
		}

	.mlddm li a:hover, .mlddm li a#buttonhover
	{	
		color: black;
		background-color: white;
		text-decoration: underline;
	}

		.mlddm ul
		{	z-index: 100;
			position: absolute;
			visibility: hidden;
			margin: 2px 0 0 0;
			padding: 0;
			background-color: #fbd5e7;
			border: 1px solid #f585b8;
		}

			.mlddm ul li
			{	
				float: none;
			}

			.mlddm ul li a, .mlddm ul li a:visited, .mlddm ul li a:hover
			{	display: block;
				width: auto;
				margin: 0px;
				padding: 5px 17px 5px 13px;
				font: 8pt verdana;				
				font-weight: normal;
				text-align: left;
				text-transform: none;
				color: black;
				background-color: #fbd5e7;
				border-width: 0}

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

	.mlddm ul li .hsub
	{	background: #fbd5e7 no-repeat right url(arrow.gif)}

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

	.mlddm ul li .hsub:hover
	{	background: white no-repeat right url(arrow.gif)}




