.mlddm
{
	visibility: hidden;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	overflow: hidden;
	background-color: #374A8C;
	height: 28px;
}

	.mlddm li
	{	display: inline;
		list-style: none;
		float: left;
		margin: 0;
		padding: 0}
	
	.mlddm li a, .mlddm li a#buttonnohover
	{
	display: block;
	margin: 0 2px 0 0;
	padding: 4px;
	width: 98px;
	text-align: center;
	text-decoration: none;
	text-transform: capitalize;
	white-space: nowrap;
	color: #333333;
	background-color: #C7CDE9;
	border: 1px solid #ffffff;
	font-family: "Comic Sans MS";
	font-size: 12px;
	font-weight: bold;
}

	.mlddm li a:hover, .mlddm li a#buttonhover
	{
	background-color: #374A8C;
	color:#FFFFFF;
}

		.mlddm ul
		{
	z-index: 100;
	position: absolute;
	visibility: hidden;
	margin: 2px 0 0 0;
	padding: 0;
	background: #C7CDE9;
	border: 1px solid #374A8C;
	
}

			.mlddm ul li
			{	float: none}

			.mlddm ul li a
			{
	display: block;
	width: 130px;
	margin: 0;
	padding: 5px 17px 5px 13px;
	font-weight: normal;
	text-align: center;
	text-transform: none;
	white-space: pre;
	color: #333333;
	background: transparent;








	border-width: 0
	border: 1px solid #ffffff;
}

	.mlddm ul li .hsub
	{	background: transparent no-repeat right url(arrow.gif)}

	.mlddm ul li .hsub:hover
	{
	background: rgb(205,202,236) no-repeat right url(arrow.gif)
}
