/* 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

 */

 







.menutitle {

	background: #f0f0f0;

	border-bottom: 1px solid #ddd;

	font-weight: bold;

	padding: 4px;

	color: #000062;

	padding-left: 2em;

	font-family: Arial Narrow, Helvetica, Arial, sans-serif;

	font-size: 18px;

}





.sitemap ul {

	display		: block;

	margin		: 0;

	padding		: 0;

	font-family: Arial, Helvetica, Arial, sans-serif;

	list-style-image: url(../images/menu-icon.png);

	list-style-type: circle;

	padding-top: 0;

	padding-right: 0px;

	padding-bottom: 0;

	padding-left: 8em;

}

.sitemap ul li {

	margin		: 24;

	padding		: 0;

	white-space	: nowrap;

	background	: transparent;

	font-weight: bold;

}

.sitemap a img {

	border		: none;

}

.sitemap ul.level_0 ul {

	list-style	: inside square;

	padding		: 0;

	font-weight: normal;

}

.sitemap ul.level_1 li {

	white-space	: nowrap;

	padding-top: 0;

	padding-right: 0px;

	padding-bottom: 0;

	padding-left: 2em;

	font-weight: normal;

}

.sitemap .active {

	font-style	: italic;

}
