.mlddm
{	margin: 0;
	padding: 0}

	.mlddm li
	{	display: inline;
		list-style: none;
		float: left;
		margin: 0;
		padding: 0}
	
	.mlddm li a
	{	display: block;
		margin: 0 2px 0 0;
		padding: 4px 10px;
		width: auto;
		font: bold 12px arial, sans-serif;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		white-space: nowrap;
		color: #000000;
		background-color: #ffffff;
		border-right: 1px solid #a90909}

	.mlddm li a:hover
	{	background-color: #ffffff}

	.mlddm > li > a:hover
	{	color: #000000}

		.mlddm ul
		{	z-index: 100;
			position: absolute;
			visibility: hidden;
			margin: 2px 0 0 0;
			padding: 0;
			background: #ffcccc;
			border: 1px solid #a90909}

			.mlddm ul li
			{	float: none}

			.mlddm ul li a
			{	display: block;
				width: auto;
				margin: 0;
				padding: 5px 17px 5px 13px;
				font-weight: bold;
				text-align: left;
				text-transform: uppercase;
				white-space: pre;
				color: #ffffff;
				background: transparent;
				border-width: 0;}


	.mlddm ul li .hsub
	{	background-image: url(arrow.gif);
		background-position: right;
		background-repeat:  no-repeat}

	.mlddm ul li .hsub:hover
	{	background-image: url(arrow.gif);
		background-position: right;
		background-repeat:  no-repeat}