@charset "utf-8";
/* CSS Document */

/*-----Main Nav-----*/
#nav{
	position: absolute;
  	top: 51px;
  	left: 275px;
  	width: 680px;
	height: 23px;
	background: #FFF url(../images/nav_main_over.jpg) no-repeat;
}

#nav li {
  	display: block;
	float: left;
	text-indent: -9999px;	
}

#nav li a{
	border: 0;
	display: block;
	height: 23px;
	background: url(../images/nav_main.jpg) no-repeat;
}

#nav li a:hover {
	border: 0;
	display: block;
	background-image: url(../images/nav_main_over.jpg);
}

#about a {
	width:65px;
}

#hotels a {
	width: 159px;
}

#hotels a:link,
#hotels a:visited,
#hotels a:hover {
	background-position: -65px 0px;
}


#plans a {
	width: 131px;
}

#plans a:link,
#plans a:visited,
#plans a:hover {	
	background-position: -225px 0px;
}

#testimonials a {
	width: 110px;
}

#testimonials a:link,
#testimonials a:visited,
#testimonials a:hover {	
	background-position: -355px 0;
}

#program a {
	width: 135px;
}

#program a:link,
#program a:visited,
#program a:hover {	
	background-position: -465px 0;
}

#contact a {
	width: 65px;
}

#contact a:link,
#contact a:visited,
#contact a:hover {	
	background-position: -602px 0;
}

/*-----Formula for Success Hotels Nav-----*/
#nav2{

  	width: 332px;
	height: 26px;
	background: #FFF url(../images/nav_hotels_over.jpg) no-repeat;
}

#nav2 li {
  	display: block;
	float: left;
	text-indent: -9999px;	
}

#nav2 li a{
	border: 0;
	display: block;
	height: 26px;
	background: url(../images/nav_hotels.jpg) no-repeat;
}

#nav2 li a:hover {
	border: 0;
	display: block;
	background-image: url(../images/nav_hotels_over.jpg);
}

#focus a {
	width:109px;
}

#result a {
	width: 110px;
}

#result a:link,
#result a:visited,
#result a:hover {
	background-position: -108px 0px;
}


#reason a {
	width: 113px;
}

#reason a:link,
#reason a:visited,
#reason a:hover {	
	background-position: -218px 0px;
}


