/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 17/Out/2014, 12:52:07
    Author     : filipemurteira
*/

#conteudo .mapa_site ul, 
#conteudo .mapa_site ul ul {
	list-style-type: none; 
	list-style-image:none;
	background: url(../img/vline.png) repeat-y;
	margin: 0;
	padding: 0;
}

#conteudo .mapa_site ul ul { 
	margin-left: 10px; 
}

#conteudo .mapa_site ul li {
	margin: 0; 
	padding: 0 12px; 
	line-height: 20px; 
	background: url(../img/node.png) no-repeat; 
	color: #9ec554;
	font-weight: bold;
}

#conteudo .mapa_site ul li a{
	font-weight: normal;
}

#conteudo .mapa_site ul li.last { 
	background: #fff url(../img/lastnode.png) no-repeat; 
}