div#service-map {
	margin: -10px 0 0 -25px;

	padding: 0;
}

div#service-map ul {
	margin: 0;
}

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.standardStyles ul li {
    margin: 0px;
    padding: 0px;
    list-style: none;

}

div#service-map div.product {
	float: left;
	margin: 5px 0;
	width: 213px;
	list-type-style: none;
}
div#service-map div.product a {
	color: #878787;
	text-align: left;
	background: none !important;
}
div#service-map div.productclear {
	clear: both;
}


