.mlddm
{
	visibility: visible;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	overflow: hidden;
	background-color: #55825A;
	height: 32px;
	width: 900px;
}

	.mlddm li
	{	display: inline;
		list-style: none;
		float: left;
		margin: 0;
		padding: 0}
	
	.mlddm li a, .mlddm li a#buttonnohover
	{
	display: block;
	font: bold 13px arial;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	color: #FFF;
	background-color: #55825A;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 7px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}

	.mlddm li a:hover, .mlddm li a#buttonhover
	{
	background-color: #FC6;
	color: #000;
}

		.mlddm ul
		{
	z-index: 100;
	position: absolute;
	visibility: hidden;
	margin: 2px 0 0 0;
	padding: 0;
	background: #55825A;
	border: 1px solid #000;
}

			.mlddm ul li
			{	float: none}

			.mlddm ul li a
			{
	display: block;
	width: auto;
	margin: 0;
	padding: 5px 17px 5px 13px;
	font-weight: normal;
	text-align: left;
	text-transform: none;
	white-space: pre;
	color: #FFF;
	background: transparent;
	border: 1 solid #000;
}

	.mlddm ul li .hsub
	{
	background-color: transparent;
	background-image: url(arroww.gif);
	background-repeat: no-repeat;
	background-position: right;
	
}

	.mlddm ul li .hsub:hover
	{	background: #FC6 no-repeat right url(arrow.gif)}





