/* list-style: pos1 pos2 po3;
 *    parameter:
 *               pos1: none | disc | circle | square
 *               pos2: inside | outside
 *               pos3: none | url('arrow.gif')
 * more info under: http://www.w3schools.com/css/css_list.asp
 */

.sitemap ul {
	display		: block;
	list-style	: none;
	margin		: 0;
	padding		: 0;
}
.sitemap ul li {
	margin		: 0;
	padding		: 0;
	white-space	: nowrap;
	background	: transparent;
}
.sitemap a img {
	border		: none;
}
.sitemap ul.level_0 ul {
	list-style	: inside square;
	padding		: 0;
}
.sitemap ul.level_1 li {
	padding		: 0 0 0 2em;
	white-space	: nowrap;
}
.sitemap .active {
	font-style	: italic;
}

ul.level_ li {
	font-weight:bold;
	background-image: url(/templates/doit-tv2/images/spacer.gif);
	background-repeat:	no-repeat;
	padding-left		: 0px;
	background-position	: 0px 4px;
	line-height			: 20px;
}

ul.level_ {

	font-size:16px;
	margin-left: 0px;
}

<!-- ul.level_3 li {
	font-weight:bold;
	background-image: url(/components/com_xmap/images/nav_ul.gif);
	background-repeat:	no-repeat;
	padding-left		: 15px;
	background-position	: 0px 4px;
	line-height			: 20px;
}

ul.level_3 {

	font-size:10px;
	margin-left: 10px;
}

-->

ul.level_2 li {
	font-weight:normal;
	background-image: url(/components/com_xmap/images/nav_ul.gif);
	background-repeat:	no-repeat;
	padding-left		: 15px;
	background-position	: 0px 4px;
	line-height			: 20px;
}

ul.level_2 {

	font-size:12px;
	margin-left: 10px;
}

ul.level_1 li {

	background-image: url(/components/com_xmap/images/nav_ul.gif);
	background-repeat:	no-repeat;
	padding-left		: 15px;
	background-position	: 0px 4px;
	line-height			: 20px;
}

ul.level_1 {

	font-size:14px;
	margin-left: 10px;
}



