dl,
dl dt,
dl dd,
ul,
ul li {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.sitmap { margin: 0 4em; }

ul.sitmap li {
	font-size: 83%;
	margin-bottom: 1em;
}

ul.sitmap li.categoryTop { margin-bottom: 1em; }

ul.sitmap li.categoryTop,
ul.sitmap dl dt.categoryTop {
	list-style: none;
	color: #333;
	line-height: 1.3;
	padding: 0;
	font-weight: bold;
	border-bottom: 1px dotted #CCC;
	padding: 2px 0;
}

ul.sitmap li dl dt { font-size: 100%; }
ul.sitmap li dl dd,
ul.sitmap li dl dt dl dt {
	font-weight: normal;
	font-size: 100%;
	margin-bottom: 0;
	border-bottom: none;
	padding-left: 2em;
}

dl { display: inline; }

ul.sitmap li dl dd {
	background-image: url(../../../common2/images/mark-arrow.gif);
	background-repeat: no-repeat;
	background-position: 18px 8px;
}

/* links */
a { color: #246256; }
a:link { color: #246256; }
a:visited { color: #246256; }

dl dd a { color: #64978E; }
dl dd a:link { color: #64978E; }
dl dd a:visited { color: #64978E; }
dl dd a:hover { color: #246256; }


