* {
 margin: 0px;
 padding: 0px;
 font-size: 100%;
 zoom: 1;
}

div.title_div {
	list-style-type: none;
	margin: 10px 0px 0px 20px;
	padding: 3px; 
	font-size: 12px;
	font-weight: bold;
	border-left: solid 5px #993333;
	border-bottom: solid 1px #999999;
}

ul.mark1 {
	list-style-image: url(../img/sitemap/mark1.gif);
	margin-top: 5px !important;
	padding: 0px 0 0 30px;
}

ul.mark2 {
	list-style-image: url(../img/sitemap/mark3.gif);
	padding: 5px 0 0 30px;
}
ul.mark {
 list-style: none;
	margin: 0;
	padding: 5px 0 0 30px; 
}
li.list1 {
 background-image: url(../img/sitemap/mark1.gif);
	background-position: 0.5% 0.2em;
	background-repeat: no-repeat;
	padding: 5px 0 0 15px;
	line-height: 140%;
}
li.list2 {
 background-image: url(../img/sitemap/mark2.gif);
	background-position: 2.8% 0.2em;
	background-repeat: no-repeat;
	padding: 5px 0 0 30px;
	line-height: 140%;
}
li.list3 {
 background-image: url(../img/sitemap/mark3.gif);
	background-position: 4.5% 0.2em;
	background-repeat: no-repeat;
	padding: 5px 0 0 45px;
	line-height: 140%;
}
