.mlddm
{
	margin: 0;
	padding: 0;
	height: 40px;
}

	.mlddm li
	{	display: inline;
		list-style: none;
		float: left;
		border: 0px solid black;
		margin: 0;
		padding: 0}
	
	.mlddm li a, .mlddm li a#buttonnohover
	{
	display: block;
	margin: 0;
	padding: 12px 0px;
	width: 124px;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	color: #000000;
	font-weight: bold;
}

	.mlddm li a:hover, .mlddm li a#buttonhover
	{ }

		.mlddm ul
		{	z-index: 100;
			position: absolute;
			visibility: hidden;
			margin: 2px 0 0 0;
			padding: 0;
			background: #ECEFE4;
			border: 1px solid #5970B2}

			.mlddm ul li
			{	float: none}

			.mlddm ul li a
			{
	display: block;
	width: auto;
	margin: 0px;
	padding: 5px 17px 5px 13px;
	font-weight: bold;
	text-align: left;
	text-transform: none;
	color: #000000;
	background: transparent;
	border-width: 0;
	font-size: 11px;
}
#nav li li a:hover {
	background: #666666;
	color: #FFFFFF;
}


	.mlddm ul li .hsub
	{ background: transparent url(../images/arrow.gif) no-repeat right }

	.mlddm ul li .hsub:hover
	{	background: #ABC9DE no-repeat right (../../../images/arrow.gif)}
