#nav {
	width: 664px;
	height: 50px;
	background: url(../images/linkbar.png);
	margin: 0; 
	padding: 0;
	position: relative;
	float: left;
	}

#nav li {margin: 0; padding: 0; list-style: none; position: absolute; top: 0;}

#nav li, #nav a {height: 50px; display: block;}

#link1 { left: 0; width: 96px; }
#link2 { left: 96px; width: 200px; }
#link3 { left: 296px; width: 131px; }
#link4 { left: 426px; width: 113px; }
#link5 { left: 539px; width: 125px; }

#link1 a:hover { background: transparent url(../images/linkbar.png) 0px -50px no-repeat; }
#link2 a:hover { background: transparent url(../images/linkbar.png) -96px -50px no-repeat; }
#link3 a:hover { background: transparent url(../images/linkbar.png) -296px -50px no-repeat; }
#link4 a:hover { background: transparent url(../images/linkbar.png) -426px -50px no-repeat; }
#link5 a:hover { background: transparent url(../images/linkbar.png) -539px -50px no-repeat; }

/*=====CTA Buttons=====*/

#cta {
	width: 260px;
	height: 60px;
	margin: 0; 
	padding: 0;
	position: relative;
	}

.signup-but {background: url(../images/sitephotos/signupbutton.png) no-repeat; float: left;}
.schedule-but {background: url(../images/sitephotos/schedulebutton.png) no-repeat; float: right;}

#cta li {margin: 0; padding: 0; list-style: none; position: absolute; top: 0;}

#cta li, #cta a {height: 60px; display: block;}

#signup { left: 0; width: 260px; }
#signup a:hover { background: transparent url(../images/sitephotos/signupbutton.png) 0px -60px no-repeat; }

#schedule { left: 0; width: 260px; }
#schedule a:hover { background: transparent url(../images/sitephotos/schedulebutton.png) 0px -60px no-repeat; }
