.mlddm
{
	visibility: visible;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	overflow: hidden
}

	.mlddm li
	{
	display: inline;
	list-style: none;
	float: left;
	height: 35px;
	line-height: 35px;
	margin-top: 5px;
	width: auto;
}
	
	.mlddm li a, .mlddm li a#buttonnohover
	{
	width: 130px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	color: #666666;
	background-color: #E7E8E9;
	font-family: arial;
	font-size: 11px;
	line-height: 35px;
	font-weight: bold;
	height: 35px;
	display: block;
}

	.mlddm li a:hover, .mlddm li a#buttonhover
	{
	background-color: #E7E8E9;
	color: #9D0A0E;
}

		.mlddm ul
		{
	z-index: 100;
	position: absolute;
	visibility: hidden;
	margin: 2px 0 0 0;
	padding: 0;
	border: 1px solid #ED1C24;
	background-color: #FFFFFF;
}

			.mlddm ul li
			{
	float: none;
	height: 15px;
	line-height: 15px;
	z-index: 200;
}

			.mlddm ul li a
			{
	display: block;
	width: 125px;
	font-weight: normal;
	text-align: left;
	text-transform: none;
	white-space: pre;
	color: #9E0A0F;
	background: transparent;
	border: 1 solid #ED1C24;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin: 0;
	height: 15px;
	line-height: 15px;
	z-index: 200;
}
.mlddm ul li a:hover {
	color: #FFFFFF;
	background-color: #9D0A0E;
}

	.mlddm ul li .hsub
	{	background: transparent no-repeat right url(arrow.gif)}

	.mlddm ul li .hsub:hover
	{	background: #ABC9DE no-repeat right url(arrow.gif)}
