.mlddm
{	visibility: hidden;
	margin: 0;
	padding: 0;
	background: url(topbg.gif);
	height: 30px}

	.mlddm li
	{	display: inline;
		list-style: none;
		margin: 0;
		padding: 0;
		float: left;
		font: bold 13px arial}

	.mlddm li a, .mlddm li a#buttonnohover
	{	display: block;
		text-align: center;
		color: #FFFFFF;			 /* color of font on menu heading */
		padding: 6px 10px; 
		margin: 0;
		width: 105px;
		text-decoration: none;
		white-space: nowrap;
		
		}

	.mlddm li a:hover, .mlddm li a#buttonhover
	{	color: #ffffff;				/* color of font on menu heading when highlighted */
		background: url(topbgd.gif);
		
		 }

		.mlddm ul
		{	z-index: 100;
			margin: 0;
			padding: 0;
			visibility: hidden;
			position: absolute;
			background: #EDF7FF; // url(menubg.gif) /* color of background on 1st level drop down*/
		
		}
			 
		.mlddm ul li
		{	float: none
		
		}

		.mlddm ul li a
		{	width: auto;
			margin: 0px;
			padding: 6px 20px 6px 15px;
			font-weight: bold;
			text-align: left;
			text-decoration: none;
			color: #555555;			/* color of font on 1st level drop down*/
			border-right: 1px solid #ccc;
			border-left: 1px solid #ccc;

		}

		.mlddm ul li a:hover
		{	color: #333333;
			background: #B3E6FC} 		/* color of highlighted background on 2nd level drop down*/

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

		.mlddm .hsub:hover
		{	background: #B3E6FC no-repeat right url(arrow.gif)} /* color of highlighted background on 1st level drop down*/

