﻿.mlddm
{	visibility: hidden;
	margin: 0;
	padding: 0;
	height: 28px;
	z-index:10000;}

	.mlddm li
	{	list-style: none;
		margin: 0;
		padding: 0;
		float: left;
		font: 10pt arial;
		font-weight:700;
		z-index: 11000;}

	.mlddm li a, .mlddm li a#buttonhover
	{	display: block;
		border: 1px transparent solid;
		text-align: center;
		white-space: nowrap;
		color: #FFF;
		margin: 0;
		text-decoration: none;
}

	.mlddm li a:hover
	{	color: #FFF;
		background: #74a3d0;
		border: 1px #ffffff solid;
		bborder-bottom-style:none;}
		
	.mlddm li a#buttonhover
	{	color: #FFF;
		background: #1556a0;
		border: 1px #ffffff solid;
		border-bottom-style:none;}


	.mlddm ul
		{	z-index: 11000;
			margin: 0 0 0 0;
			padding: 0 0 0 0;
			visibility: hidden;
			position: absolute;
			clear: both;
			background: #165ba8;
			border: 1px #ffffff solid;
			border-top-style:none }
		
	.mlddm ul li
		{	float: none}

	.mlddm ul li a
		{	width: auto;
			padding: 4px 10px;
			text-align: left;
			background: transparent}

	.mlddm ul li a:hover
		{	color: #FFF;
			padding: 4px 11px;
			border: 1px solid #ffffff;
			border-width: 1px 0px}

		.mlddm .hsub
		{	background: no-repeat right url(arroww.gif)}

		.mlddm .hsub:hover
		{	background: #165ba8 no-repeat right url(arroww.gif)}


	.mlddm li.big
	{	display: inline;
		list-style: none;
		margin: 0;
		float: left;
		padding: 7px 5px;
		font: 14pt arial;
		font-weight:bold;}
