#menulateral{
	margin-top:0px;
	width: 167px;
	/*height: 180px;*/
	margin: 0px;
	/*float: left;*/
}

#lista {
	font-family: arial, verdana, tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #0875C9;	
}

#lista ul {
	text-align: left;
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
	/*list-style-image: url('../img/seta_menu.gif');*/
}

#lista li {
	font-family: arial, verdana, tahoma;
	font-size: 11px;
	font-weight: normal;
	width: 167px;
	/* height: 18px; */
	background-color: #E9F4FE;
	border-top: 1px solid #FFF;	
}

#lista a {
	font-family: arial, verdana, tahoma;
	font-size: 11px;
	color: #3d81b2;
	height: 20px;
	display: block;
	padding-top: 2px;
	padding-left: 15px;
	background-image: url('/pls/portal/docs/PAGE/PREVI_DESENV/IMAGENS/SETA_MENU.GIF');
	text-decoration: none;
}

#lista a:hover {
	font-family: arial, verdana, tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #013766;
	background-image: url('/pls/portal/docs/PAGE/PREVI_DESENV/IMAGENS/SETA_MENU_ATIVO.GIF');
	background-color: D6EBFD;
}

.treemenu .treeopen {
	background-image: url('/pls/portal/docs/PAGE/PREVI_DESENV/IMAGENS/TRANSP.GIF');
	background-repeat: no-repeat;
	background-position: left;
}		
	
.treemenu .treeclosed {
	background-image: url('/pls/portal/docs/PAGE/PREVI_DESENV/IMAGENS/TRANSP.GIF');
	background-repeat: no-repeat;
	background-position: left;	
}
	
#lista .sub ul {
	height: 16px;
	display: block;	
	list-style: none;	 
	/*list-style-image: url('/pls/portal/docs/PAGE/PREVI_DESENV/IMAGENS/bullet1.gif');*/
}

#lista .sub li {
	font-family: arial, verdana, tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #444;
	background-color: #F9F9F9;
	width: 167px;
	height: 16px;
	border: 0;	
}	

#lista .sub a {
	font-family: arial, verdana, tahoma;
	font-size: 10px;
	font-weight: normal;
	color:#444;
	height: 16px;
	padding-left: 20px;
	background-color:#F9F9F9;
	background-image: url('/pls/portal/docs/PAGE/PREVI_DESENV/IMAGENS/BULLET1.GIF');	
}

#lista .sub a:hover {
	font-family: arial, verdana, tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #444;
	height: 16px;
	background-color:#F9F9F9;
	text-decoration: underline;
	background-image: url('/pls/portal/docs/PAGE/PREVI_DESENV/IMAGENS/BULLET2.GIF');
}
