.mlddm
{	visibility: hidden;
	margin: 0 0 0 20;
	padding: 0;
	height: 30px;
}

	.mlddm li
	{	display: inline;
		float: left;
		list-style: none;
		margin: 0;
		padding: 0}
	
	.mlddm li a, .mlddm li a#buttonnohover
	{	display: block;
		margin: 0 2px 0 0;
		padding: 7 12 7 12;
		width: auto;
		font-size: 10pt;
		font-family: Trebuchet MS, serif;
		font-weight: bold;
		text-align: center;
		text-decoration: none;
		/*text-transform: uppercase;*/
		white-space: nowrap;
		color: black;
		/*border: 1px solid #5970B2*/
		}
		
	.mlddm li a:link {
		color: black;	
		text-decoration: none;		
	}	
	
	.mlddm li a:visited {
		color: black;	
		text-decoration: none;		
	}		
	
	.mlddm li a:hover {
		color: black;	
		text-decoration: underline;		
	}		

	.mlddm li a:hover, .mlddm li a#buttonhover
	{	
		/*background-color: white;*/
	}

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

			.mlddm ul li
			{	
				float: none;
			}

			.mlddm ul li a
			{	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: #E3E1EA;
				border-width: 0}

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

	.mlddm ul li .hsub
	{	background: #E3E1EA 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)}




