#mnuMat {
	margin: 0px 0px 0px 5px;
}

#mnuMat ul {
	margin: 0px 0px 0px 1px;
	padding: 0px 0px 1px 0px;
	list-style: none;
	width:180px;
	text-align:left;
	background:#fff url(../img/site/traco-menu.gif) top left repeat-y;
}

#mnuMat ul li {
	position: relative;
	margin:1px -1px 0px 0px;
	text-align:right;
	padding-right:10px;
}

#mnuMat li ul {
	position: absolute;
	z-index:800;
	left: 179px;
	width:180px;
	top: 0px;
	display: none;
}

#mnuMat li ul li{ text-align:left; }

#mnuMat ul li a {
	display: block;
	width:170px;
	text-decoration: none;
	color: #000;
	background-color:#fff;
	padding: 2px 0px 1px 10px;
	font-family: 'Trebuchet Ms', Verdana, Arial, 'Sans-Serif';
	font-size: 14px;
	font-weight: bold;

}

* html #mnuMat ul li { float: left; height: 1%;}
* html #mnuMat ul li a { height: 1%; }

#mnuMat ul li a:hover {
	color:#666;
	background-color:#f9f9f9;
}

#mnuMat ul li:hover ul, #mnuMat ul li.over ul { 
	display: block; 
}

