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

	.mlddm li
	{	display: inline;
		float: left;
		list-style: none;
		margin: 0;
		padding: 0}
	
	.mlddm li a, .mlddm li a#buttonnohover
	{	display: block;
		margin: 0 2px 0 0;
		padding: 4 8 4 4;
		/*width: 80px;*/
		font-family: Arial, sans-serif;
		font-size: 16px;
		/*font-weight: bold;*/
		text-align: center;
		text-decoration: none;
		white-space: nowrap;
		color: black;
		border-right: 1px solid #c3c3c3;
}

	.mlddm li a:hover, .mlddm li a#buttonhover
	{	
		text-decoration: underline;

	}

		.mlddm ul
		{	z-index: 100;
			position: absolute;
			visibility: hidden;
			margin: 5px 0 0 0;
			padding: 0;
			background-color: white;
			border: 1px solid #c3c3c3;
		}

			.mlddm ul li
			{	
				float: none;
			}

			.mlddm ul li a
			{	display: block;
				width: auto;
				margin: 0px;
				padding: 5px 17px 5px 13px;
				font-weight: normal;
				text-align: left;
				font-size: 12px;
				text-transform: none;
				color: #0099ff;
				background-color: white;
				border-width: 0;
			}
			
			.mlddm ul li a:hover {
				background-color: #0099ff;
				color: white;
			}

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

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

.mlddm .hsub:hover
	{	
		background: #0099ff no-repeat right url(arrow.gif);
		color: white;	
	}

	.mlddm ul li .hsub:hover
	{	
		background: #0099ff no-repeat right url(arrow.gif);
		color: white;
	}




