@charset "UTF-8";
/* CSS Document */

/* THE FOLLOWING ARE FOR THE MAIN NAVIGATION LINKS IN THE HEADER */

#nav {
	margin: 0px;
	padding: 0px;
	float: right;
}
#nav li {
	background-repeat: no-repeat;
	margin: 0px 0px 0px 44px;
	padding: 0px;
	float: left;
	height: 29px;
	list-style-type: none;
	overflow: hidden;
}
#nav li a, #nav li a:visited {
	text-decoration: none;
	display: block;
	height: 29px;
}
#nav li a:hover {
	background: none;
}
/* These are for the individual navigation buttons */

#navHome {
	background: url(/assets/images/nav/nav_home.gif) no-repeat -43px 0px;
	display: inline; /* This fixes the IE double margin bug for the first floated button */
	width: 43px;
}
#navHome a {
	background: url(/assets/images/nav/nav_home.gif) no-repeat 0px 0px;
}
#navWSAdifference {
	background: url(/assets/images/nav/nav_wsa_difference.gif) no-repeat -123px 0px;
	width: 123px;
}
#navWSAdifference a {
	background: url(/assets/images/nav/nav_wsa_difference.gif) no-repeat 0px 0px;
}
#navMemberLocations {
	background: url(/assets/images/nav/nav_member_locations.gif) no-repeat -144px 0px;
	width: 144px;
}
#navMemberLocations a {
	background: url(/assets/images/nav/nav_member_locations.gif) no-repeat 0px 0px;
}
#navInformation {
	background: url(/assets/images/nav/nav_information.gif) no-repeat -151px 0px;
	width: 151px;
}
#navInformation a {
	background: url(/assets/images/nav/nav_information.gif) no-repeat 0px 0px;
}
#nav #navEnd {
	background: url(/assets/images/nav/navTop_right.gif) no-repeat 0px 0px;
	width: 12px;
	margin-left: 43px;
}

