ul.mlddm
{
	width: 954px;
}
.mlddm
{	/*visibility: hidden;*/
	margin: 0;
	padding: 0;
	background-image:url(imagens/main-manu.png);
	background-repeat:no-repeat;
	height: 48px;
}
	.mlddm li
	{	display: inline;
		list-style: none;
		margin: 0;
		padding: 0;
		float: left;
		font: 16px "Comic Sans MS";
		width:127px;
		
	}
	.mlddm li a, .mlddm li a#buttonnohover
	{	display: block;
		text-align: center;
		white-space: nowrap;
		color: #FFF;
		margin: 0;
		padding: 0 0px;
		text-decoration: none;
		line-height:48px;
	}
	.mlddm li a:hover, .mlddm li a#buttonhover
	{	
		color: #FFF;
	}
		.mlddm ul
		{	
			z-index: 100;
			margin: 1px 0 0 0;
			padding: 0;
			visibility: hidden;
			position: absolute;
			clear: both;
			background: #509FEE;
			border-left: 1px solid #1F68D7;
			border-right: 1px solid #1F68D7;
		}
		.mlddm ul li
		{	
			float: none;
		}

		.mlddm ul li a
		{	
			width: auto;
			padding: 1px 15px;
			text-align: left;
			background: transparent;
		}
		.mlddm ul li a:hover
		{	
			color: #FFF;
			padding: 0px 15px;
			border: solid #FFFFFF;
			border-width: 1px 0px;
		}
		.mlddm .hsub
		{	
			background: no-repeat right url(../img/arroww.gif);
		}
		.mlddm .hsub:hover
		{	
			background: #213866 no-repeat right url(arroww.gif);
		}