.mlddm
{	visibility: hidden;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	overflow: hidden;
	background-color: #fff}

	.mlddm li
	{	display: inline;
		list-style: none;
		float: left;
		margin: 0;
		padding: 0}
	
	.mlddm li a, .mlddm li a#buttonnohover
	{	display: block;
		margin: 0 2px 0 0;
		padding: 4px 4px 4px 18px;
		text-align: center;
		text-decoration: none;
		white-space: nowrap;
		color: #004b91;
		}

	.mlddm li a:hover, .mlddm li a#buttonhover
	{	background-color: #fff; color:#abbc25; }

		.mlddm ul
		{	z-index: 100;
			position: absolute;
			visibility: hidden;
			margin: 0 0 0 0;
			padding: 0;
			background: #fff;
			}

			.mlddm ul li
			{	float: none}

			.mlddm ul li a
			{	display: block;
				width: auto;
				margin: 0;
				padding: 2px 17px 2px 13px;
				font-weight: normal;
				text-align: left;
				text-transform: none;
				white-space: pre;
				color: #004b91;
				background: transparent;
				border-width: 0}

	.mlddm ul li .hsub
	{	background: transparent no-repeat right url(images/arrow.gif)}

	.mlddm ul li .hsub:hover
	{	background: #abbc25 no-repeat right url(images/arrow_hover.gif); color:#fff; }




