#nav a#browse_jobs{
	display:none;
	text-indent:-999em;
}

#nav{
	margin:0;
	height:40px;

}

#nav a{
	text-indent:-999em;
	display:block;
	height:39px;
	float:left;
	margin:0 2px;
}

#home{
	background:url(/images/home.gif) top left no-repeat;
	width:84px;
}

#home:hover{
	background:url(/images/home.gif) bottom left no-repeat;
}

#search{
	background:url(/images/search.gif) top left no-repeat;
	width:84px;
}

#search:hover{
	background:url(/images/search.gif) bottom left no-repeat;
}

#register{
	background:url(/images/register.gif) top left no-repeat;
	width:94px;
}

#register:hover{
	background:url(/images/register.gif) bottom left no-repeat;
}

#login{
	background:url(/images/login.gif) top left no-repeat;
	width:69px;
}

#login:hover{
	background:url(/images/login.gif) bottom left no-repeat;
}

#about{
	background:url(/images/about.gif) top left no-repeat;
	width:75px;
}

#about:hover{
	background:url(/images/about.gif) bottom left no-repeat;
}

#contact_btn{
	background:url(/images/contact.gif) top left no-repeat;
	width:92px;
}

#contact_btn:hover{
	background:url(/images/contact.gif) bottom left no-repeat;
}

#my_business{
	background:url(/images/my_business.gif) top left no-repeat;
	width:142px;
}

#my_business:hover{
	background:url(/images/my_business.gif) bottom left no-repeat;
}

#logout{
	background:url(/images/logout.gif) top left no-repeat;
	width:92px;
}

#logout:hover{
	background:url(/images/logout.gif) bottom left no-repeat;
}


