/* Primary Navigation */

ul#nav {
	height: 48px;
	overflow: hidden;
	list-style: none;
	margin: 0 0 0 10px;
}

ul#nav li {
	float: left;
	list-style: none;
	background: transparent url('../wsimages/nav_li_bg.jpg') no-repeat bottom right;
	height: 48px;
	
}

ul#nav li.last {
	background-image: none;
}

ul#nav li a {
	float: left;
	margin: 0 1px 0 0;
	padding: 30px 10px 0 10px;
	color: #567d8c;
	height: 18px;
	text-decoration: none;
}

ul#nav li a:hover, ul#nav li.active a {
	background: transparent url('../wsimages/nav_li_active_a_bg.jpg') repeat-x bottom;
	color: #21455b;
}

ul#nav li.home a:hover, ul#nav li.active.home a {
	background: transparent url('../wsimages/nav_li_active_home_a.jpg') no-repeat bottom left;
}

ul#nav li.last a:hover, ul#nav li.active.last a {
	background: transparent url('../wsimages/nav_li_active_last_a.jpg') no-repeat bottom right;
}

/* Secondary Navigation */

ul#secNav {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0 0 0 0;
	display: block;
	height: 351px;
	width: 276px;
	padding: 100px 0 0 0;
	background: transparent url('../wsimages/slideshowWhite.png') no-repeat center right;
}

ul#secNav li {
	display: block;
	background: transparent url('../wsimages/secNav_li_bg.png') no-repeat bottom right;
	text-align: right;
}

ul#secNav li a {
	text-align: right;
	padding: 6px 8px 6px 40px;
	line-height: 23px;
	text-decoration: none;
	color: #183f6b;
}

ul#secNav li a:hover, ul#secNav li.active a {
	background: transparent url('../wsimages/secNav_li_a_bg.png') no-repeat 5px center;
}