#top_navigation
{
	float: right;
	margin: 0 0 0 0;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#top_navigation ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#top_navigation ul li
{
	display: block;
	float: left;
	text-align: center;
	line-height: normal;
	list-style-type: none;
}

div#top_navigation a,
div#top_navigation a:hover
{
	padding: 10px 15px 10px 15px;
	float: left;
	clear: left;
	text-decoration: none;
}

div#top_navigation a
{
	font: 12px/14px 'Merriweather Sans', sans-serif;
	border: 2px solid #3b4040;
	color: #C8E7F0;
}

div#top_navigation a:hover
{
	background-color: #466;
	border: 2px solid #466;
}

div#top_navigation li.this_section a
{
	border: 2px solid #466;
	font-weight: bold;
}

div#top_navigation li.this_section a:hover
{
	background-color: #466 !important;
}

div#top_navigation ul li#search
{
	float:right;
	margin: 0;
	padding: 0;
}

form#searchform
{
	padding: 0;
	margin: 0;
}

div#sub_navigation
{
	width: 210px;
	padding: 40px;
	float: left;
	clear: none;
	margin: 0 0 30px 0;
	font-family: 'Merriweather Sans', Verdana, sans-serif;
	font-size: 0.8rem;
}

div#sub_navigation ul
{
	margin: 20px 0 0 0;
	padding: 0;
	text-decoration: none;
	list-style-type: none;
}

div#sub_navigation ul li
{
	display: block;
	line-height: normal;
	list-style-type: none;
	text-decoration: none;
	margin-bottom: 10px;
}

div#sub_navigation ul li a
{
	display: block;
	width: 230px;
	text-decoration: none;
	list-style-type: none;
	color: #230 !important;
}

div#sub_navigation ul li.this_section a,
div#sub_navigation ul li#this_book a
{
	display: block;
	color: black;
	font-weight: bold;
}

div#sub_navigation ul li a:hover,
div#sub_navigation ul li.this_section a:hover,
div#sub_navigation ul li#this_book a:hover
{
	color: #686 !important;
	text-decoration: none;
}

.otherlink { font-style: italic !important; }


div#sub_navigation li.listed_book
{
	display: block;
	padding-bottom: 10px;
	border-bottom: 1px dashed #798;
}

div#sub_navigation ul li ul.book-children
{
	display: block;
	margin: 10px 0 0 10px;
}

div#sub_navigation ul li ul.book-children li a,
div#sub_navigation ul li#this_book ul.book-children li a
{
font-weight: normal;
}

div#sub_navigation ul li ul.book-children li.this_section a,
div#sub_navigation ul li#this_book ul.book-children li.this_section a
{
font-weight: bold;
}

