﻿.mlddm
{	margin: 0;
	padding: 0;
/* 	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 */
	
	white-space: nowrap;
	overflow: hidden;}
	
	.mlddm li
	{	display: inline;
		list-style: none;
		float:left ;
		margin: 0;
		border-radius: 7px;
		padding: 0}

	.mlddm li a
	{	display: block;
		margin: 10px 5px 0 0;
		border-radius: 7px;
		padding: 6px 18px;
		width: auto;
		font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, Serif;
		font-weight: bold;
		font-size: 14px;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		white-space: nowrap;
		color: #111;
		background-image:url(../images/lightgold.jpg);
		background-color: #eeb716;}

	.mlddm li a:hover
	{	background: #404040;
		color: #FFF}

		.mlddm ul
		{	z-index: 100;
			position: absolute;
			visibility: hidden;
			margin: 1px 0 0 0;
			padding: 0;
			background: #eeb716;
			color:#fff;}
		
			.mlddm ul li
			{	float: none}

			.mlddm ul li a
			{	display: block;
				width: auto;
				margin: 0;
				padding: 2px 4px;
				font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
				font-weight: normal;
				font-size:14px;
				text-align: left;
				text-transform: none;
				color: #dd0606;
				background: transparent;}

			.mlddm ul li a:hover
			{	color: #FFF}

