@charset "utf-8";
/* CSS Document */

#nav ul {
	padding-left: 0px;
	margin: 0;
}

#nav ul li {
	margin: 0;
	list-style: none;
	display: inline;
	}

#nav ul li a {
	padding: 40px 0 0 0;
	float: left;
	overflow: hidden;
	height: 0px;
	}
	
#nav ul li a:hover  {
	background-position: 0 -80px;
	}

#nav ul li a:active {
	background-position: 0 -80px;
	}	
	
#nav ul li a.selected {
	background-position: 0 -80px;
	}
	
#home a  {
	width: 62px;
	background: url(images/nav/bt_home.jpg) no-repeat;
	}
	
#about a  {
	width: 160px;
	background: url(images/nav/bt_about.jpg) no-repeat;
	}
	
#guanajuato a  {
	width: 175px;
	background: url(images/nav/bt_guanajuato.jpg) no-repeat;
	}
	
#programs a  {
	width: 167px;
	background: url(images/nav/bt_programs.jpg) no-repeat;
	}	
	
#testimonials a  {
	width: 130px;
	background: url(images/nav/bt_testimonials.jpg) no-repeat;
	}
	
#planner a  {
	width: 129px;
	background: url(images/nav/bt_planner.jpg) no-repeat;
	}		
	
#contact a  {
	width: 113px;
	background: url(images/nav/bt_contact.jpg) no-repeat;
	}
	
.aboutElNav {
	vertical-align: top;
	text-align: left;
	margin: 0;
	padding: 0;
	}
	
.aboutElNav ul {
	padding: 0;
	margin: 0;
	}

.aboutElNav h1 {
	padding: 0;
	margin: 0;
	}

#sidenav li {
	padding: 0px;
	margin: 0;
	list-style: none;
	display: inline;
	}

#sidenav a {
	padding: 20px 0 0 0;
	margin: 0;
	float: right;
	overflow: hidden;
	height: 0px;
	}
	
#sidenav a:hover  {
	background-position: 0 -20px;
	}

#sidenav a:active {
	background-position: 0 -40px;
	}
	
#sidenav a.selected {
	background-position: 0 -40px;
	}
	
#mission a  {
	width: 200px;
	background: url(images/nav/sb_mission.png) no-repeat;
	}
	
#owner a  {
	width: 200px;
	background: url(images/nav/sb_owner.png) no-repeat;
	}

#why a  {
	width: 200px;
	background: url(images/nav/sb_why.png) no-repeat;
	}	
	
#whyguanajuato a  {
	width: 200px;
	background: url(images/nav/sb_whyguanajuato.png) no-repeat;
	}
	
#uofg a  {
	width: 200px;
	background: url(images/nav/pb_uguanajuato.png) no-repeat;
	}	
	
#falcon a  {
	width: 200px;
	background: url(images/nav/pb_falcon.png) no-repeat;
	}

#specialty a  {
	width: 200px;
	background: url(images/nav/pb_specialty.png) no-repeat;
	}
	
#included a  {
	width: 200px;
	background: url(images/nav/pb_included.png) no-repeat;
	}	
