@charset "utf-8";
/* CSS Document */

/* ------------------ CSS for SPU (top) primary and secondary nav -------------- */

/* ------------------ start Section.css --------------*/

table#servicesNavigation {
border: 1px solid #003399;
padding: 0;
margin: 0;
}

#section-nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-color: #efefef;
	width: 773px;
	display: inline;
}
/* Hack for Netscape/Firefox margin issue.
IE can't interpret child selection */
html>body #section-nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 773px;
}
#section-nav ul li {
	width: 100px;
	margin: 0;
	padding: 5px 0 0 0;
	background-color: #efefef;	
	border-bottom: 1px solid #003399;
border-left: 1px solid #003399;
	text-decoration: none;
	font-family: "Arial", arial, verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	float: left;
	text-align:center;
	height: 23px;
}

#section-nav ul li.startTab {
border-top: none;
border-bottom: 1px solid #003366;
border-right: none;
border-left: none;
}

#section-nav ul li a {
	color: #003399;
	text-decoration: none;
}
#section-nav li#active {
	background-color: #fff;
	border-bottom: 1px solid #fff;

}
#section-nav #active a {
	color: #660000;
}
#section-nav ul li#filler {
	float: left;
	width: 369px;
	height: 23px;
	margin:0;
	padding: 5px 0 0 0;
		background-color: #efefef;
}
#section-nav ul li a.filler2 {

	margin: 0;
	padding: 0;
	width: 369px;
}
/* Hack for Netscape/Firefox width issue.
IE can't interpret child selection */
html>body #section-nav ul li#filler {
	width: 369px;
	float: left;
}

/* -------- start secondary nav ----------------*/

#topic-nav {
	background: white;
	margin: -0 0 0 0;
	padding: 0;
	color: #003399;
	width: 100%;
	display: inline; 
	float: left;

	}

#topic-nav ul {
	margin: 0;
	padding: 0px;
	list-style-type: none;
	width: 773px;
	float: left;
	display: inline;
	height: 1.5em;	
}
/* Hack for Netscape/Firefox margin issue.
IE can't interpret child selection */
html>body #topic-nav ul {
	margin-left: 1;
	margin-right: 1;
	padding: 0px;
	list-style-type: none;
	width: 772px;
	float: left;
	display: inline;
}
#topic-nav ul li {
	margin: 0;
	float: left;
}
#topic-nav ul li a {
	font-size: 12px;
	font-family: "Arial", arial, verdana, sans-serif;
	color: #660000;
	text-decoration: none;
}
#topic-nav ul li a:hover {
	text-decoration:underline;
}
#topic-nav #active a {
	font-weight: bold;
}
