.mlddm
{	

	/* crossbrowser inline-block */ 
	display: -moz-inline-box; /* ff2 compatibility */ 
	display: inline-block;    /* all normal browsers */ 
	zoom: 1;                  /* ie7 &ie6 */ 
	*display: inline;         /* ie7 &ie6 */ 
	vertical-align: top;      /* opera compatible */ 

	margin: 0;
	padding: 0}

	.mlddm li
	{	display: inline;
		list-style: none;
		float: left;
		margin: 0;
		padding: 0}
	
	.mlddm li a
	{	display: block;
		margin: 0 2px 0 0;
		/* padding: 4px 20px; LS */
		padding: 4px 10px; /* LS */
		width: auto;
		font-family: Verdana, Arial, Helvetica, sans-serif; /* LS */
		/* font: bold 11px arial, sans-serif; LS */
		font-size: 10px;
		font-weight: normal;
		text-align: center;
		text-decoration: none;
		/* text-transform: uppercase; LS */
		white-space: nowrap;
		/* color: #FFF; LS */
		/* background-color: #5970B2; LS */
		/* border: 1px solid #5970B2 LS */   }

	.mlddm li a:hover
	{	/* background-color: #ABC9DE LS */  }

	.mlddm > li > a:hover
	{	/* color: #2577B1 LS */ }

		.mlddm ul
		{	z-index: 100;
			position: absolute;
			visibility: hidden;
			margin: 2px 0 0 0;
			padding: 0;
			background: #DaDaDa;
			background: #ECEFE8;
			background: #ECEFE4;
			border: 1px solid #F0F0F0;
			border: 1px solid #5970B2;
			border: 1px solid #808080;
		}

			.mlddm ul li
			{	float: none;
			}

			.mlddm ul li a
			{	display: block;
				width: auto;
				margin: 0;
				/* padding: 5px 17px 5px 13px; LS */
				padding: 2px 17px 2px 13px;
				font-weight: normal;
				text-align: left;
				text-transform: none;
				white-space: pre;
				/* color: #2875DE; LS */
				background: transparent;
				border-width: 0;
			}

	.mlddm ul li .hsub
	{	background-image: url(arrow.gif);
		background-position: right;
		background-repeat:  no-repeat}

	.mlddm ul li .hsub:hover
	{	background-image: url(arrow.gif);
		background-position: right;
		background-repeat:  no-repeat}
