#navigation  {
	list-style-type: none;
	font-familyl: Arial, Helvetica, sans-serif;
	text-align: left;
	display: block;
	height: 420px;
	width: 190px;
}
#navigation ul {
	list-style-type: none;
	font-familyl: Arial, Helvetica, sans-serif;
	text-align: left;
	float: left;
	margin: 0px;
	padding: 0px;
	height: 27px;
}
#navigation li {
	text-align: left;
	margin: 0;
	padding: 0px;
	width: 190px;
	background-image: url(../images/navoff.gif);
	background-repeat: repeat-y;
	background-position: left center;
	height: 27px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	line-height: 27px;
}
#navigation a {
	text-decoration: none;
	display: block;
	text-align: right;
	color: #FFF;
	font-size: 12px;
	line-height: 27px;
	font-family: Tahoma, Geneva, sans-serif;
	padding-right: 25px;
	height: 27px;
}
#navigation a:hover {
	margin: 0;
	color: #FFFFFF;
	background-image: url(../images/navon.gif);
	background-repeat: repeat-y;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#navigation a:active {
	margin: 0;
	color: #000;
}
#home #navigation #home a {
	text-decoration: none;
	color: #e2be17;
	font-weight: bold;
}
#home #navigation #home a:hover {
	margin: 0;
	color: #e2be17;
	font-weight: bold;
} 
#projection #navigation #projection a {
	text-decoration: none;
	font-weight: bold;
	background-image: url(../images/nav1.gif);
	background-repeat: repeat-y;
}
#about #navigation #about a:hover {
	margin: 0;
	color: #e2be17;
	font-weight: bold;
}
