#site-map-section {
	float:right;
	width:566px
}

#site-map-section h2 {
	clear:both;
	float:left;
	margin:0;
}

#site-map-section ul {
	padding:0;
	margin:0;
	margin-bottom:20px;
    float:left;
    clear:left;
}

#site-map-section ul ul{
	margin-bottom:6px;
}

#site-map-section li {
	padding:0 0 0 40px;
	margin:0;
	width:auto;
    float:left;
    clear:left;
	list-style:none;
}

#site-map-section a {
	display:block;
	color:#000;
    padding:4px 0 4px 24px;
    float:left;
    clear:left;
    background:#fff url('../img/nav_arrow.gif') 10px center no-repeat;
}

#site-map-section a:link {
	text-decoration:none;
}

#site-map-section a:visited {
	text-decoration:none;
	color:#597d31
}

#site-map-section a:hover {
	text-decoration:none;
	color:#7fbe00
}

#site-map-section a:active {
	text-decoration:none;
}