/*** Site Map ***/

#mainbody {
	float: left;
	width: 100%;
	font-size: .75em;
}
#mainbody a {
	text-decoration: none;
}
#mainbody a:hover {
	text-decoration: underline;
}
#mainbody ul.main {
	clear: both;
	float: left;
	margin: 15px 0 0 35px;
	list-style: none;
	font-weight: bold;
}
#mainbody ul.sub {
	margin-left: 35px;
	list-style: url(../images/ul.gif);
	font-weight: normal;
}
#mainbody ul.sub li#bottom {
	margin-bottom: 20px;
}