.mlddm
{	margin: 0;
	padding: 0;
	height: 28px;
        color:red;
	list-style: none}

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

	.mlddm li a, .mlddm li a#buttonnohover
	{	display: block;
		text-align: center;
		color: red;
		padding: 7px 10px;
		margin: 0;
		width: 85px;
		text-decoration: none;
		}

	.mlddm li a:hover, .mlddm li a#buttonhover
	{	color: red;
		background: #1C1D1F}

		.mlddm ul
		{	margin: 1px 0 0 0;
			padding: 0;
			visibility: hidden;
			position: absolute;
			clear: both;
			background: #4570CE url(bg.gif)}
		
		.mlddm ul li
		{	float: none}

		.mlddm ul li a
		{	white-space: nowrap;
			width: auto;
			margin: 0 0 0 2px;
			padding: 9px 15px;
			font: 11px arial;
			text-align: left;
			text-decoration: none;
			color: red;
			background: transparent}

		.mlddm ul li a:hover
		{	color: red;
			padding: 9px 15px 9px 13px;
			border: 1px solid #FFF;
			border-width: 0 0 0 2px}

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

		.mlddm .hsub:hover
		{	background: #1C1D1F no-repeat right url(arroww.gif)}


