/* CSS Document */

#nav {
	width: 771px;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav li a {
	display: block;
	padding: 0px;
}

#nav li { /* all list items */
	float: left;
	text-align: left;
}

#nav li li a {
	display: block;
	font-size: 90%;
	font-weight: bold;
	color: #666;
	text-decoration: none;
	text-align: left;
	padding: 6px;
	border-bottom: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	background: #fff;
	width: 161px;
}

#nav li li a:hover {
	background: #eee;
}

#nav li li { 
	float: left;
	text-align: left;
	width: 175px;
}

#nav li ul { /* second-level lists */
	position: absolute;
	z-index: 1;
	width: 175px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#right_nav {
	float: right;
}

#nav_ourbooks {
	width: 121px;
	margin: 0px 0px 35px 0px;
}
#nav_ourbooks_a {
	background: url(images/nav_ourbooks_up.gif) top right no-repeat;
	width: 121px;
	height: 29px;
}
#nav_ourbooks_a_active {
	background: url(images/nav_ourbooks_down.gif) top right no-repeat;
	width: 121px;
	height: 29px;
}
:hover#nav_ourbooks_a {
	background: url(images/nav_ourbooks_down.gif) top right no-repeat;
}

#nav_aboutus {
	width: 115px;
	margin: 0px 0px 35px 0px;
}
#nav_aboutus_a {
	background: url(images/nav_aboutus_up.gif) top right no-repeat;
	width: 115px;
	height: 29px;
}
#nav_aboutus_a_active {
	background: url(images/nav_aboutus_down.gif) top right no-repeat;
	width: 115px;
	height: 29px;
}
:hover#nav_aboutus_a {
	background: url(images/nav_aboutus_down.gif) top right no-repeat;
}

#nav_contact {
	width: 106px;
	margin: 0px 0px 35px 0px;
}
#nav_contact_a {
	background: url(images/nav_contact_up.gif) top right no-repeat;
	width: 106px;
	height: 29px;
}
#nav_contact_a_active {
	background: url(images/nav_contact_down.gif) top right no-repeat;
	width: 106px;
	height: 29px;
}
:hover#nav_contact_a {
	background: url(images/nav_contact_down.gif) top right no-repeat;
}

#nav_help {
	width: 81px;
	margin: 0px 0px 35px 0px;
}
#nav_help_a {
	background: url(images/nav_help_up.gif) top right no-repeat;
	width: 81px;
	height: 29px;
}
#nav_help_a_active {
	background: url(images/nav_help_down.gif) top right no-repeat;
	width: 81px;
	height: 29px;
}
:hover#nav_help_a {
	background: url(images/nav_help_down.gif) top right no-repeat;
}

#nav_ordering {
	width: 113px;
	margin: 0px 0px 35px 0px;
}
#nav_ordering_a {
	background: url(images/nav_ordering_up.gif) top right no-repeat;
	width: 111px;
	height: 29px;
}
#nav_ordering_a_active {
	background: url(images/nav_ordering_down.gif) top right no-repeat;
	width: 111px;
	height: 29px;
}
:hover#nav_ordering_a {
	background: url(images/nav_ordering_down.gif) top right no-repeat;
}

#second_top {
	margin-top: 4px;
}
#second_top a {
	border: 1px solid #aaa;
}

/* subnav */

div.subnav {
	width: 121px;
	font-size: 80%;
	background: #eee;
}
.subnav a {
	display: block;
	color: #51606A;
	padding: 5px 5px;
	font-weight: bolder;
	border-left: 3px solid #eee;
	line-height: normal;
}
.subnav a:hover {
	background: #fff;
}
.subnav div {
	border: solid #ccc;
	border-width: 0px 1px;
	border-bottom: 1px solid #fff;
}
#subnav_top {
	border-width: 1px;
}
#subnav_bottom {
	border: 1px solid #ccc;
	border-top: none;
	height: 20px;
}
#sub_selected {
	border-left: 1px solid #A8AFB4;
	border-right: 1px solid #A8AFB4;
}
#sub_selected a {
	background: #fff;
	border-top: 1px solid #A8AFB4;
	border-bottom: 1px solid #A8AFB4;
	border-left: 3px solid #A8AFB4;
}

