/**************** Top Nav Classes *****************/
#topNav {
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 10px;
	background-position: center;
	white-space: nowrap;
	width: 765px;
	margin-right: auto;
	margin-left: 8px;
}

<! - - [if IE]>
#topNav {
margin-left: auto;
margin-right: auto;
}
</[endif] - ->

#SAW_TopNavigation {
	font-size: 12px;

	white-space: nowrap;
	padding: 4px;
}

#SAW_TopNavigation {
	list-style:none;
	margin: auto;
}

#SAW_TopNavigation li {
	float:left;
	display: inline; /*this is CSS hack for IE so it doesn't double the margin*/
}

.SAW_TopNav_Light a, .SAW_TopNav_Light a:link, .SAW_TopNav_Light a:visited, .SAW_TopNav_Light a:active, .SAW_TopNav_Light a:hover,
.SAW_TopNav_Dark a, .SAW_TopNav_Dark a:link, .SAW_TopNav_Dark a:visited, .SAW_TopNav_Dark a:active, .SAW_TopNav_Dark a:hover {
	text-decoration: none;
	background: none;
	margin-right: 2px;
	margin-left: 2px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
		font-weight: bold;
}

/* Top Nav Link Color styles */

a:link  {
	text-decoration: underline;
	text-align: center;
	color: #2295C6;
	font-weight: bold;
}

a:visited  {
	color: #2295C6;

}
a:hover {
	color: #C34165;
	text-decoration: underline;
}
/*CSS for Sitemap Page */
.sitemap {
	margin-bottom: 5px;

}