a.nav, a.nav:active, a.nav:visited, a.nav:hover {
	font-size: 			24px;
	line-height:		30px;
	color: #999;
	text-decoration: none;
	background-color: transparent;
}
a.nav:hover {
	color: #000;
	text-decoration: none;
	background-color: transparent;
}

ul.nav {
	margin: 0;
	padding: 0;
}




/* navigation CSS rollover scammed from mezzoblue.com. Dave Shea is very, very smart. */	
#nav ul, #nav2 ul {
	position: 		absolute;
	width:			210px;
	margin: 0;
	padding: 0;
}

#nav li, #nav2 li {
	display:		block;
	position:		absolute;
	width:			210px;
	height:			24px;
	overflow:		hidden;
	/* text-indent:	-9000px; */
	margin: 0;
	padding: 0;
}


	li.nav-home {
		top:		0px;
	}
					li.nav-home a:link, li.nav-home a:visited {
						display:				block;
						height:					16px;
						background: 			url(../img/navigation4.png) no-repeat 0 0;
					}
					li.nav-home a:hover {
						background-position:	0px -16px;
						outline:				none;
					}
					.home li.nav-home a:link, .home li.nav-home a:visited {
						background-position:	0px -32px;
					}

	li.nav-projects {
		top:		0px;
	}
					li.nav-projects a:link, li.nav-projects a:visited {
						display:				block;
						height:					24px;
						background:				url(../img/navigation4.png) no-repeat -59px 0;
					}
					li.nav-projects a:hover {
						background-position:	-59px -16px;
						outline:				none;
					}
					.projects li.nav-projects a:link, .projects li.nav-projects a:visited {
						background-position:	-59px -32px;
					}

	li.nav-resources {
		top:		30px;
	}
					li.nav-resources a:link, li.nav-resources a:visited {
						display:				block;
						height:					24px;
						background:				url(../img/navigation4.png) no-repeat -147px 0;
					}
					li.nav-resources a:hover {
						background-position:	-147px -16px;
						outline: 				none;
					}
					.resources li.nav-resources a:link, .resources li.nav-resources a:visited {
						background-position: 	-147px -32px;
					}

	li.nav-contact {
		top:		60px;
	}
					li.nav-contact a:link, li.nav-contact a:visited {
						display:				block;
						height:					24px;
						background:				url(../img/navigation4.png) no-repeat -244px 0;
					}
					li.nav-contact a:hover {
						background-position:	-244px -16px;
						outline:				none;
					}
					.contact li.nav-contact a:link, .contact li.nav-contact a:visited {
						background-position:	-244px -32px;
					}
