/*
	10-11-04
	CSS declarations for new text / css based navigation
*/

#nav {
	/* actual background image set through php code per section */
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: -1px top;
	height: 300px;
	width: 152px;
	margin: 0;
	padding: 0;
}

/*
	nav1 - primary navigation (lhs)
	nav2 - secondary navigation (indented) (lhs)
	s - denotes 'selected' state
*/
a.nav1:link, a.nav1:visited, a.nav1:hover,
a.nav1s:link, a.nav1s:visited, a.nav1s:hover,
a.nav2:link, a.nav2:visited, a.nav2:hover,
a.nav2s:link, a.nav2s:visited, a.nav2s:hover {
	padding: 2px 2px 2px 7px;
	margin: 0 0 0 7px;
	display: block;
	font-family: 'Helvetica Neue', Arial, Helvetica, Verdana, sans-serif;
	font-size:  12px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
a.nav1:hover, a.nav2:hover {
	background-color: #818181;
}
a.nav1s:link, a.nav1s:visited, a.nav1s:hover,
a.nav2s:link, a.nav2s:visited, a.nav2s:hover {
	width: 147px; /* ie 4.x, 5.x windows only */
	padding-left: 7px;
	margin-left: 6px;
	border: 1px solid #A1B0CF;
	border-right: 0px solid #E6E6E6;
	background-color: #E6E6E6;
	cursor: default;
	voice-family:"\"}\"";
    voice-family:inherit;
	width: 147px; /* ie 6.x windows only */
}
html>body #nav a.nav1s:link, 
html>body #nav a.nav1s:visited, 
html>body #nav a.nav1s:hover {
	width: 137px; /* rest of browsers */
	padding-left: 6px;
	margin-left: 7px;
}
a.nav2:link, a.nav2:visited, a.nav2:hover,
a.nav2s:link, a.nav2s:visited, a.nav2s:hover {
	margin: 0 0 0 15px;
	padding-left: 15px;
	font-size: 11px;
	background-image: url(/img/nav/side/li.gif);
	background-repeat: no-repeat;
	background-position: 3px 4px;
}
a.nav2s:link, a.nav2s:visited, a.nav2s:hover {
	margin-left: 14px;
	width: 139px; /* ie 4.x, 5.x windows only */
	voice-family:"\"}\"";
    voice-family:inherit;
	width: 139px; /* ie 6.x windows only */
}
html>body #nav a.nav2s:link, 
html>body #nav a.nav2s:visited, 
html>body #nav a.nav2s:hover {
	width: 121px; /* rest of browsers */
	margin-left: 14px;
}

a.nav2:hover {
	background-image: url(/img/nav/side/li_o.gif);
}

