.mlddm
{	visibility: hidden;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	overflow: hidden;
	width: 100%;}

	.mlddm li
	{	display: inline;
		list-style: none;
		float: left;
		margin: 0;
		padding: 5px 0;}
	
	.mlddm li a, .mlddm li a#buttonnohover
	{	display: block;
		margin: 0;
		padding: 5px 20px 10px 20px;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		white-space: nowrap;
		color: #8b8b8b;
		font-weight: bold;
		border-right: 1px solid #bbb;
		font-size: 75%;}



		.mlddm ul
		{	z-index: 100;
			position: absolute;
			visibility: hidden;
			margin: 1px 0 0 0;
			padding: 0;
			background: #9d9d9d;
			border-left: solid 1px #afafaf;
	        border-right: solid 1px #afafaf;
	        border-bottom: solid 1px #afafaf;
			text-transform: uppercase;
	        }

			.mlddm ul li
			{	float: none;}

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

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

	.mlddm ul li .hsub:hover
	{	background: #ABC9DE no-repeat right url(../img/arrow.gif);}

.mlddm li ul li a:hover, .mlddm li ul li a#buttonhover
	{	color: #001453;
	background: #7191c2;}


