/*American Well Main Style Sheet*/
/*December 20, 2007*/
/*Style Sheet for Home Page*/
/*Visual Designer: Omar Lyles*?
/*Author: Lori Muller*/


/***********************************************/
/* NAV_Primary_Buttons tag styles                             */
/***********************************************/

#NAV_logo a{
text-indent: -5000px;
float: left;
display:block;
height: 78px;
width: 294px;
background-image: url(../images/IMG_PrimaryNav_Logo.png);
}

#NAV_Home a {
	float: left;
	text-indent: -5000px;
	display: block;
	height: 78px;
	width: 76px;
   	background:url(../images/buttons/NAV_Primary_Home.png) top left no-repeat;
   }
#NAV_Home a:hover{
 	background-image: url(../images/buttons/NAV_Primary_Home_over.png);
 }
#NAV_Aboutus a{
		float: left;
		text-indent: -5000px;
		display:block;
		height: 78px;
		width: 103px;
		background-image: url(../images/buttons/NAV_Primary_AboutUs.png);
	}
#NAV_Aboutus_current a{
		float: left;
		text-indent: -5000px;
		display:block;
		height: 78px;
		width: 103px;
		background-image: url(../images/buttons/NAV_Primary_AboutUs_current.png);
	}
#NAV_Aboutus a:hover, #NAV_Aboutus_current a:hover{
		background-image: url(../images/buttons/NAV_Primary_AboutUs_over.png);
		}

#NAV_Innovation a{
	float: left;
	text-indent: -5000px;
	display: block;
	height: 78px;
	width: 120px;
	background-image: url(../images/buttons/NAV_Primary_Innovation.png);
	}

#NAV_Innovation_current a{
	float: left;
	text-indent: -5000px;
	display: block;
	height: 78px;
	width: 120px;
	background-image: url(../images/buttons/NAV_Primary_Innovation_current.png);
	}
#NAV_Innovation a:hover, #NAV_Innovation_current a:hover{
		background-image: url(../images/buttons/NAV_Primary_Innovation_over.png);
		}
		
#NAV_Products a
{
	float: left;
	text-indent: -5000px;
	display: block;
	height: 78px;
	width: 105px;
	background-image: url(../images/buttons/NAV_Primary_Products.png);
	background-image:
}
#NAV_Products_current a
{
	float: left;
	text-indent: -5000px;
	display: block;
	height: 78px;
	width: 105px;
	background-image: url(../images/buttons/NAV_Primary_Products_current.png);
}
#NAV_Products a:hover, #NAV_Products_current a:hover
{
	background-image: url(../images/buttons/NAV_Primary_Products_over.png);
}

#NAV_Consumers a{
	float: left;
	text-indent: -5000px;
	display: block;
	height: 78px;
	width: 117px;
	background-image: url(../images/buttons/NAV_Primary_Consumers.png);
	}
#NAV_Consumers_current a{
	float: left;
	text-indent: -5000px;
	display: block;
	height: 78px;
	width: 117px;
	background-image: url(../images/buttons/NAV_Primary_Consumers_current.png);
	}
#NAV_Consumers a:hover, #NAV_Consumers_current a:hover{
		background-image: url(../images/buttons/NAV_Primary_Consumers_over.png);
		}

#NAV_Physicians a{
	float: left;
	text-indent: -5000px;
	display: block;
	height: 78px;
	width: 113px;
	background-image: url(../images/buttons/NAV_Primary_Physicians.png);
	}
#NAV_Physicians_current a{
	float: left;
	text-indent: -5000px;
	display: block;
	height: 78px;
	width: 113px;
	background-image: url(../images/buttons/NAV_Primary_Physicians_current.png);
	}
#NAV_Physicians a:hover,#NAV_Physicians_current a:hover{
		background-image: url(../images/buttons/NAV_Primary_Physicians_over.png);
		}

#NAV_Healthplans a{
	float: left;
	text-indent: -5000px;
	display: block;
	height: 78px;
	width: 127px;
	background-image: url(../images/buttons/NAV_Primary_HealthPlans.png);
	}
#NAV_Healthplans_current a{
	float: left;
	text-indent: -5000px;
	display: block;
	height: 78px;
	width: 127px;
	background-image: url(../images/buttons/NAV_Primary_HealthPlans_current.png);
	}
#NAV_Healthplans a:hover, #NAV_Healthplans_current a:hover{
		background-image: url(../images/buttons/NAV_Primary_HealthPlans_over.png);
		}
