﻿#headerright
{
float: left;
width: 557px;
left: 393px;
margin-top: 40px;
text-align: right;
}

#secondnav li
{
display: inline;
list-style-type: none;
font-size: .85em;
text-align: right;
margin: 0px;
}

#secondnav a { 
padding-right: 15px; 
}

#secondnav a:visited {
color: #fff;
text-decoration: none;
}

#secondnav a:link {
color: #fff;
text-decoration: none;
}

#secondnav a:hover {
color: #fff;
background-color: #f98a16;
text-decoration: none;
}

#nav
{
clear: both;
height: 32px;
width: 950px;
margin: 0px;
padding: 0px;
}

#navbar {
	margin: 0px;
	padding: 0px;
	height: 32px;
	list-style: none;
}

#navbar li {
	float: left;
}

#navbar a {
	text-decoration: none;
	display: block;
	height: 32px;
	text-indent: -5000px;
	background-image: url('../images/nav_kids.gif');
	background-repeat: no-repeat;
}

#navbar #home {
	background-position: 0px 0px;
	width: 148px;
}

#navbar #home:hover {
	background-position: 0px -32px;
}

#navbar #homethere {
	background-position: 0px -64px;
	width: 148px;
}

#navbar #questions {
	background-position: -148px 0px;
	width: 183px;
}

#navbar #questions:hover {
	background-position: -148px -32px;
}

#navbar #questionsthere {
	background-position: -148px -64px;
	width: 183px;
}

#navbar #games{
	background-position: -331px 0px;
	width: 156px;
}

#navbar #games:hover {
	background-position: -331px -32px;
}

#navbar #gamesthere{
	background-position: -331px -64px;
	width: 156px;
}

#navbar #rewards{
	background-position: -487px 0px;
	width: 73px;
}

#navbar #rewards:hover {
	background-position: -487px -32px;
}

#navbar #rewardsthere {
	background-position: -487px -64px;
	width: 73px;
}

#navcontainer
{
width: 16em;
border-top: 1px solid #597312;
border-right: 1px solid #597312;
padding: 0 0 1em 0;
margin-bottom: 1em;
font-family: Arial, Verdana, Helvetica;
font-weight:bold;
background-color: #84a629;
color: #fff;
}

#navcontainer ul
{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#navcontainer li
{
border-bottom: 2px solid #fff;
margin: 0;
}

#navcontainer li a
{
display: block;
padding: 5px 5px 5px 0.5em;
border-left: 10px solid #597312;
border-right: 10px solid #597312;
background-color:#84a629;
color: #fff;
text-decoration: none;
width: 85%;
}

html>body #navcontainer li a { width: auto; }

#navcontainer li a:hover
{
border-left: 10px solid #000;
border-right: 10px solid #000;
background-color: #d2ef83;
color: #000;
font-weight: bold;
}
