/* CSS Document */

/* =========================================================*/
/* Menus */

.roundtop {
  	padding: 5px 0 0 0;
	margin: 0px 0 0 0 !important;
	margin: -10px 0 0 0;
	width: 150px;
	float: left;
	position: static;
	z-index: 10;
}

.roundbottom {
  background-color: #fff;
  color: #000;
}

a.pagelink
{
	background-color: #A09168;	
	font-size: 0.85em;
	display: block;
	padding: 8px 0px 8px 7px;
}
a.pagelink:link
{
	color: white;
	text-decoration: none;
}
a.pagelink:visited
{
	color: white;
	text-decoration: none;
}
a.pagelink:hover
{
	text-decoration: none;
	color: #fff;
	background-color: #C7BCA1;
}

.pagelinkdiv
{
	width: 150px;
	/*padding: 8px 0px 8px 7px;*/
	margin: 0;
	border-style: none;
	border-top: solid 1px white;
}

.pagelink.on {
	background: #9BBFBA;
}

.subpagelinkdiv
{
	width: 150px;
	/*padding: 8px 0px 8px 7px;*/
	margin: 0;
	border-style: none;
}

a.firstpagelink
{
	background-color: #7F714F;	
	font-size: 0.85em;
	display: block;
	padding: 8px 0px 8px 7px;
	border-bottom: 2px solid #675C41;
}
a:link.firstpagelink
{
	color: white;
	text-decoration: none;
}
a:visited.firstpagelink
{
	color: white;
	text-decoration: none;
}
a:hover.firstpagelink
{
	text-decoration: none;
	color: #fff;
	background-color: #C7BCA1;
	border-bottom: 2px solid #675C41;
}


a.subpagelink {
	background-color: #C2AD80;	
	font-size: 0.85em;
	display: block;
	padding: 8px 0px 8px 7px;
	text-decoration: none;
	color: #f9f9f9;
}

a:hover.subpagelink {
	background: #C7BCA1;
	color: #fff;
}

* html .pagelinkdiv {  /* This is the 'Tan hack' for the IE5 box model problem */
	width: 150px; 
	w\idth: 150px; 
}
* html .subpagelinkdiv {  /* This is the 'Tan hack' for the IE5 box model problem */
	width: 150px; 
	w\idth: 150px; 
}

.usersidebar
{
	padding: 10px;
	margin: -2px 0 0 0;
	border-style:none;
	width: 130px;
	height: 100%;
	background-color: #A2906C;
	color: #fff;
	border-bottom: 1px solid white;
}

.sidebarstuff a, .sidebarstuff a:link, .sidebarstuff a:visited, .sidebarstuff a:active {
	color: #e4e4e4;
	text-decoration: underline;
}


.sidebarstuff a:hover {
	color: #E0EFED;
	text-decoration: underline;
}

.searchsidebar
{
	width: 136px;
	height: 50px;
	padding: 7px;
	margin: -2px 0 0 0;
	background-color: #675C41;
	color: #fff;
	border-style:none;
	border-bottom:solid 3px white;
}
* html .searchsidebar {  /* This is the 'Tan hack' for the IE5 box model problem */
	width: 150px; 
	w\idth: 136px; 
}
	
.navsidebar
{
	padding:0px;
	margin: -3px 0 0 0;
	color: #fff;
	border-style:none;
	border-bottom:solid 3px white;
	width: 150px;
}


.gobutton
{
	font-weight: bold;
	font-size: x-small;
	height: 20px;
	width:27px;
	background-color: white;
	border: 1px solid #619A93;
	color: #000;
}

.searchinput
{
	background-color: white;
	border: 1px solid #8E8E8E;
	color: #333365;
	font-size: small;
	width:100px;
	height:16px;
	padding:0px;
}


/* =========================================================*/
/* Horizontal Chapter Menu */

.chapterbackground {
	background: transparent url("../images/chapter-background.gif") top right no-repeat;
	height: 22px;
	top: -30px !important;
	top: -30px;
	position: relative;
	width: 760px;
	/*margin: -35px 30px 0 0 !important;*/
	margin: 0;
	padding: 2px 3px 0 0;
	text-align: right;
}

.chapterbackground ul li {
	display: inline;
	list-style-type: none;
	z-index: 10;
	text-align: right;
}

.chaplinkdiv
{
	padding: 2px 15px 2px 15px;
	white-space: nowrap;
	display: inline;
	text-align: right;
	font-weight:bold;
}


a.chaplink
{
	color: white;
	font-size: 0.85em;
	text-decoration: none;
}


a.chaplink:link
{
	color: white;
	text-decoration: none;
}


a.chaplink:visited
{
	color: white;
	text-decoration: none;
}


a.chaplink:active
{
	color: white;
	text-decoration: none;
}

a.chaplink:hover
{
	color: white;
	text-decoration: underline;
}

