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

/* Navigation */
.nav, .nav ul { 
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav {
	z-index: 998;
	position: relative;
}
.nav li {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	padding: 0;
}

.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited {
	color: #fff;
	display: block;
	text-decoration: none;
	font-size: 12px;
}

#nav-one li:hover ul a, 
#nav-one li.sfHover ul a {
	color: #ffffff;	
	font-weight:bold;
	padding: 0 5px 0 5px;
}
#nav-one li:hover ul a:hover, 
#nav-one li.sfHover ul a:hover {
	color: #ffffff;	
	background: #7A0303;
	padding: 0 5px 0 5px;
}

.nav ul {
	background: #bc0606;
	list-style: none;
	margin: 5px 0px 0px 2px;
	position: absolute;
	top: -999em;
	left: 0px;
	z-index: 999;
}

.nav li li {
	line-height:25px;
	width: 200px;
	border-bottom: 1px solid #939596;
}

.nav li:hover ul,
.nav li.sfHover ul {
	top: 29px;
}
.nav ul li {
	float: none;
}


.nav-books {background:url(http://apgreenwood.com/images/greenwood/nav-sprite2.jpg) no-repeat;
	background-position: 0 0px;
	width: 118px;
	height: 37px;
	text-indent: -9999px;
}
.nav-books:hover {
	background-position: 0 -36px;
}
.nav-books.active {
	background-position: 0 -36px;
}

.nav-about {background:url(http://apgreenwood.com/images/greenwood/nav-sprite2.jpg) no-repeat;
	background-position: -118px 0;
	width: 222px;
	height: 37px;
	text-indent: -9999px;
}
.nav-about:hover {
	background-position: -118px -36px;
}
.nav-about.active {
	background-position: -118px -36px;
}

.nav-questions {background:url(http://apgreenwood.com/images/greenwood/nav-sprite2.jpg) no-repeat;
	background-position: -340px 0;
	width: 150px;
	height: 37px;
	text-indent: -9999px;
}
.nav-questions:hover {
	background-position: -340px -36px;
}
.nav-questions.active {
	background-position: -340px -36px;
}

.nav-news {background:url(http://apgreenwood.com/images/greenwood/nav-sprite2.jpg) no-repeat;
	background-position: -490px 0;
	width: 207px;
	height: 37px;
	text-indent: -9999px;
}
.nav-news:hover {
	background-position: -490px -36px;
}
.nav-news.active {
	background-position: -490px -36px;
}

.nav-media {background:url(http://apgreenwood.com/images/greenwood/nav-sprite2.jpg) no-repeat;
	background-position: -697px 0;
	width: 95px;
	height: 37px;
	text-indent: -9999px;
}
.nav-media:hover {
	background-position: -697px -36px;
}
.nav-media.active {
	background-position: -697px -36px;
}


.nav-blog {background:url(http://apgreenwood.com/images/greenwood/nav-sprite2.jpg) no-repeat;
	background-position: -792px 0;
	width: 99px;
	height: 37px;
	text-indent: -9999px;
}
.nav-blog:hover {
	background-position: -792px -36px;
}
.nav-blog.active {
	background-position: -792px -36px;
}
