﻿#navbar {
	background: transparent url(Images/gb_navRollover.png) no-repeat 0 0;
	overflow: hidden;
	padding: 0;
	height: 127px;
	width: 830px;
}
/* topnav settings */
#topnav {
	background: transparent;
	float: left;
	display: inline;
	height: 20px;
	margin: 62px 0 0 508px;
	padding: 0;
	text-decoration: none;
	border: 0 none;
	}
#topnav li {
	float: left;
	display: inline;
	height: 20px;
	margin: 0;
	padding: 0;
}
#topnav a {
	background: transparent url(Images/gb_navRollover.png) no-repeat 0 0;
	display: block;
	height: 20px;
	margin: 0;
	padding: 0;
	text-decoration: none;
	border: none;
	outline:none
}
/* topnav static/hover/focus settings */
#topnav #about a 
{
	background-position: -508px -62px;
	width: 100px;
}
#portfolio a {
	background-position: -608px -62px;
	width: 115px;
}
#contact a {
	background-position: -723px -62px;
	width: 90px;
}
#topnav #about a:hover, #topnav #about a:focus {
	background-position:-508px -189px;
}
#topnav #portfolio a:hover, #topnav #portfolio a:focus {
	background-position: -608px -189px;
}
#topnav #contact a:hover, #topnav #contact a:focus {
	background-position: -723px -189px;
}