/* 
Common 
*/

.chapters 
{
	display: block;
	float: right;
	font-family: arial; 
	width: auto; 
	height: 22px; 
	position: relative; 
	font-size: 11px; 
	font-weight: bold;
	z-index: 101;
	border: none;
	margin-top:0px;
}

.chapters ul
{
	/*float: right;*/
	/*width: 290px;*/
}

.chapters ul li 
{
	background: #C9DF4C url('../images/nav_arrow_left.gif') top right;
	background-repeat: no-repeat;
	border: 0px solid transparent;
}

.chapters ul li a, .chapters ul li a:visited 
{
	display: block; 
	text-decoration: none; 
	color: #707070;
	width: 264px; 
	height: 22px; 
	text-align: right; 
	color: #707070; 
	border: 1px solid #fff; 
	line-height: 22px; 
	font-size: 11px; 
	overflow: hidden;
	padding: 0px 24px 0px 0px;
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: 2px solid #FFFFFF;
}

.chapters ul 
{
	padding: 0; 
	margin: 0; 
	list-style: none;
}

.chapters ul li 
{
	float: left; 
	position: relative;
}

.chapters ul li ul 
{
	display: none;
}

/*
None IE Browsers
*/

.chapters ul li:hover a 
{
	color: #707070; 
	background: #C9DF4C url('../images/nav_arrow_down.gif') top right; 
	background-repeat: no-repeat;
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: 2px solid #FFFFFF;
}

.chapters ul li:hover ul 
{
	display: block; 
	position: absolute; 
	top: 24px; 
	left: 0; 
	width: 194px;
}

.chapters ul li:hover ul li a.hide 
{
}

.chapters ul li:hover ul li:hover a.hide 
{
}

.chapters ul li:hover ul li ul 
{
	display: none;
}

.chapters ul li:hover ul li a 
{
	display: block; 
	background: #E6F0A6; 
	height: 22px;
}

.chapters ul li:hover ul li a:hover 
{
	display: block; 
	background: #C9DF4C; 
	height: 22px;
}

.chapters ul li:hover ul li:hover ul 
{
}

.chapters ul li:hover ul li:hover ul.left 
{
}

