.mlddm
{	margin: 0;
	padding: 0;
	/*background: #75bbfa;*/
	height: 25px;
	list-style: none}

	.mlddm li
	{	margin: 0;
		padding: 0 0px 0 0;
		list-style: none;
		float: left;
		font: 11px arial;
		font-weight: bold;
		/*border-left: 1px solid #FFF*/}

	.mlddm li a, .mlddm li a#buttonnohover
	{	display: block;
		text-align: center;
		color: #030757;
		padding: 8px 8px;
		margin: 0;
		text-decoration: none;

		/*background: #75bbfa*/}
		
	.mlddm li a:visited, .mlddm li a#buttonhover
	{	color: #030757;
		/*background: #75bbfa;*/
		text-decoration:none}

	.mlddm li a:hover, .mlddm li a#buttonhover
	{	color: #393E82;
		/*background: #0b93dd*/}

		.mlddm ul
		{	margin: 1px 0 0 0;
			padding: 0;
			visibility: hidden;
			position: absolute;
			clear: both;
			/*background: #005da3*/}
		
		.mlddm ul li
		{	display: inline;
			float: none;
			margin: 0;
			padding: 0;
			border-width: 0px}

		.mlddm ul li a
		{	display: inline;
			white-space: nowrap;
			width: 10px;
			margin: 0 0 0 2px;
			padding: 9px 15px;
			font: 11px arial;
			font-weight: bold;
			text-align: left;
			text-decoration: none;
			color: #ff0000;
			/*background: #005da3*/}
			
		.mlddm ul li a:visited
		{	display: inline;
			white-space: nowrap;
			width: 10px;
			margin: 0 0 0 2px;
			padding: 9px 15px;
			font: 11px arial;
			font-weight: bold;
			text-align: left;
			text-decoration: none;
			color: #ff0000;
			/*background: #005da3*/}

		.mlddm ul li a:hover
		{	color: #ff0000;
			padding: 9px 15px 9px 13px;
			border: 1px solid #FFF;
			border-width: 0 0 0 2px;
			/*background: #74c4ef*/}

		.mlddm .hsub
		{	background: no-repeat right url(arroww.gif)}

		.mlddm .hsub:hover
		{	background: #74c4ef no-repeat right url(arroww.gif)}


