#mtm_wrap {
    border:1px solid black;
    background-color: #6C3C26;
	width: 500px;
	font-family: "Trebuchet MS";
	font-size: 11px;
	text-decoration: none;
    }
#mtm_menu {
	text-align:left;
	margin: 0px;
	float: right;
	width: 500px;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
    }
#mtm_menu .titre{
	text-transform: uppercase;
	padding: 0px;
	border-bottom: 1px dotted #5E0000;
	margin-right: 10px;
	margin-left: 10px;
    }	
 
#mtm_menu a {
	display: block;
	float: left;
	line-height: 22px;
	padding: 0px 10px;
	text-decoration:none;
	font-size: 12px;
	font-weight:bold;
	color:#951413;
	white-space: nowrap;
    }
	
	
	/*
#mtm_menu a.hover {

	background: #99cccc;
	color: #333333;
} */
    
   
#mtm_menu span.active {
	display: inline;
}  



#mtm_menu span {
    display:none;
    }

table.items tr.item td {
	color: #951413;
	font-size: 10px;
	font-weight: bold;
}

table {
	background-color : #BEBEBE;
	border: thin solid #951413;
    }
