.mlddm
{
  background: url("/images/site-nav-bg.jpg") repeat-x scroll left top transparent;
    height: 88px;
    left: 13px;
    position: absolute;
    top: -58px;
    width: 903px;

	}
	

.mlddm li
	{
     background: url("/images/menu-line.jpg") no-repeat scroll right center transparent;
    float: left;
 /*  margin-right: 31px;*/
	/*margin-left:39px;
     padding-right: 31px;*/
     margin-left:25px;
     padding-right: 24.5px;
    margin-top: 37px;
   
}

	.mlddm li a{	
	display: block;

		text-align: center;
		color: #D4CEC1;
		font-size:17px;
		margin: 0;
		text-decoration: none;
		width:auto;
		height:17px;

		}


.mlddm li a:hover,.mlddm li a:active {
    color: #A35F0E;
}
 

