html {
	margin: 0; padding: 0; font-size: 100%; background-color: #fff; background-image: none;
}
body {
	font-size: 100%; margin: .5em; background: #fff url(../images/books/misc/feather.jpg) 100% repeat-y;
}
#menu {
	width: 13em; background-color: #c8c8c8; border: 3px solid #282828;
}
#menu ul {
	list-style: none; margin: 0; padding: 0;
}
#menu li {
	margin: .3em 0;
}
#menu a, #menu h2 {
	font: bold 12px/16px verdana, arial, helvetica, sans-serif; display: block; padding: 10px; outline: none; border: 1px solid #282828;
}
#menu h2 {
	background: #fff; text-align: center;  text-transform: uppercase;
}
#menu a {
	color: #000; background-color: #e0e0e0; text-decoration: none; outline: none;
}
#menu a:visited {
	color: teal;
}
#menu a:hover {
	color: #900; background: #fff;
}
#menu a.no-link {
	cursor: default;
}
#menu li {
	position: relative;
}
#menu ul ul ul {
	position: absolute; top: 0; left: 100%; width: 100%;
}
div#menu ul ul ul, div#menu ul ul li:hover ul ul {
	display: none;
}
div#menu ul ul li:hover ul, div#menu ul ul ul li:hover ul {
	display: block;
}
a.fake-a-link {
	display: none !important;
}