/* There is a version of this file commented in great detail for educational purposes here:
 * http://users.tpg.com.au/j_birch/plugins/superfish/superfish.commented.css
 */

/*** ESSENTIAL STYLES ***/
.book, .book * {
	margin:0;
	padding:0;
	list-style:none;
}
.book {
	line-height:1.0;
}
.book ul {
	position:absolute;
	top:-999em;
	width:9.45em;
}
.book ul li,
.book a {
	width: auto;
}
.book li {
	float:left;
	position:relative;
	z-index:99;
}
.book a {
	display:block;
}
.book li:hover ul,
ul.book li.sfHover ul {
	left:-1px;
	top:2.5em;
}
.book li:hover li ul,
.book li.sfHover li ul {
	top:-999em;
}
.book li li:hover ul,
ul.book li li.sfHover ul {
	left:9.45em;
	top:-1px;
}
.superfish li:hover ul,
.superfish li li:hover ul {
	top: -999em;
}

/*** ORIGINAL SKIN ***/
.book {
	float:left;
}
.book li {
	background:#000000;
	/*border-left:1px solid #fff;
	border-top:1px solid #CFDEFF;*/
	/*width:9.45em;*/
	width:auto;
	_width:50px;
	/*padding-right:14px;*/
}

.book li, li {
	background:#000000;

	
}

.book a {
	/*color: #13a;*/
	/*padding: .75em 0;*/
	/*padding: 5px;*/
	height:24px;
	line-height:normal;
	text-decoration:none;
	/*text-indent: 2em;*/
	white-space:nowrap;
	font-family: Georgia;
	font-size: 15px;
	text-decoration: none;
	color: #343434;
	border:1px solid black;
	/*border-bottom:1px solid #000000;*/
}
.book li:hover, .book li.sfHover,
.book a:focus, .book a:hover, .book a:active {
	/*border-bottom:1px solid #fff;*/
	color:#fff;
}
.book li li {
	width:auto;
	padding-left:10px;
	text-align:left; 
	background:#000000;

}
.book li li li {
	background:#9AAEDB;
}








