.mlddm
{	margin: 0;
	padding: 0;
	background: blue;
	height: 20px;
	list-style: none}

	.mlddm li
	{	display: inline;
		margin: 0;
		padding: 0;
		list-style: none;
		float: left;
		font: 11px tahoma;
		border-right: 0px solid #FFF}

	.mlddm li a, .mlddm li a#buttonnohover
	{	display: block;
		text-align: center;
		color: white;
		padding: 3px 10px;
		margin: 0;
		width: 62px;
		text-decoration: none;
		background: blue}

	.mlddm li a:hover, .mlddm li a#buttonhover
	{	color: blue;
		text-decoration: bold;
		background: aqua}

		.mlddm ul
		{	z-index: 100;
			margin: 3px 0 0 0;
			padding: 0;
			visibility: hidden;
			position: absolute;
			clear: both;
			background: blue}
		
		.mlddm ul li
		{	float: none;
			border-width: 0px}

		.mlddm ul li a
		{	white-space: nowrap;
			width: auto;
			margin: 0px;
			padding: 3px 15px;
			font: 11px tahoma;
			text-align: left;
			text-decoration: none;
			color: #FFF}

		.mlddm ul li a:hover
		{	color: blue;
			text-decoration: bold;
			background: aqua;
			padding: 2px 15px;
			border: 1px solid aqua;
			border-width: 1px 0px}

		.mlddm .hsub
		{	background: no-repeat right url(arroww.gif)}

		.mlddm .hsub:hover
		{	background: aqua no-repeat right url(arrow.gif)}