@charset "utf-8";
/* CSS Document */

/*Header buttons */

#home
{
float: left;
display: block;
background: url(images2/home.gif) 0 0 no-repeat;
width: 100px;
height: 25px;
}
#home:hover
{
background-position: 0 -25px;
}


#benefits
{
float: left;
display: block;
background: url(images2/benefits.gif) 0 0 no-repeat;
width: 100px;
height: 25px;
}
#benefits:hover
{
background-position: 0 -25px;
}


#plans
{
float: left;
display: block;
background: url(images2/plans.gif) 0 0 no-repeat;
width: 100px;
height: 25px;
}
#plans:hover
{
background-position: 0 -25px;
}

#questions
{
float: left;
display: block;
background: url(images2/questions.gif) 0 0 no-repeat;
width: 100px;
height: 25px;
}
#questions:hover
{
background-position: 0 -25px;
}

#articles
{
float: left;
display: block;
background: url(images2/articles.gif) 0 0 no-repeat;
width: 100px;
height: 25px;
}
#articles:hover
{
background-position: 0 -25px;
}



#join
{
float: left;
display: block;
background: url(images2/join.gif) 0 0 no-repeat;
width: 100px;
height: 25px;

}
#join:hover
{
background-position: 0 -25px;
}
