#nav1 {
	position: absolute;
	top: 218px;
	left: 682px;
}


/* Start Navbar CSS!!!! */

#red, #red ul { /* all lists */
	padding: 0;
	margin-left: -686px;
	list-style: none;
	line-height: 1.3;
}

#red a {
	display: block;
	width: 102px;
	color: #FFFFFF;
	text-decoration: none;
}

#redtop {
	background-image: url('../siteimages/topnav1.png');
	line-height: 1.8;
}

#red li { /* all list items */
	float: left;
	width: 102px;
	background: #EF191F;
	margin-right: 4px;
	border-top: 1px solid #FFFFFF;
}

#red li:hover {
	background-color: #F4606A;
}

#red li ul { /* second-level lists */
	position: absolute;
	background: #EF191F;
	width: 102px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#red li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	visibility: visible;
	left: 0px;
}

#darkblue, #darkblue ul { /* all lists */
	padding: 0;
	margin-left: -580px;
	list-style: none;
	line-height: 1.3;
}

#darkblue a {
	display: block;
	width: 102px;
	color: #FFFFFF;
	text-decoration: none;
}

#darkbluetop {
	background-image: url('../siteimages/topnav2.png');
	line-height: 1.8;
}

#darkblue li { /* all list items */
	float: left;
	width: 102px;
	background: #2E4294;
	margin-right: 4px;
	border-top: 1px solid #FFFFFF;
}

#darkblue li:hover {
	background-color: #4762C7;
}

#darkblue li ul { /* second-level lists */
	position: absolute;
	background: #2E4294;
	width: 102px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#darkblue li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	visibility: visible;
	left: 0px;
}

#orange, #orange ul { /* all lists */
	padding: 0;
	margin-left: -474px;
	list-style: none;
	line-height: 1.3;
}

#orange a {
	display: block;
	width: 102px;
	color: #FFFFFF;
	text-decoration: none;
}

#orangetop {
	background-image: url('../siteimages/topnav3.png');
	line-height: 1.8;
}

#orange li { /* all list items */
	float: left;
	width: 102px;
	background: #F59402;
	margin-right: 4px;
	border-top: 1px solid #FFFFFF;
}

#orange li:hover {
	background-color: #FFBA4D;
}

#orange li ul { /* second-level lists */
	position: absolute;
	background: #F59402;
	width: 102px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#orange li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	visibility: visible;
	left: 0px;
}

#green, #green ul { /* all lists */
	padding: 0;
	margin-left: -368px;
	list-style: none;
	line-height: 1.3;
}

#green a {
	display: block;
	width: 102px;
	color: #FFFFFF;
	text-decoration: none;
}

#greentop {
	background-image: url('../siteimages/topnav4.png');
	line-height: 1.8;
}

#green li { /* all list items */
	float: left;
	width: 102px;
	background: #33993A;
	margin-right: 4px;
	border-top: 1px solid #FFFFFF;
}

#green li:hover {
	background-color: #52C65A;
}

#green li ul { /* second-level lists */
	position: absolute;
	background: #33993A;
	width: 102px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#green li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	visibility: visible;
	left: 0px;
}


#pink, #pink ul { /* all lists */
	padding: 0;
	margin-left: -262px;
	list-style: none;
	line-height: 1.3;
}

#pink a {
	display: block;
	width: 102px;
	color: #FFFFFF;
	text-decoration: none;
}

#pinktop {
	background-image: url('../siteimages/topnav5.png');
	line-height: 1.8;
}

#pink li { /* all list items */
	float: left;
	width: 102px;
	background: #FF0099;
	margin-right: 4px;
	border-top: 1px solid #FFFFFF;
}

#pink li:hover {
	background-color: #F985D0;
}

#pink li ul { /* second-level lists */
	position: absolute;
	background: #FF0099;
	width: 102px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#pink li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	visibility: visible;
	left: 0px;
}

#blue, #blue ul { /* all lists */
	padding: 0;
	margin-left: -156px;
	list-style: none;
	line-height: 1.3;
}

#blue a {
	display: block;
	width: 102px;
	color: #FFFFFF;
	text-decoration: none;
}

#bluetop {
	background-image: url('../siteimages/topnav6.png');
	line-height: 1.8;
}

#blue li { /* all list items */
	float: left;
	width: 102px; 
	background: #0000FF;
	margin-right: 4px;
	border-top: 1px solid #FFFFFF;
}

#blue li:hover {
	background-color: #4A83FA;
}

#blue li ul { /* second-level lists */
	position: absolute;
	background: #0000FF;
	width: 102px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#blue li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	visibility: visible;
	left: 0px;
}

#purple, #purple ul { /* all lists */
	padding: 0;
	margin-left: -50px;
	list-style: none;
	line-height: 1.3;
}

#purple a {
	display: block;
	width: 102px;
	color: #FFFFFF;
	text-decoration: none;
}

#purpletop {
	background-image: url('../siteimages/topnav7.png');
	line-height: 1.8;
}

#purple li { /* all list items */
	float: left;
	width: 102px;
	background: #622682;
	margin-right: 4px;
	border-top: 1px solid #FFFFFF;
}

#purple li:hover {
	background-color: #8F38BC;
}

#purple li ul { /* second-level lists */
	position: absolute;
	background: #622682;
	width: 102px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#purple li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	visibility: visible;
	left: 0px;
}

#content {
	clear: left;
}



/* End Navbar CSS!!! */