/* 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		: 15px;
	padding		: 0;
font-size: 13px;
text-decoration: none; 
}
.sitemap ul li {
	margin		: 0;
	padding		: 0;
	white-space	: nowrap;
	background	: transparent;
}
.sitemap a, .sitemap a:visited  { text-decoration: none; color: black;}
.sitemap a:hover  {}
.sitemap a img {
	border		: none;
}
.sitemap ul.level_0 ul {
	list-style	: none;
	padding		: 0;

}

.sitemap ul.level_1 li {
	padding		: 0 0 0 2em;
	white-space	: nowrap;

}
.sitemap .active {
	font-style	: italic;
}

.sitemap ul.level_0 li a { background-color: #e67817;  display: block; width: 100%; height:30px; color:#fff; padding-left:10px;}
.sitemap ul.level_0 li { margin-bottom: 30px;}

.sitemap ul.level_1 li a { background-color: transparent;color: black;}
.sitemap ul.level_1 li a:hover {text-decoration: underline;}
.sitemap ul.level_1 li {padding: 0px; margin-bottom: 0px;}
