.SideMenu {
	width: 250px;
	float: left;
	margin-left: 2px;
	transition: all 0.15s linear;
	}
.SideMenu a:link, a:visited, a:active {
	color: #000000;
	text-decoration: none;
	font-weight:normal;
	transition: all 0.15s linear;
}



.SideMenu a:hover {
	color:#c63332; text-decoration: none;
}


.SideMenu ul{
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
	padding: 4px;
	margin: 5px 0px 2px 1px;
	
	vertical-align: top;
	border-radius:10px;
	background-color: #0151A7;
	border-bottom-style:groove;
	border-bottom-width:1px;
	border-bottom-color: #e5e5e5;
	border-right-style:groove;
	border-right-width:1px;
	border-right-color: #e5e5e5;
	behavior: url(pie/PIE.htc);
	transition: all 0.15s linear;
}

.SideMenu li{
	padding: 1px 0px 4px 0px;
}

.Book {
	font-weight: bold;
	color: #ffffff;
	font-size: 1.1em;
	line-height:1.0;
	transition: all 0.15s linear;
}

.BookLive {
	font-weight: bold;
	color: #ffffff;
	font-size: 1.1em;
	line-height:1.0;

}
.Book:hover {
color:#c63332; text-decoration: none;
}

.Section {
	font-size: 1.1em;
	line-height:1.0;

}

.SectionLive {
	font-weight: bold;
	font-size: 1.1em;
	line-height:1.0;

}

.SubSectionLive {
	font-weight: bold;
	font-size: 1.05em;
	line-height:1.0;

}

.SubSection {
	font-size: 1.05em;
	line-height:1.0;

}

.FamilyLive {
	font-weight: bold;
	color: #000000;
	font-size: 1.05em;
	line-height:1.0;

}

.Family {
	font-size: 1.05em;
	line-height:1.0;


}

.SideMenu ul ul{
	background-color: #cae2fd;
	border-radius:10px;
}

.SideMenu ul ul ul{
	background-color: #e3f1ff;
}

.SideMenu ul ul ul ul{
	background-color: #ffffff;
}
