#nav {
	float: left;
	list-style: none;
    font-size:10px;
	background-image: url(/images/clear.gif);
	padding: 0;
	border-width: 0 0;
	margin: 0 0 0 0;

	width: 222px;
	height: 43px;
	float: left;
	background: url(../images/top_nav_off.gif) no-repeat top left;
	margin: 0 auto;
	clear: both;
}

#nav li {
	float: left;
	padding: 0;
}

#nav a {
	display: block;
	text-decoration: none;
	padding: 0;
	text-indent: -1000em;
	height: 41px;
}



/* Top navigation elements */
#navhome {
	width:42px;
}

#navhome:hover, #navhome.sfhover {
	background: transparent url(../images/top_nav_over.gif) 0px 0px no-repeat;
}

#navportfolio {
	width:65px;
}

#navportfolio:hover, #navportfolio.sfhover {
	background: transparent url(../images/top_nav_over.gif) -42px 0px no-repeat;
}

#navabout {
	width:53px;
}

#navabout:hover, #navabout.sfhover {
	background: transparent url(../images/top_nav_over.gif) -107px 0px no-repeat;
}

#navcontact {
	width:62px;
}

#navcontact:hover, #navcontact.sfhover {
	background: transparent url(../images/top_nav_over.gif) -160px 0px no-repeat;
}

#navarchives {
	width:52px;
}

#navarchives:hover, #navarchives.sfhover {
	background: transparent url(../images/top_nav_over.gif) -223px 0px no-repeat;
}
/* End top navigation elements */


