.mlddm
{	margin: 0;
	padding: 0;
	background: #0096db no-repeat;
	height: 25px;
	list-style: none}

	.mlddm li
	{	margin: 0;
		padding: 0 0px 0 0;
		list-style: none;
		float: left;
		font: 11px arial;
		border-right: 0px solid #FFF}

	.mlddm li a, .mlddm li a#buttonnohover
	{	display: block;
		text-align: center;
		color: #FFF;
		padding: 5px 10px;
		margin: 0;
		width: 90px;
		text-decoration: none;
		background: #0096db}

	.mlddm li a:hover, .mlddm li a#buttonhover
	{	color: #000;
		background: #9ED816}

		.mlddm ul
		{	margin: 1px 0 0 0;
		    width: 110px;
			padding: 0;
			visibility: hidden;
			position: absolute;
			clear: both;
			background: #0096db}
		
		.mlddm ul li
		{	display: inline;
			float: none;
			margin: 0;
			width: 110px;
			padding: 5px 0px;
			border-width: 0px}

		.mlddm ul li a
		{	display: inline;
			white-space: nowrap;
			width: 0px;
			margin: 0px;
			padding: 5px 10px;
			font: 11px arial;
			text-align: left;
			text-decoration: none;
			color: #FFF}

		.mlddm ul li a:hover
		{	color: #97ce16;
			background: #0096db;
			padding: 5px 10px;
			border: 1px solid #97ce16;
			border-width: 0px 0px}

		.mlddm .hsub
		{	background: no-repeat right url(arroww.gif);
		width: 80px;}

		.mlddm .hsub:hover
		{	background: #0096db no-repeat right url(arroww.gif)}

