#sitemap {
	width: 580px;
/*	margin-left: 180px; */
}

.row {
	float: left;
	background: url(../gfx/bkgr_sitemap.gif) repeat-y;
}

.chapter {
	float: left;
	width: 180px;
	margin-right: 20px;
	padding-bottom: 10px;
}

.nomargin {
	margin-right: 0;
}

#sitemap h3 {
	background: url(../gfx/bkgr_headline.gif) repeat-x;
	font-size: 1em;
	padding: 5px 10px;
	border: 1px solid #CCC;
	border-bottom: 0;
	margin: 0;
}

#sitemap ul {
	list-style-type: none;
	margin-bottom: 0;
	margin-left: 0;
} 

#sitemap ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 175px;
	background: none;
	overflow: hidden;
}

#sitemap ul ul li {
	margin: 0 0 0 15px;
	width: 160px;
}

#sitemap a {
	text-decoration: none;
}

#sitemap a:hover, #sitemap a:focus {
	color: #95363E;
}

#sitemap li a {
	display: block;
	text-decoration: none;
	padding: 4px 0 3px 12px;
	color: #004079;
}

#sitemap li a:hover {
	background: url(../gfx/bullet_seknav.gif) 4px 9px no-repeat;
	font-weight: bold;
	color: #95363E;
}

#sitemap .bottom {
	clear: both; 
	height: 20px; 
	background: url(../gfx/bkgr_sitemap_box.gif) no-repeat; 
}

#sitemap .onecol {
	width: 180px;
}

#sitemap .twocol {
	width: 380px;
}

