/* 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 0 2 2em;
	padding		: 0 2 0 2em;
}
.sitemap ul li {
	margin		: 0 0 0 2em;
	padding		: 0;
	white-space	: nowrap;
	background	: transparent;
}
.sitemap a img {
	border		: none;
}
.sitemap ul.level_0 ul {
	line-height: 4px;
	color: #669933;
}
.sitemap ul.level_1 li {
	line-height: 15px;
	/*background-color: #E6E6E6;*/
}
.sitemap .active {
	font: bold;
}
.menutitle {
	line-height: 5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.3em;
	font-weight:bold;
	color:#cc0000;
	padding-left:33px;
	padding-bottom:15px;
	padding-top:7px;
	background-image: url(../../../templates/swv01/images/menuebg.gif);
	background-repeat:no-repeat;
}
