
#menu{
	background-image:url(../images/nav.png);
	height:28px;
	background-repeat:no-repeat;
	position:relative;
	margin:2px 0 0 34px;
}
#menu li {
	float: left;
	
	list-style-type:none;
	
}

#menu li a{
	height:28px;
	display: block;
	text-decoration:none;
	
}

#home a{width:42px;}
#biography a {width:73px;}
#approach a {width:72px;}
#clients a {width:50px;}
#candidates a {width:80px;}
#resume a {width:67px;}
#testimonials a{width:75px;}
#friends a{width:50px;}
#contact a {width:56px;}

#home a:hover {background: url(../images/nav.png) no-repeat -5px -30px;}
#biography a:hover {background: url(../images/nav.png) no-repeat -52px -30px;}
#approach a:hover {background: url(../images/nav.png) no-repeat -130px -30px;}
#clients a:hover {background: url(../images/nav.png) no-repeat -207px -30px;}
#candidates a:hover{background: url(../images/nav.png) no-repeat -262px -30px;}
#resume a:hover {background: url(../images/nav.png) no-repeat -347px -30px;}
#testimonials a:hover {background: url(../images/nav.png) no-repeat -419px -30px;}
#friends a:hover {background: url(../images/nav.png) no-repeat -499px -30px;}
#contact a:hover{background: url(../images/nav.png) no-repeat -554px -30px;}





