.mlddm
{	visibility: hidden;
	margin: 0;
	padding: 0;
	height: 30px}

	.mlddm li
	{	display: inline;
		list-style: none;
		float: left;
		margin: 0;
		padding: 0}

	.mlddm li a, .mlddm li a#buttonnohover
	{	display: block;
		margin: 0;
		padding: 2px 10px;
		width: auto;
		font: 11px arial;
		text-align: center;
		text-decoration: none;
		white-space: nowrap;
		color: #FFF;
		background-color: #685ABF;
		border: 5px solid #685ABF;
		border-width: 5px 0px;
		border-top-color: #685ABF;
		width: auto}

	.mlddm li a:hover, .mlddm li a#buttonhover
	{	background: #685ABF;
		border: 5px solid #55A9FF;
		border-width: 5px 0px;
		border-top-color: #685ABF;
		color: #88C3FF}

		.mlddm ul
		{	z-index: 100;
			position: absolute;
			visibility: hidden;
			margin: 1px 0 0 0;
			padding: 0;
			background: #685ABF}
		
			.mlddm ul li
			{	float: none}

			.mlddm ul li a
			{	display: block;
				width: auto;
				margin: 0px;
				padding: 4px 13px 1px 13px;
				font-weight: normal;
				text-align: left;
				text-transform: none;
				color: #FFF;
				background: transparent;
				border-width: 0;
				border: 5px solid #685ABF;
				border-width: 5px 0px;
				border-top-color: #685ABF;}

			.mlddm ul li a:hover
			{	color: #88C3FF;
				border: 5px solid #55A9FF;
				border-width: 5px 0px;
				border-top-color: #685ABF;}

