@charset "UTF-8";




/* BUY THE BOOKS LINKS */

nav ul ul {
	display: none;
	text-align: center;
}

	nav ul li:hover > ul {
	display: block;
	text-align: center;
	}


nav ul {
	background: #efefef;
	background: linear-gradient(top, #871d1a 0%, #6c100d 100%);
	background: -moz-linear-gradient(top, #871d1a 0%, #6c100d 100%);
	background: -webkit-linear-gradient(top, #871d1a 0%,#6c100d 100%);
	box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
	border-radius: 3px;
	list-style: none;
	position: relative;
	display: inline-block;
	width: 185px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 1px;
	margin-bottom: 0px;
}
.black {
	color: #000;
}
.container_12 .grid_5 .book-info a strong {
	color: #871d1a;
}
	nav ul:after {
		content: ""; clear: both; display: block;
	}


nav ul li {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
	
		nav ul li:hover a {
	color: #fff;
	text-align: center;
		}
	
	nav ul li a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: 'News Cycle', sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	}
	
	
	nav ul ul {
	background: #666666;
	border-radius: 0px;
	padding: 0;
	position: absolute;
	top: 100%;
}
		nav ul ul li a {
	color: #fff;
	font-family: 'Droid Serif', serif;
	font-size: 16px;
	font-weight: normal;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: center;
	text-transform: none;
		}	


nav ul ul ul {
	position: absolute;
	left: 100%;
	top: 0;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
