.mlddm
{	margin: 0;
	padding: 0;
	/*background: #666666;*/
	padding-top:8px;

	 list-style: none;
	}

	.mlddm li
	{	margin: 0;
		padding: 0 0px 0 0;
		list-style: none;
		float: left;
		font: 12px arial;
		font-weight: bold;
		
		border-left: 1px solid #cccccc;
		
		}

	.mlddm li a, .mlddm li a#buttonnohover
	{	display: block;
		text-align: center;
		color: #2e5f53;
		padding: 5px 5px;
		padding-left:8px;
		padding-right:8px;
		font: 12px arial;
		font-weight: bold;
		margin-right:0px;
		margin-left:0px;
		text-decoration: none;
		/*background: #f0f0f0*/
		}
		
	.mlddm li a:visited, .mlddm li a#buttonhover
	{	color: #2e5f53;
		/*background: #f0f0f0;*/
		font: 12px arial;
		font-weight: bold;
		text-decoration:none}

	.mlddm li a:hover, .mlddm li a#buttonhover
	{	color: #f5c131;
		/*background: #f0f0f0;*/
		font: 12px arial;
		font-weight: bold;
		text-decoration:none;}

		.mlddm ul
		{	margin: 1px 0 0 0;
			padding: 0;
			visibility: hidden;
			position: absolute;
			clear: both;
			background: #fbdee3}
		
		.mlddm ul li
		{	display: inline;
			float: none;
			margin: 0;
			padding: 0;
			border-width: 0px}

		.mlddm ul li a
		{	display: inline;
			white-space: nowrap;
			width: 10px;
			margin: 0 0 0 2px;
			padding: 5px 5px;
			font: 8px arial;
			font-weight: bold;
			text-align: left;
			text-decoration: none;
			color: #2e5f53;
			background: #cccccc}
			
		.mlddm ul li a:visited
		{	display: inline;
			white-space: nowrap;
			width: 10px;
			margin: 0 0 0 2px;
			padding: 5px 5px;
			font: 8px arial;
			font-weight: bold;
			text-align: left;
			text-decoration: none;
			color: #2e5f53;
			background: #cccccc}

		.mlddm ul li a:hover
		{	display: inline;
			white-space: nowrap;
			width: 10px;
			margin: 0 0 0 2px;
			padding: 5px 5px;
			font: 8px arial;
			font-weight: bold;
			text-align: left;
			text-decoration: none;
			color: #ffffff;
			background: #f5c131}

		.mlddm .hsub
		{	background: no-repeat right url(arroww.gif)}

		.mlddm .hsub:hover
		{	background: #2e5f53 no-repeat right url(arroww.gif)}

