@charset "UTF-8";
/* CSS Document */


#sidebar {
	left: 36px;
	top: 86px;
	width: 24em;
	font-size: .9em;
	font-family: "Trebuchet MS";
}
#navlist {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
}

#navlist  #books {
	margin: 20; /*removes indent IE and Opera*/
	padding: 10; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
}
#navlist a, #navlist a:visited {
	display: block;
	padding: 2px 2px 2px 24px;
	background-color: #CA7C86;
	background-image:  url(img/l1_down.jpg);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #FFFFFF;
	text-decoration: none;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #ddd;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #ddd;
}
#navlist a:hover {
	background-color: #7D8A2E;
	background-image:  url(img/l1_over.jpg);
	color: #FFFFFF;
	border: thin double #FEC0A9;
}
#navlist a:active {
	background-color: #C8D786;
	background-image:  url(xxx.jpg);
	color: #2D1E2D;
	border: thin double #FEC0A9;
}
.oneColFixCtrHdr #container #mainContent #menu {
	float: left;
	width: 300px;
	margin-top: 70px;
}
