.mlddm
{	visibility: hidden;
	margin: 0;
	padding: 0;
	height: 24px;
	background-color: #fbfbc9}

	.mlddm li
	{	display: inline;
		float: left;
		list-style: none;
		margin: 0;
		padding: 0}
	
	.mlddm li a, .mlddm li a#buttonnohover
	{	display: block;
		margin: 0 0 0 0;
		padding: 5px;
		/*width: 80px;*/
		font: bold 8pt verdana;
		text-align: center;
		text-decoration: none;
		text-transform: none;
		white-space: nowrap;
		color: #303C2B;
		background-color: #fbfbc9;
		border-right: 1px solid #303C2B;
		}

	.mlddm li a:hover, .mlddm li a#buttonhover
	{	
		background-color: #394534;
		color: white;
	}
	
		.mlddm ul
		{	z-index: 100;
			position: absolute;
			visibility: hidden;
			margin: 0 0 0 0;
			padding: 0;
			background-color: #E0E5DC;
			border: 1px solid #B7C4AC}

			.mlddm ul li
			{	float: none}

			.mlddm ul li a
			{	display: block;
				width: auto;
				margin: 0px;
				padding: 5px 17px 5px 13px;
				font-weight: normal;
				text-align: left;
				text-transform: none;
				color: #33402B;
				background-color: #E0E5DC;
				border-width: 0}
				
	.mlddm ul li a:hover, .mlddm ul li a#buttonhover
	{	
		background-color: #B7C4AC;
		color: #394534;
	}					

.mlddm .hsub {	
	background: #E0E5DC no-repeat right url(images/rightarrow2.gif);
	color: #33402B;
}

.mlddm ul li .hsub {	
	background: #E0E5DC no-repeat right url(images/rightarrow2.gif);
	color: #33402B;	
}

.mlddm .hsub:hover {	
	background: #B7C4AC no-repeat right url(images/rightarrow2.gif);
	color: white;	
	}

.mlddm ul li .hsub:hover {	
	background: #B7C4AC no-repeat right url(images/rightarrow2.gif);
	color: white;
	}





