* 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	: verdana;
}
.menutitle {
font-size: 13px;
font-family: Verdana, Arial, Helvetica, sans-serif;
		color:#cc3399;
}

.sitemap ul.level ul {
   list-style-image: url(http://www.nymphensittichlexikon.de/nl/images/stories/button.png);
}

.sitemap ul.level_0 ul {
   list-style-image: url(http://www.nymphensittichlexikon.de/nl/templates/xbox/images/indent1.png);
}
.sitemap ul.level_1 ul {
   list-style-image: url(http://www.nymphensittichlexikon.de/nl/templates/xbox/images/indent2.png);
}
.sitemap ul.level_2 ul {
   list-style-image: url(http://www.nymphensittichlexikon.de/nl/templates/xbox/images/indent3.png);
}
