/* CSS Document Start with the navigation */





.redlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #FF0000;
}




#navigation {
	width: 185px;
	margin-left: -35px;
	vertical-align: top;
	
	
	}
	
#navigation ul {
	list-style: none;
	margin-top: 0px;
		
	}

#navigation li {
	background-image: url(Graphics/bgoff.png);
	text-decoration: none;
	list-style: none;
	background-position: left;
	background-repeat: no-repeat;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}

#navigation li a {
	background-image: url(Graphics/bgoff.png);
	text-decoration: none;
	list-style: none;
	background-position: left;
	background-repeat: no-repeat;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}

	
	
#navigation li a#current {
	background-image: url(Graphics/bgon.png);
	text-decoration: none;
	list-style: none;
	background-position: left;
	background-repeat: no-repeat;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFF00;
	}	
	
#navigation li a. {
	background-image: url(Graphics/bgoff.png);
	text-decoration: none;
	list-style: none;
	background-position: left;
	background-repeat: no-repeat;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}			
	
#navigation li a:link {
	color: #FFFFFF;
	display: block;
	padding: 17px 0 17px 0px;
	background-image: url(Graphics/bgoff.png);
	background-position: left;
	background-repeat: no-repeat;
	text-align: center;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;	
	}
	
#navigation li a:hover {
	color: #FFFFFF;
	display: block;
	padding: 17px 0 17px 0px;
	background-image: url(Graphics/bgoff.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-position: left;
	background-repeat: no-repeat;
	text-align: center;
	text-decoration: none;
	}
	
#navigation li a:active {
	color: #FFFF00;
	display: block;
	padding: 17px 0 17px 0px;
	background-image: url(Graphics/bgon.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-position: left;
	background-repeat: no-repeat;
	text-align: center;
	text-decoration: none;
	}
	
#navigation li a:visited {
	color: #FFFFFF;
	display: block;
	padding: 17px 0 17px 0px;
	background-image: url(Graphics/bgoff.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-position: left;
	background-repeat: no-repeat;
	text-align: center;
	}			




