<style type="text/css">

	html,body {
		margin:0;
		padding:0;
		color:#222;
		background:#fff;
	}
	#nav {
	margin:0;
	padding:0;
	width:100%;
	float:left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
	#nav li {
		display:inline;
		padding:0;
		margin:0;
	}
	#nav a:link,
	#nav a:visited {
	color:#FFFFFF;
	float:left;
	width:auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 9px;
	padding-left: 15px;
	text-decoration: none;
	margin: 0px;
	}
	#nav a:hover {
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	background-image: url(images/white.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	}
	
	#home #nav-home a,
	#about #nav-about a,
	#archive #nav-archive a,
	#lab #nav-lab a,
	#contact #nav-contact a {
	color:#fff;
	}
	
	#home #nav-home a:hover,
	#about #nav-about a:hover,
	#archive #nav-archive a:hover,
	#lab #nav-lab a:hover,
	#contact #nav-contact a:hover {
	}
	
	#nav a:active {
	color:#fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	background-image: url(images/white.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	}

	</style>

