

.mlddm
{	margin: 0;
	padding: 0;
	background: url(images/menuPx1.gif);
	height: 20px;
	width: 100%;
	}


	.mlddm li
	{	display: inline;
		margin: 0px;
		padding-top:3px;
		padding-left:8px;
		padding-right:8px;				
		list-style: none;
		float: left;
	  font: 12px arial;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;		
		
		}


	.mlddm li a, .mlddm li a#buttonnohover
	{	display: block;
		text-align: center;
		padding-right:6px;
		padding-left:6px;
		
		text-decoration: none;
		white-space: nowrap;		
    font: 12px arial;
    color: #ffffff;
    font-weight: bold;
		}
		

	.mlddm li a:hover, .mlddm li a#buttonhover
	{	color: white;
		background: url(topbgd.gif)
	}


		.mlddm ul
		{	margin: 0;
			padding: 0;
			visibility: hidden;
			position: absolute;
			background: #e5e1da
		}
		
		
		.mlddm ul li
		{	float: none
		}


		.mlddm ul li a
		{	width: auto;
			margin: 0px;
			padding: 3px 20px 3px 15px;
			text-align: left;
			text-decoration: none;			
    	font: 12px arial;
    	color: black;
    	font-weight: bold;	
    	}


		.mlddm ul li a:hover
		{	color: black;
			background: #C4C3C4
		}


		.mlddm .hsub
		{	background: no-repeat right url(images/arrow.gif)
		}


		.mlddm .hsub:hover
		{	background: #C4C3C4 no-repeat right url(images/arrow.gif)
		}

