#nav_home, #nav_blog, #nav_about, #nav_jobs, #nav_login
{
	display: block;
	float: left;
	height: 22px;
}

#nav_home:hover, #nav_blog:hover, #nav_about:hover, #nav_jobs:hover, #nav_login:hover,
#nav_home.active, #nav_blog.active, #nav_about.active, #nav_jobs.active, #nav_login.active
{
	background-position: 0 -22px;
}

#nav_home
{
	width: 100px;
	background: transparent url(../images/homepage/top_nav-home.jpg) no-repeat;
}

#nav_blog
{
	width: 100px;
	background: transparent url(../images/homepage/top_nav-blog.jpg) no-repeat;
}

#nav_about
{
	width: 100px;
	background: transparent url(../images/homepage/top_nav-about.jpg) no-repeat;
}

#nav_jobs
{
	width: 100px;
	background: transparent url(../images/homepage/top_nav-jobs.jpg) no-repeat;
}


#nav_login
{
	width: 64px;
	background: transparent url(../images/homepage/top_nav-login.png) no-repeat;
	position: absolute;
	right: 40px;
	top: 44px;
	clear: both;
	text-indent: -5000px;
	overflow: hidden;
}
.left_nav_button
{
	display: block;
	width: 205px;
	height: 28px;
	padding: 0;
	margin-bottom: 4px;
	background: transparent url(../images/buttons/corporate_nav_bg.png) no-repeat;
	text-decoration: none;
}

.left_nav_button:hover, .left_nav_button.active
{
	background-position: 0 -28px;
}

.left_nav_button span
{
	display: none;
}

#left_nav_search .textfield
{
	width: 200px;
	border: 1px solid #b9b9b9;
	margin: 20px 0 10px;
	font-size: 18px;
	font-weight: bold;
}

.left_sub_nav
{
	color: #999;
	font-weight: bold;
	text-decoration: none;
	margin-left: 8px;
}

.left_sub_nav:hover
{
	text-decoration: underline;
}

#search_button
{
	margin-left: 132px;
}
