.mlddm
{	margin: 0;
	padding: 0;
	height: 24px;
	
	}

	.mlddm li
	{
	    display: inline;
		margin: 0;
		padding: 0;
		list-style: none;
		float: left;
		font: bold 11px arial}

	.mlddm li a, .mlddm li a#buttonnohover
	{	display: block;
		font-size:15px;
		font-weight:bold;
		text-align: center;
		color: #017DC7;
		padding: 5px 8px;
		margin: 0;
		text-decoration: none;
                border: none;
		white-space: nowrap;}

	.mlddm li a:hover, .mlddm li a#buttonhover
	{	color: #333;
		}
		
	.mlddm table td.active a{
		color:#000;
		
	}

		.mlddm ul
		{	margin: 0;
			padding: 0;
			visibility: hidden;
			position: absolute;
			background: #cee3ef;
			border-left:1px solid #a9cedd;
			border-right:1px solid #a9cedd;
			border-bottom:5px solid #017dc7;
			}
		
		.mlddm ul li
		{	float: none}

		.mlddm ul li a
		{	width: auto;
			margin: 0px;
			padding: 6px 20px 6px 15px;
			font-weight: normal;
			text-align: left;
			text-decoration: none;
			color: #5D5D5D;}

		.mlddm ul li a:hover
		{	color: #5D5D5D;
			background: #a9cedd;}

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

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

