.mlddm
{	visibility: hidden;
	margin: 0;
	padding: 0;
	height: 22px;
	text-align:center;
}

	.mlddm li
	{	display: inline;
		list-style: none;
		margin: 0;
		padding: 0;
		float: left;
		font: bold 11px arial}

	.mlddm li a, .mlddm li a#buttonnohover
	{	display: block;
		text-align: center;
		color: #ffffff;
		height: 22px;
		width: 97px;
		margin: 0 1px 0 0;
		padding-top:3px;
		text-decoration: none;
		white-space: nowrap;
		background-image: url(/images/topmenu_tab.jpg);
		background-repeat: no-repeat;
		background-position: top left;
		background-color: #2e2e2e;
		}

	.mlddm li a:hover, .mlddm li a#buttonhover
	{	color: #f1212e;
		}

		.mlddm ul
		{	z-index: 100;
			margin: 0;
			padding: 0;
			visibility: hidden;
			position: absolute;
			background: #626262;
			border:1px solid #000000;
			border-bottom:none;
		}
		
		.mlddm ul li
		{	float: none}

		.mlddm ul li a
		{	width: auto;
			margin: 0px;
			height:auto;
			padding: 6px 20px 6px 15px;
			font-weight: normal;
			text-align: left;
			text-decoration: none;
			color: #ffffff;
			background: #626262;
			border-bottom:1px solid #000000;
		}

		.mlddm ul li a:hover
		{	color: #5D5D5D;
			background: #C4C3C4}

		.mlddm .hsub
		{	background: no-repeat right url(/images/arroww.gif)}

		.mlddm .hsub:hover
		{	color: #ffffff; 
		background: #C4C3C4 no-repeat right url(/images/arroww.gif)
		}

	.mlddm ul li ul{
		margin-left:2px;
		margin-top:-1px;
	}	