nav{
	background: #000; /* Old browsers */
	overflow:hidden;

 	}

.mlddm
{	margin: 0;
	padding: 0;
	float: left;
	margin-top:0px;
	}

	.mlddm li
	{	display: inline;
		list-style: none;
		float: left;
		margin: 0;
		padding: 0;
		 
		}


	.mlddm li a
	{	display: block;
		margin: 0;
		padding: 4px 20px;
		width: auto;
		font-size:.9em;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		font-weight: 700;
		white-space: nowrap;
		color: #818080 !important;
		}
	
	.mlddm li a:hover, .mlddm ul, .mlddm a.current
	{	color:#fff !important;background-color:#000;
		}
		
		.mlddm li:hover a{color:#fff !important}
		.mlddm li:hover ul a{color:#818080 !important}
		.mlddm ul
		{	z-index: 100;
			position: absolute;
			visibility: hidden;
			margin: 0px 0 0 0;
			padding: 0;min-width:150px;
			}
		
			.mlddm ul li
			{	float: none;
				
			}
			
			.mlddm ul li a
			{	display: block;
				width: auto;
				font-size:.75em;
				margin: 0px;
				padding: 8px 15px;
				font-weight: normal;
				text-align: left;
				color: #818080;
				background: transparent;
				border-top:0px solid #fff !important;
				border-bottom:0px solid #999 !important;
				
				
				}
			.mlddm ul li a:hover{color:#fff !important}
			.mlddm ul li:first-child > a{border-top:none !important}	
			.mlddm ul li:last-child > a{border-bottom:none !important}	


			.mlddm ul li a:hover
			{	color:#fff; }

