.mlddm
{	visibility: hidden;
	margin: 0;
	padding: 0;
	background: url(images/BtnGreen120x38.png);   /*DEFAULT STATE OF MAIN MENU*/
	height: 38px}

	.mlddm li
	{	display: inline;
		list-style: none;
		margin: 0;
		padding: 0;
		float: left;
		font: bold 11px arial;
		line-height:28px}

	.mlddm li a, .mlddm li a#buttonnohover	/*DEFAULT STATE OF MAIN MENU*/ 
	{	display: block;
		text-align: center;
		color: white;
		padding: 5px 10px;
		margin: 0;
		width: 100px;
		text-decoration: none;
		white-space: nowrap;}

	.mlddm li a:hover, .mlddm li a#buttonhover	/*HOVER STATE OF MAIN MENU*/ 
	{	
		background: url(images/BtnGreenHover120x38.png);
		font-style:italic;
		line-height:24px		
	}   
		.mlddm ul    /*THIS IS THE DEFAULT STATE OF THE DROPDOWNS*/
		{	z-index: 100;
			margin: 0;
			padding: 0;
			visibility: hidden;
			position: absolute;
			background: white;
			border: 1px solid #333;
			margin-left: 5px}
		
		.mlddm ul li
		{	float: none}

		.mlddm ul li a
		{	width: 150px;
			height:20px;
			margin: 0px;
			padding: 4px 10px 0px 10px;
			line-height:16px;
			font-weight: normal;
			text-align: left;
			text-decoration: none;
			color: #5D5D5D}

		.mlddm ul li a:hover	 /*HOVER STATE OF OF CHILDLESS SUBMENU ITEMS*/
		{	position: relative;
			width:auto;
			color: #333;
			background: #89e4b6;
			padding: 4px 10px 0px 10px;
			line-height:16px;
			font-weight:bold;
			font-style:italic}   

		.mlddm .hsub
		{	background: no-repeat right url(../mlddm2.32-single-site/sample06h/arrow.gif)}

		.mlddm .hsub:hover
		{	background: #00FF00 no-repeat right url(../mlddm2.32-single-site/sample06h/arrow.gif)}    /*HOVER STATE OF OF SUBMENU ITEMS WITH CHILDREN*/

