.mlddm
{	visibility: visible;
	margin:0;
	padding:0;
	white-space: nowrap;
	overflow: hidden;
	height:108px;
	}

	.mlddm li
	{	display: inline;
		list-style: none;
		float: left;
		margin: 0;
		padding: 0;
		}
	
	.mlddm li a, .mlddm li a#buttonnohover
	{	display: block;
		margin: 0 0 0 0;
		/*padding: 4px;
		width: 80px;*/
		font: bold 14px arial;
		text-align: left;
		text-decoration: none;
		/*text-transform: uppercase;*/
		white-space: nowrap;
		color: #3870ba;
		}

	.mlddm li a:hover, .mlddm li a#buttonhover
	{	background-color: #c2d8ec;
	color:#9a0101;}

		.mlddm ul
		{	z-index: 100;
			position: absolute;
			visibility: hidden;
			margin: 0 0 0 0;
			padding: 0;
			background: #ebebeb;
			color:#3870ba;
			}

			.mlddm ul li
			{	float: none}

			.mlddm ul li a
			{	display: block;
				width: auto;
				margin: 0 0 0 0;
				padding: 7px 7px 7px 15px;
				font-weight: bold;
				text-align: left;
				font-size:14px;
				white-space: pre;
				color: #3870ba;
				/*text-transform:uppercase;*/
				background: transparent;
				/*border-width: 0*/}

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

	.mlddm ul li .hsub:hover
	{	background: /*#b9b59d*/ no-repeat right url(/images/arrow.gif);
	background-position:left;}





