.mnuLeft {
	width:240px;
	margin:0;
	padding:0;
	background:url(../img/bg/mnuLeft.gif);
}
.mnuLeft.news {
	min-height:200px;
	padding-bottom:40px;
}
.mnuLeft li {
	list-style:none;
	margin:0;
	border-bottom:solid 1px #e6e6e6;
	font-family:arial narrow;
	font-size:13px;
	font-weight:bold;
	/*	line-height:40px; */
	line-height:50px;
	padding-left:10px;
	/*	padding-top:5px; 
	padding-bottom:5px; 
	height:40px; */
	height:50px;
	cursor:pointer;
	color:#333;
	text-transform:uppercase;
}
.mnuLeft li:hover {
	background:url(../img/mnuLeft/btnHover.gif);
	border-bottom:solid 1px #fff;
	color:#333;
}
.mnuLeft li.selected {
	background:url(../img/mnuLeft/btnselected.gif);
	border-bottom:solid 1px #fff;
	color:#000;
}
.mnuLeft .ico {
	float:left;
	margin-right:15px;
	width:40px;
}
.mnuLeft p {
	float:left;
	width:170px; 
	_padding-left:0;
	_width:160px;
}
.mnuLeft.news li {
	height:auto;
	clear:both;
	overflow: hidden;
	padding-bottom:6px;
	padding-top:6px;
}
.mnuLeft.news li:hover {
	background:#d5d5d5;
	border-bottom:solid 1px #fff;
	color:#333;
}

.mnuLeft.news li a{ 
	color:#333; 
	text-decoration:none;
}

/* ////// INSTITUCIONAL ////// */
.mnuLeft.institucional li p { 
	background:url(../img/mnuTop/bullet.gif) left center no-repeat; 
	padding-left:22px; 
	margin-left:-10px;
}