div#service_map ul{
    padding-left: 10px;
}


div#service-map li.null_level {
    margin-bottom: 10px;
    margin-left: 10px;
    list-style: none outside;
    background-image: url(/static/images/arrow.blue.gif);
    background-repeat: no-repeat;
    background-position: 0px 2px;
    padding-left: 15px;
    list-style-image: none;
}

div#service-map a {
	text-decoration: none;  
}

div#service-map a:hover {    
	text-decoration: underline;
}

div#service-map a.null_level {
	font-weight: bold;
    
}

div#pageContent div#service-map ul {
    padding-left: 0px;  
}

div#pageContent div#service-map ul li{ 
    background-image: url(/static/images/arrow.gif);
    background-repeat: no-repeat;
    background-position: 0px 4px;
    padding-left: 9px;
    list-style-type: none;
    list-style-position: outside;
}

