nav {
	padding: 0;
	margin: 0;
}

#nav {
	margin-left: -50px;
	margin-right: -70px;
}

#nav,
.nav,
#nav .nav li {
	font-size: 10px;
	text-align: center;
	z-index: 1000;
	font-weight: normal;
	letter-spacing: 1px;
	font-variant: normal;
	margin-bottom: 0px;
}

#nav li {
	font-size: 10px;
	float: left;
	cursor: pointer;
	list-style: none;
	position: relative;
	height: 28px;
	line-height: 26px;
	width: 12%;
	z-index: 1010;
	background: url(/images/navbkg.jpg);
}

#nav li ul.first {
	top: 29px;
	left: auto;
	font-weight: bold;
}

#nav li,
#nav li a {
	color: #fff;
	text-decoration: none;
}

#nav .nav li {
	top: 1px;
	line-height: 13px;
	width: 110px;
	height: 18px;
	padding-top: 0.9em;
	padding-bottom: 0.6em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	color: #fff;
	text-align: center;
	z-index: 1300;
}

#nav li a {
	display: block;
}

ul.nav {
	display: none;
}

/*This rule controls the hover styling*/
#nav li:hover>a {
	color: #FC0;
	font-weight: 600;
}

/*This rule controls how the navs popup*/
li:hover>.nav {
	display: block;
	position: absolute;
	top: -1px;
	z-index: 1200;
}

li:hover {
	position: relative;
	z-index: 2000;
}


/*Hides the uls of any ul within the nav*/
#nav ul ul {
	display: none;
}

/*Displays the uls of any ul within the nav on hover*/
#nav ul>li:hover>ul {
	display: block;
}

/*Styles the submenus of the submenus About > Gamaliel > California*/
#nav ul.child li {
	left: 98%;
	top: -22px;
	padding-left: 0em;
	background-color: #004b75;
}