/* 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-left		: 0;	
line-height: 140%;
}

.sitemap ul li {
	margin		: 0;
	padding		: 0;
	white-space		: nowrap;
	background		: transparent;
	padding-top		: 15;
line-height: 140%;
}

.sitemap ul.level_0 a {
	color			: #000000;
	font-family		: Georgia, Verdana;
	font-size		: 13px;
	font-weight		: normal;
	text-align		: left;
	text-transform	: none;
line-height: 140%;
}


.sitemap ul.level_1 a {
	color			: #996600;
	font-size		: 12px;
	font-family		: Georgia, Verdana;
	font-weight		: normal;
	text-decoration	: none;
	text-transform	: none;
}

.sitemap img {
	border		: none;

}
.sitemap ul.level_0 ul {
	list-style		: none;
	padding-top		: 13;
	padding-left	: 45;
	padding-bottom	: 23;
}

.sitemap ul.level_1 li {
	padding-left: 17px;
	white-space		: nowrap;
	background-repeat	: no-repeat;
	background-image	: url(http://www.typelogic.ru/images/indent3.png);
line-height: 140%;
}

.sitemap .active {
	font-style		: italic;
}
