.mlddm
{	visibility: hidden;
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: #cccccc;
	border-top:0px solid #ffffff;
	border-right:0px solid #ffffff;
	border-bottom:0px solid #ffffff;
	}

	.mlddm li
	{	display: inline;
		list-style: none;
		margin: 0;
		padding: 0;
		float: left;
		font: 12px Arial
		}

	.mlddm li a, .mlddm li a#buttonnohover
	{	display: block;
		text-align: center;
		white-space: nowrap;
		color: #001139;
		padding: 4px 12px 4px 12px;
		margin: 0;
		border-right: 1px solid #ffffff;
		text-decoration: none;
		background: #cccccc}

	.mlddm li a:hover, .mlddm li a#buttonhover
	{	color: #ffffff;
		background: #606164;
		text-decoration: none;
	}

		.mlddm ul
		{	z-index: 100;
			margin: 1px 0 0 0;
			padding: 0;
			visibility: hidden;
			position: absolute;
			clear: both;
			background-color: #606164 }
		
		.mlddm ul li
		{	float: none}

		.mlddm ul li a
		{	width: auto;
		color: #ffffff;
			padding: 4px 20px 4px 6px;
			margin:0;
			text-align: left;
			border-bottom:1px solid #ffffff;
			border-right: 1px solid #ffffff;
			border-left: 1px solid #ffffff;
			border-top: 0;
			background: transparent}
			

		.mlddm ul li a:hover
		{	color: #ffffff;
		background-color: #cccccc;
			}

		.mlddm .hsub
		{	background: no-repeat right url(/extras/mlddm/images/arrows.gif)}

		.mlddm .hsub:hover
		{	background: #cccccc no-repeat right url(/extras/mlddm/images/arrows.gif)}

