/* The Work */
a.portfolio:link, a.portfolio:visited {
	display: block;
	background: url(../images/navigation/nav_thework_portfolio.gif) no-repeat;
	height: 28px;
	width: 100%;
}

a.portfolio:hover {
	background-position: 0px -28px;
}

a.portfolio_active {
	display: block;
	height: 28px;
	width: 100%;
	background: url(../images/navigation/nav_thework_portfolio.gif) no-repeat;
	background-position: 0px -56px;
}


a.pastprojects:link, a.pastprojects:visited {
	display: block;
	background: url(../images/navigation/nav_thework_pastprojects.gif) no-repeat;
	height: 28px;
	width: 100%;
}

a.pastprojects:hover {
	background-position: 0px -28px;
}

a.pastprojects_active {
	display: block;
	height: 28px;
	width: 100%;
	background: url(../images/navigation/nav_thework_pastprojects.gif) no-repeat;
	background-position: 0px -56px;
}


a.reelrequest:link, a.reelrequest:visited {
	display: block;
	background: url(../images/navigation/nav_thework_reelrequest.gif) no-repeat;
	height: 28px;
	width: 100%;
}

a.reelrequest:hover {
	background-position: 0px -28px;
}

a.reelrequest_active {
	display: block;
	height: 28px;
	width: 100%;
	background: url(../images/navigation/nav_thework_reelrequest.gif) no-repeat;
	background-position: 0px -56px;
}

a.casestudies:link, a.casestudies:visited {
	display: block;
	background: url(../images/navigation/nav_thework_casestudies.gif) no-repeat;
	height: 28px;
	width: 100%;
}

a.casestudies:hover {
	background-position: 0px -28px;
}

a.casestudies_active {
	display: block;
	height: 28px;
	width: 100%;
	background: url(../images/navigation/nav_thework_casestudies.gif) no-repeat;
	background-position: 0px -56px;
}