a {
	color: #000080;
	text-decoration: none;
}

.subSection {
	display:block;
	height: 37px;
	align:center;
	valign:center;
	background-color: #ebebfe;
	margin: 0px 0px 0px 8px;
	padding: 1px 4px 1px 4px;
	-moz-border-radius:4px;
	border-radius:4px 4px;
}

.subSection:Hover {
	padding: 0px 3px 0px 3px;
	border: 1px solid #000080;
	background-color: #F0F0F0;
	text-decoration: none;
}

.subSectionActive {
	display: block;
	width: 120px;
	height: 35px;
	align:center;
	valign:center;
	color: #004080;
	background-color: #F0F0F0;
	border: 1px solid #A0A0A0;
	margin: 0px 0px 0px 8px;
	padding: 1px 4px 1px 4px;
	background-repeat:no-repeat;
	font-weight: bold;
	-moz-border-radius:4px;
	border-radius:4px 4px;
}

