﻿
#menu {
	background: #4682B4;
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#menu li {
	float: right;
	font: 80% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;	
}
#menu a {
	background: #4682B4;
	color: #fff;
	display: block;
	float: right;
	margin: 0;
	padding: 8px 7px;
	text-decoration: none;
	text-align: center;
	position:relative; right:25px;

}
#menu a:hover {
	background: #F9EA99;
	color: #171717;
	padding-bottom: 8px;
}

#menu2 {
	background: #4682B4;
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#menu2 li {
	float: right;
	font: 80% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;	
}
#menu2 a {
	background: #4682B4;
	color: #fff;
	display: block;
	float: right;
	margin: 0;
	padding: 8px 7px;
	text-decoration: none;
	text-align: center;
	position:relative; right:25px;

}
#menu2 a:hover {
	background: #F9EA99;
	color: #171717;
	padding-bottom: 8px;
}

img {border: none;}

.chapters {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;
}

a.chapter {
	
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: #1477BD;
	margin-bottom: 2px;
	margin-right: 2px;
	color: #fff !important;
	flex-wrap: wrap; 
	text-decoration: none;
	font-family: Rosarivo;
	text-align: center;
	font-size: 1.3em;
}

.navlinks {
	display: flex;
	flex-flow: row wrap;
	box-sizing: border-box;
	justify-content: space-around;
}

a.navleft {
	
	width: 145px;
	height: 50px;
	line-height: 50px;
	background-color: #1477BD;
	margin-bottom: 2px;
	margin-right: 2px;
	color: #fff !important;
	text-decoration: none;
	text-align: center;
	font-size: 1.5em;
	font-weight:bold;
	font-family: Rosarivo;
}

a.navright {
	
	width: 145px;
	height: 50px;
	line-height: 50px;
	background-color: #1477BD;
	margin-bottom: 2px;
	margin-right: 2px;
	color: #fff !important;
	text-decoration: none;
	text-align: center;
	font-size: 1.5em;
	font-weight:bold;
	font-family: Rosarivo;
}

a.navot {
	
	width: 145px;
	line-height: 25px;
	margin-bottom: 2px;
	margin-right: 2px;
	text-decoration: none;
	text-align: center;
	font-size: 1.5em;
	font-weight:bold;
	font-family: Rosarivo;
}

a.navnt {
	
	width: 145px;
	line-height: 25px;
	margin-bottom: 2px;
	margin-right: 2px;
	text-decoration: none;
	text-align: center;
	font-size: 1.5em;
	font-weight:bold;
	font-family: Rosarivo;
}
