﻿@charset "utf-8";


/* SECTION NAVIGATION
-----------------------------------*/
ul#sitesNav
	{
	list-style-type: none;
	float: right;
	margin-right: 20px;
	z-index: 100;
	}

ul#sitesNav li
	{
	float: left;
	margin: 0 5px;
	}

ul#sitesNav li a
	{
	color: #256F92;
	border: none;
	}

ul#sitesNav li.active a
	{
	color: #999999;
	text-decoration: none;
	}

/* PRIMARY NAVIGATION
-----------------------------------*/
ul#nav
	{
	list-style-type: none;
	float: right;
	clear: both;
	margin: 10px 11px 0 0;
	height: 18px;
	overflow: hidden;
	clear: both;
	}

ul#nav li
	{
	list-style-type: none;
	float: left;
	margin: 0 0 0 6px;
	padding-left: 5px;
	line-height: 18px;
	background-image: url(../wsimages/nav_li_bg.gif);
	background-position: left top;
	background-repeat: no-repeat;
	}
	
	ul#nav li.active
		{
		background-image: url(../wsimages/nav_li_active_bg.gif);
		}

ul#nav li a
	{
	background-image: url(../wsimages/nav_li_a_bg.gif);
	background-position: right top;
	background-repeat: no-repeat;
	line-height: 18px;
	float: left;
	padding-right: 5px;
	color: #000;
	text-decoration: none;
	border: none;
	}
	
	ul#nav li a:hover
		{
		color: #256F93;
		}
	
	ul#nav li.active a
		{
		background-image: url(../wsimages/nav_li_active_a_bg.gif);
		color: #fff;
		}

/* SECONDARY NAVIGATION
-----------------------------------*/

div#content_left ul#navSecondary
		{
		background-image: url(../wsimages/secondaryNav_bg.jpg);
		background-repeat: no-repeat;
		background-position: top left;
		min-height: 450px;
		}

div#content_left ul#navSecondary, div#content_left ul#navSecondary ul
		{
		margin: 0;
		padding: 0;
		list-style-type: none;
		}

div#content_left  ul#navSecondary li, div#content_left ul#navSecondary li li
		{
		margin: 0;
		padding: 0;
		list-style-type: none;
		}

div#content_left ul#navSecondary li
		{
		clear: both;
		display: block;
		}

div#content_left ul#navSecondary li a
		{
		display: block;
		padding: 10px;
		border-bottom: dotted 1px #666;
		}

div#content_left ul#navSecondary li a:hover
		{
		background-color: #fff;
		}

div#content_left ul#navSecondary li li a
		{
		padding-left: 30px;
		background-image: url(../wsimages/secondaryNav_a_bg.gif);
		background-repeat: no-repeat;
		background-position: 15px 12px;
		}

div#content_left ul#navSecondary li.active a
		{
		font-weight: bold;
		}

div#content_left ul#navSecondary li.active li a
		{
		font-weight: normal;
		}

div#content_left ul#navSecondary li.active li.active a
		{
		background-image: url(../wsimages/secondaryNav_active_a_bg.gif);
		background-position: 15px 11px;
		font-weight: bold;
		}

div#content_left ul#navSecondary li.active li.active li a
		{
		background-image: url(../wsimages/secondaryNav_a_bg.gif);
		padding-left: 50px;
		background-position: 35px 12px;
		font-weight: normal;
		}

div#content_left ul#navSecondary li.active li.active li.active a
		{
		background-image: url(../wsimages/secondaryNav_active_a_bg.gif);
		background-position: 35px 11px;
		font-weight: bold;
		}