.mlddm
{	margin: 0;
	padding: 0;
	background:url(../images/bg-top-nav.jpg) center;
	height: 24px;
	float:left;}

	.mlddm li
	{ display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bolder;
}

	.mlddm li a, .mlddm li a#buttonnohover
	{	display: block;
		text-align: center;
		color: #ffffff;
		padding: 5px 35px;
		padding-top: 8px;
		margin: 0px;
		width: auto;
		text-decoration: none;
		white-space: nowrap;}

	.mlddm li a:hover, .mlddm li a#buttonhover
	{	color: #dfdfdf;
		background: url(topbgd.gif)}

		.mlddm ul
		{	margin: 1px 0 0 0;
			padding: 0;
			visibility: hidden;
			position: absolute;
			background: #dfdfdf}
		
		.mlddm ul li
		{	float: none}

		.mlddm ul li a
		{	white-space: nowrap;
			width: auto;
			margin: 0px;
			padding: 3px 15px;
			font: 11px arial;
			text-align: left;
			text-decoration: none;
			color: #4e73cb}

		.mlddm ul li a:hover
		{	color: #000000;
			background: #dfdfdf;
			padding: 2px 15px;
			border: 1px solid #000000;
			border-width: 1px 0px}
			
		.mlddm .hsub
		{	background: no-repeat right url(arrow.gif);
		}

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