.mlddm
{
	visibility: hidden;
	margin: 0;
	height: 24px;
	padding: 0;
}

	.mlddm li
	{
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #757575;
}

.mlddm li a, .mlddm li a#buttonnohover
	{
	display: block;
	text-align: center;
	color: #214F74;
	margin: 0;
	text-decoration: none;
	white-space: nowrap;
	font-weight: normal;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.mlddm li a:hover, .mlddm li a#buttonhover
	{
	color: #666;
	font-weight: normal;
	text-decoration: none;
}

.mlddm ul
		{
	z-index: 100;
	margin: 0;
	visibility: hidden;
	position: absolute;
	background-color: #A09B8A;
	padding: 0;
}
		
.mlddm ul li
		{
	float: none;
	font-size: 12px;
}

.mlddm ul li a
		{
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	color: #23537C;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	/*background-image: url(arrow.gif);
	background-position: left;
	background-repeat: no-repeat;*/
	background-color: #f4f4f4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D2D2D2;
}

		.mlddm ul li a:hover
		{
	color: #757575;
	text-decoration: none;
	background-color: #FBFBFB;
}

/*		.mlddm .hsub
		{	background: no-repeat right url(arrow.gif)}

		.mlddm .hsub:hover
		{
	background-repeat: no-repeat;
	background-position: right;
	background-image: url(arrow.gif);
}
*/
