#navtopcontainer {
	background-image: url(../images/main/nav/bg_container.png);
	background-repeat: repeat-x;
	padding-top: 20px;
	background-position: top;
}
#navcontainer {
	height:45px;
	width: 979px;
	margin-left: auto;
	margin-right: auto;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	background-image: url(../images/main/nav/bg_up.png);
	background-repeat: repeat-x;
	background-position: top;
}
#navcontainer.up, #nav a.up {
	background-image: url(../images/main/nav/bg_hover.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFFFFF;
}
#nav, #nav ul { /* all lists */
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	overflow: visible;
	zoom: 1;
	float: right;
}
#nav li {
	float: left;
}
#nav li.facebook a, #nav li.twitter a {
	padding: 0px;
	width: 26px;
	height: 26px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: -10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#nav li.facebook a span, #nav li.twitter a span {
	display: none;
}
#nav li.facebook a, #nav li.facebook:hover a, #nav li.facebook a:hover, #nav li.facebook.sfHover a {
	background-image: url(../images/social-media/icon-facebook.png);
	background-color: transparent;
}
#nav li.twitter a, #nav li.twitter:hover a, #nav li.twitter a:hover, #nav li.twitter.sfHover a {
	background-image: url(../images/social-media/icon-twitter.png);
	background-color: transparent;
}
#nav a {
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	line-height: 11px;
	text-shadow: #fff 0 1px 0;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	height: 27px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	padding-top: 18px;
	width: 169px;
	text-align: center;
	background-image: url(../images/main/nav/bg_up.png);
	background-repeat: repeat-x;
	background-position: top;
}
#nav li:hover a, #nav li a:hover, #nav li.sfHover a {
	background-image: url(../images/main/nav/bg_hover.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFFFFF;
}


#nav li ul { /* second-level lists */
	position: absolute;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	opacity: 0.9;
	filter: alpha(opacity = 90);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B2B2B2;
	overflow: hidden;
	zoom: 1;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B2B2B2;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-color: #B2B2B2;
	border-left-color: #B2B2B2;
	border-top-width: 1px;
	border-top-style: none;
	z-index: 10;
	background-color: #FFFFFF;
}
#nav li:hover ul, #nav li.sfHover ul { /* lists nested under hovered list items */
	left: auto;
}
#nav li ul li { /* vertical align */
	clear: both;
}
#nav li ul a, #nav li:hover ul a, #nav li.sfHover ul a {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #5E5E5E;
	line-height: 20px;

	text-align: left;
	text-transform: capitalize;
	padding-top: 5px;
	text-indent: 12px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #D9D9D9;
	padding-bottom: 6px;
	height: auto;
	background-color: #FFFFFF;
	background-image: none;
	border-left-style: none;
}
#nav li ul a:hover {
	color: #000000;
	padding-top: 6px;
	border-top-style: none;
	background-color: #F3F3F3;
}
#nav #books a {
	width: 209px;
}

