.mlddm
{	margin: 0;
	padding: 0}

	.mlddm li
	{	display: inline;
		list-style: none;
		float: left;
		margin: 0;
		padding: 0}
	
	.mlddm .level_one
	{	float: left;
		display: block;
		width: 103px;
		mcolor: gray;
		padding-left: 5px;
		height: 75px;
		text-decoration: none;
		border-left: 1px solid #000000;
	}
	
	.mlddm li ul li a
	{	display: block;
		margin: 0 2px 0 0;
		padding: 4px 20px;
		width: auto;
		font: bold 12px arial, sans-serif;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		white-space: nowrap;
		background-color: #FFFFFF;
		height:auto;
		word-wrap: break-word;
	}

	.mlddm li ul li a:hover
	{	color: brown}

	.mlddm > li > a:hover
	{	color: brown}

		.mlddm ul
		{	z-index: 100;
			position: absolute;
			visibility: hidden;
			margin: 5px 0 0 0;
			padding: 0;
			filter:alpha(opacity=40);
			width: 210px;
		}

		.mlddm li ul li
		{
			float: none;
		}

		.mlddm li ul li a
		{	display: block;
			width: auto;
			margin: 0;
			padding: 5px 12px 5px 5px;
			font-weight: normal;
			text-align: left;
			text-transform: none;
			white-space: pre;
			color: #2875DE;
			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}
