/*	HiView Users Guide

	CSS for Navigation frame.

	HiROC CVS ID: Navigation.css,v 1.2 2011/10/07 02:29:51 castalia Exp
*/

html
	{
	margin: 0;
	padding: 0;
	}
body
	{
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 3px;
	background-color: black;
	border-style: solid;
	border-color: black;
	border-width: 0;
	}

#Banner
	{
	border-top: 4px solid black;
	width: 100%;
	}

#Menu_Bar
	{
	border-width: 1px 0 4px 0;
	border-color: black;
	border-style: solid;
	color: black;
	background-color: rgb(133,90,56);
	}
#Contents
	{
	width: 118;
	float: left;
	text-align: center;
	vertical-align: middle;
	border-right: 2px solid black;
	}
#Chapter
	{
	padding: 0 10px 0 10px;
	text-align: center;
	vertical-align: middle;
	border-right: 2px solid black;
	}
#This_Chapter
	{
	padding: 0 10px 0 10px;
	text-align: center;
	vertical-align: middle;
	border-right: 2px solid black;
	color: white;
	}
a
	{
	text-decoration: none;
	font-weight: inherit;
	color: inherit;
	}
a:hover
	{
	color: white;
	}
