.mlddm
{
	visibility: visible;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	overflow: hidden;
}

	.mlddm li
	{	display: inline;
		list-style: none;
		float: left;
		margin: 0;
		padding: 0}
	
	.mlddm li a, .mlddm li a#buttonnohover
	{
	display: block;
	width: 110px;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	color: #666666;
	background-image: url(../images/gnd-nav.jpg);
	background-repeat: repeat-x;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	height: 28px;
	font-family: arial;
	font-size: 12px;
	line-height: 25px;
	font-weight: bold;
}

	.mlddm li a:hover, .mlddm li a#buttonhover
	{
	background-image: url(../images/gnd-nav-ovr.jpg);
	background-repeat: repeat-x;
}

		.mlddm ul
		{
	z-index: 100;
	position: absolute;
	visibility: hidden;
	padding: 0;
	border: 1px solid #5970B2;
	background-image: url(../images/gnd-nav-drop.jpg);
	background-repeat: repeat-x;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

			.mlddm ul li
			{	float: none}

			.mlddm ul li a
			{
	display: block;
	width: 175px;
	margin: 0;
	font-weight: normal;
	text-align: left;
	text-transform: none;
	white-space: pre;
	color: #666666;
	border-width: 0;
	background-image: url(../images/gnd-nav-drop.jpg);
	background-repeat: repeat-x;
	line-height: 28px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-size: 10px;
}

	.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)}
