#nav
{
	padding:0px;
	margin:0px;
	width:743px;
	height:55px;
	margin:0 auto;
	margin-left:132px;
	padding-top:3px;	
	position:relative;
	z-index:4;
}
	#nav li
	{
		list-style:none;
		float:left;
		width:189px;
	}
	
	#nav li a
	{
		display:block;
		width:100%;
		height:55px;
		text-decoration:none;
	}
	#nav li a span
	{
		display:none;
	}
	#nav #firm,
	#nav #firm_active
	{
		background: url('nav_04.gif') top left no-repeat;
		width:181px;
	}
		#nav #firm_active
		{
			background: url('nav_04_over.gif') top left no-repeat;
		}
	
	#nav #career
	{
		background: url('nav_05.gif') top left no-repeat;
	}
	#nav #life
	{
		background: url('nav_06.gif') top left no-repeat;
	}
	#nav #campus,
	#nav #campus_active
	{
		background: url('nav_07.gif') top left no-repeat;
		width:184px;
	}

#bread_crumbs {
        color: #51626C;
}
#bread_crumbs a {
        color: #51626C;
        text-decoration: none;
}
#bread_crumbs a:hover,
#bread_crumbs .active {
        color: #FFFFFF;
        text-decoration: none;
}
