
.sectionMenu{
	width:115px;
	/*font-size:13px;*/
	margin:0 1%
}
.sectionMenu a, .sectionMenu span{
	display:block;
	margin:0;
	padding:2px 0px 2px 15px;
	font-weight:bold;
	text-decoration:none;
	font-size:10px;
	/*font-size:75%;*/
}
.sectionMenu a:hover{
	text-decoration:underline
}
.sectionMenu h1, .sectionMenu h2{
	/*font-size:1em;*/
	font-weight:bold;
	margin:0;
	margin-bottom:0.25em;
	color:#000;
	border-bottom:1px solid #888
}
.sectionMenu h2{
	padding-top:1em
}
.sectionMenu .curSection{
	background:url(../img/browse-loc.gif)no-repeat left center
}
.sectionMenu .checked{
	background:url(../img/checkmark.gif) no-repeat left center
}