/* United navigation CSS */
#nav{
	margin:0 auto;
	padding:0;
	width:856px;
	}
	#nav ul{
		padding:0;
		margin:0;
		list-style:none;
		}
		#nav ul li{
			float:left;
		}
		
		#nav li a{
			display:block;
		}
		
		#nav li.one{
			width:146px;
			height:39px;
			background:url(../images/btn_opportunities.gif) no-repeat bottom;
		}
		#nav li.two{
			width:142px;
			height:39px;
			background:url(../images/btn_internships.gif) no-repeat bottom;
		}
		#nav li.three{
			width:142px;
			height:39px;
			background:url(../images/btn_campus.gif) no-repeat bottom;
		}
		#nav li.four{
			width:142px;
			height:39px;
			background:url(../images/btn_benefits.gif) no-repeat bottom;
		}
		#nav li.five{
			width:142px;
			height:39px;
			background:url(../images/btn_apply.gif) no-repeat bottom;
		}
		#nav li.six{
			width:142px;
			height:39px;
			background:url(../images/btn_about.gif) no-repeat bottom;
		}
		/* hover */
		#nav li.one a:hover,
		#nav li.one:hover a{
			width:146px;
			height:39px;
			background:url(../images/btn_opportunities.gif) no-repeat top;
		}
		#nav li.two a:hover,
		#nav li.two:hover a{
			width:142px;
			height:39px;
			background:url(../images/btn_internships.gif) no-repeat top;
		}
		#nav li.three a:hover,
		#nav li.three:hover a{
			width:142px;
			height:39px;
			background:url(../images/btn_campus.gif) no-repeat top;
		}
		#nav li.four a:hover,
		#nav li.four:hover a{
			width:142px;
			height:39px;
			background:url(../images/btn_benefits.gif) no-repeat top;
		}
		#nav li.five a:hover,
		#nav li.five:hover a{
			width:142px;
			height:39px;
			background:url(../images/btn_apply.gif) no-repeat top;
		}
		#nav li.six a:hover,
		#nav li.six:hover a{
			width:142px;
			height:39px;
			background:url(../images/btn_about.gif) no-repeat top;
		}
		
		/* selected */
		#nav li.one-selected{
			width:146px;
			height:39px;
			background:url(../images/btn_opportunities.gif) no-repeat top;
		}
		#nav li.two-selected{
			width:142px;
			height:39px;
			background:url(../images/btn_internships.gif) no-repeat top;
		}
		#nav li.three-selected{
			width:142px;
			height:39px;
			background:url(../images/btn_campus.gif) no-repeat top;
		}
		#nav li.four-selected{
			width:142px;
			height:39px;
			background:url(../images/btn_benefits.gif) no-repeat top;
		}
		#nav li.five-selected{
			width:142px;
			height:39px;
			background:url(../images/btn_apply.gif) no-repeat top;
		}
		#nav li.six-selected{
			width:142px;
			height:39px;
			background:url(../images/btn_about.gif) no-repeat top;
		}
