
/* rebuilt navigation styles, by Andrea 3/2/07 */

#nav {
	display: block; 
	width: 200px; 
	padding: 0 10px 20px 0; 
	margin: 0;
	}
#nav h3 {
	color: #090; /* <---- This is the color for the heading words in the navigation */
	margin: 15px 0 7px 0; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size: 13px;
	}
#nav dl {
	margin: 0 0 1em 0;
}
#nav dl.first {
	margin: 2.5em 0 0 0;
}
#nav dl dt {
	margin: 0 0 3px 17px; 
	padding: 0 0 0 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;  /* <---- This is the color of any text WITHOUT links on it (currently there is none) */
	background: url(../images/star.jpg) top left no-repeat;
}
#nav dl dt a {
	color: #090;  /* <---- This is the color of the UNVISITED links, main section (green) */
	text-decoration: none;
}
#nav dl dt a:visited {
	color: #060; /* <---- This is the color of the VISITED links, main section (green) */
	text-decoration: none;
}
#nav dl dt a:hover,
#nav dl dt a:active {
	color: #666;   /* <---- This is the color of links when on hover or being clicked, main section (green) */
	text-decoration: underline;
}
#nav dl.first dt a {
	color: #900;   /* <---- This is the color of the UNVISITED links, top section (red) */
	text-decoration: none;
}
#nav dl.first dt a:visited {
	color:#600;  /* <---- This is the color of the VISITED links, top section (red) */
	text-decoration: none;
}
#nav dl.first dt a:hover,
#nav dl.first dt a:active {
	color: #666;   /* <---- This is the color of links when on hover or being clicked, top section (red)  */
	text-decoration: underline;
}
