#nav {
	}

#nav td {
	color: #586166;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 27px;
	text-align: center
	}

#nav td a {
	text-decoration: none;
	background: url("background_nav_unselected.gif");
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	height: 27px
	}

#nav td a:link, #nav td a:visited {
	color: #586166;
	text-decoration: none
	}

#nav td a:hover {
	color: #000;
	text-decoration: none;
	background: url("background_nav_over.gif")
	}

/*
#nav td#selectedfirst a 
{background: url("background_nav_selected.gif"); color: #000;}
*/

#nav td#selected a {
	color: #000;
	background: url("background_nav_selected.gif")
	}
	
	
	
	
	
#subnav {
	}

#subnav td .header, #subnav td .header a, #subnav td .header a:visited, #subnav td .header a:hover
{	color:           #1252a2;
	font-weight:     bold;
	text-decoration: none;
	display:         block;
	background: none;
	padding:         0 10px 8px 0 }



#subnav td {
	color: #586166;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;

	text-align: left
	}

#subnav td a   {	text-decoration: none;
	background:      url("background_subnav_unselected.gif");
	display:         block;
	padding:         7px 10px 8px 7px }



#subnav td a:link, #subnav td a:visited {
	color: #586166;
	text-decoration: none
	}

#subnav td a:hover {
	color: #000;
	text-decoration: none;
	background: url("background_subnav_over.gif")
	}

#subnav td#selectedWS a {
	color: #000;
	font-weight:bold;
	background: url("background_subnav_selected.gif")
	}

#subnav td#selected a {
	color: #000;
	background: url("background_subnav_selected.gif")
	}

#subnav td#subsub a {
	color: #586166;
	padding:         7px 10px 8px 20px;
	}

#subnav td#subsubselected a {
	color: #000;
	padding:         7px 10px 8px 20px;
	background: url("background_subnav_selected.gif")
	}