/* CSS Document */


#headernavcontainer{
	width:976px;
	height:101px;
	margin:0 0 0 0;
	text-align:left;
	background-image:url(images/header_nav_bg.gif);
	background-repeat:no-repeat;
}

#logocontainer{
	width:190px;
	height:33px;
	margin:29px 0 0 0;
	float:left;
}


#topnavcontainer{
	width:770px;
	height:31px;
	margin:70px 0 0 0;
	float:right;
}


#ourapproach a:link{
	width:126px;
	height:31px;
	margin:0 0 0 1px;
	float:right;
	background-image:url(images/ourapproach.gif);
	background-repeat:no-repeat;
}

#ourapproach a:visited{
	width:126px;
	height:31px;
	margin:0 0 0 1px;
	float:right;
	background-image:url(images/ourapproach.gif);
	background-repeat:no-repeat;
}

#ourapproach a:hover{
	width:126px;
	height:31px;
	margin:0 0 0 1px;
	float:right;
	background-image:url(images/ourapproach_over.gif);
	background-repeat:no-repeat;
}


#currentopenings a:link{
	width:126px;
	height:31px;
	margin:0 0 0 1px;
	float:right;
	background-image:url(images/currentopenings.gif);
	background-repeat:no-repeat;
}

#currentopenings a:visited{
	width:126px;
	height:31px;
	margin:0 0 0 1px;
	float:right;
	background-image:url(images/currentopenings.gif);
	background-repeat:no-repeat;
}

#currentopenings a:hover{
	width:126px;
	height:31px;
	margin:0 0 0 1px;
	float:right;
	background-image:url(images/currentopenings_over.gif);
	background-repeat:no-repeat;
}


#leadership a:link{
	width:126px;
	height:31px;
	margin:0 0 0 1px;
	float:right;
	background-image:url(images/leadership.gif);
	background-repeat:no-repeat;
}

#leadership a:visited{
	width:126px;
	height:31px;
	margin:0 0 0 1px;
	float:right;
	background-image:url(images/leadership.gif);
	background-repeat:no-repeat;
}

#leadership a:hover{
	width:126px;
	height:31px;
	margin:0 0 0 1px;
	float:right;
	background-image:url(images/leadership_over.gif);
	background-repeat:no-repeat;
}


#clients a:link{
	width:126px;
	height:31px;
	margin:0 0 0 1px;
	float:right;
	background-image:url(images/clients.gif);
	background-repeat:no-repeat;
}

#clients a:visited{
	width:126px;
	height:31px;
	margin:0 0 0 1px;
	float:right;
	background-image:url(images/clients.gif);
	background-repeat:no-repeat;
}

#clients a:hover{
	width:126px;
	height:31px;
	margin:0 0 0 1px;
	float:right;
	background-image:url(images/clients_over.gif);
	background-repeat:no-repeat;
}


#thehype a:link{
	width:126px;
	height:31px;
	margin:0 0 0 1px;
	float:right;
	background-image:url(images/thehype.gif);
	background-repeat:no-repeat;
}

#thehype a:visited{
	width:126px;
	height:31px;
	margin:0 0 0 1px;
	float:right;
	background-image:url(images/thehype.gif);
	background-repeat:no-repeat;
}

#thehype a:hover{
	width:126px;
	height:31px;
	margin:0 0 0 1px;
	float:right;
	background-image:url(images/thehype_over.gif);
	background-repeat:no-repeat;
}


#ourblog a:link{
	width:126px;
	height:31px;
	margin:0 0 0 1px;
	float:right;
	background-image:url(images/ourblog.gif);
	background-repeat:no-repeat;
}

#ourblog a:visited{
	width:126px;
	height:31px;
	margin:0 0 0 1px;
	float:right;
	background-image:url(images/ourblog.gif);
	background-repeat:no-repeat;
}

#ourblog a:hover{
	width:126px;
	height:31px;
	margin:0 0 0 1px;
	float:right;
	background-image:url(images/ourblog_over.gif);
	background-repeat:no-repeat;
}




/*active highlight page status*/

	body#ourapproachnav a#ourapproachnav {
	background-image:url(images/ourapproach_on.gif);
	background-repeat:no-repeat;
	}
	
	body#currentopeningsnav a#currentopeningsnav {
	background-image:url(images/currentopenings_on.gif);
	background-repeat:no-repeat;
	}
	
	body#leadershipnav a#leadershipnav {
	background-image:url(images/leadership_on.gif);
	background-repeat:no-repeat;
	}
	
	body#clientsnav a#clientsnav {
	background-image:url(images/clients_on.gif);
	background-repeat:no-repeat;
	}
	
	body#thehypenav a#thehypenav {
	background-image:url(images/thehype_on.gif);
	background-repeat:no-repeat;
	}
	
	body#ourblognav a#ourblognav {
	background-image:url(images/ourblog_on.gif);
	background-repeat:no-repeat;
	}

/* NAVIGATION DIVS END */
