#mnuMat {
/*	float:left;
	clear:left;
*/
	margin-right:0px;
	margin-bottom:0px;
	margin-top:-8px;
	margin-left:-8px;

	font:normal 10px Verdana, Arial, 'Sans-Serif';
	background-color:transparent;
	text-align:left;
	width:141px;
	_width:143px;
	_margin-left:-7px;
	_margin-right:-10px;
}

html>body #mnuMat{
	margin-top:7px;
}

#mnuMat ul {
	margin: 0px 0px 0px 1px;
	padding: 0px;
	list-style: none;
	width: 140px; /* Width of Menu Items */
	_margin:0px;
/*	_width: 140px;*/
	_margin-right:0px;
	text-align:left;
	border-bottom: 1px solid #c8d2ab;
}

#mnuMat ul li {
	position: relative;
	font: normal 10px Verdana;
}

	
#mnuMat li ul {
	position: absolute;
	z-index:800;
	left: 137px; /* Set 3px less than menu width */
	width:200px;
	top: 0px;
	display: none;
	border-bottom: 1px solid #c8d2ab;
	border-right: 1px solid #c8d2ab;
}

html>body #mnuMat li ul {
	border-left: 1px solid #c8d2ab;
}


/* Styles for Menu Items */
#mnuMat ul li a {
	display: block;
	text-decoration: none;
	color: #000;
	background-color:#f6fcf2;
	padding-left: 10px;
	border-top: 1px solid #c8d2ab; /* IE6 Bug */
	border-bottom: 0px;
	padding-top: 2px;
	padding-bottom: 1px;
	width:131px;
}

/* Holly Hack. IE Requirement */
* html #mnuMat ul li { float: left; height: 1%;}
* html #mnuMat ul li a { height: 1%; }

#mnuMat ul li a:hover {
	background-color:#99cf5a;			/* IE6 Bug */
	border-top: 1px solid #c8d2ab;		/* IE6 Bug */
	color:#000;
}

/* The magic */
#mnuMat ul li:hover ul, #mnuMat ul li.over ul { 
	display: block; 
}


/* seta para links com submenus*/
#mnuMat ul li a.seta { /*#mnuMat ul li.seta, */
	background: url(../img/site/seta.gif) no-repeat 130px 6px;
}

#mnuMat ul li a.seta:hover { /*#mnuMat ul li.seta:hover, */
	background: url(../img/site/seta1.gif) no-repeat 128px 4px;
	background-color:#99cf5a;			/* IE6 Bug */
	color:#000;
}

#mnuMat ul li ul li a{
	width:190px;
}