.BookLable {
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0067c5;
	z-index: 1;
}
.BookLableActive {
	text-decoration: none;
	font-weight: bolder;
	color: #FFFFFF;
	font-size: 1.2em;
	z-index: 1;
}
MenuTable a:link {
	text-decoration: none;
	color: #000000;
}
MenuTable a:visited {
	color: #666666;
	text-decoration: none;
}
MenuTable a:hover {
	color: #003399;
	text-decoration: none;
}
MenuTable a:active {
	text-decoration: none;
	color: #000000;
}
.Section {
	text-decoration: none;
	font-size: small;
	color: #000000;
	font-weight: normal;
	height: 1%;
}
.SectionActive {
	font-size: small;
	font-weight: bolder;
	text-decoration: none;
	color: #000000;
}

.Book {
	background-color: #0067c5;

}
.Book ul {
	list-style-type: none;
	list-style-position: outside;
	padding: 0px 2px 2px;
	margin: 0px 0px 2px;
	vertical-align: top;
}

.Bookhr {
	margin: 2px 0px -1px;
	padding: 2px 0px;
	height: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CFE1FE;
}

.bookhr hr {
	display: none;
}


.Menu {
	background-color: #CFE1FE;
	clear: none;
	border: none;
}
.Menu ul{
	list-style-type: none;
	list-style-position: outside;

}

.Menuhr {
	margin: 2px 0px;
	padding: 2px 0px;
	height: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}

.Menuhr hr {
display: none;
}
		
.MenuSect {
	background-color: #FFFFFF;
}
	
.MenuSect ul{
	list-style-position: outside;
	list-style-image:  url("../Images2/Bullit.gif");
	padding-left: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.Book a{
	display: block;
	padding: 0px 1px;
	margin: 0px;   
}
.MenuFam ul{
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
}