/* CSS Document */

.navbar
{position:relative;
top:7px;
left: 75px;
width: 240px;}

#home
{
  display: block;
  width: 240px;
  height: 111px;
  background: url(../images/homebutton.jpg) no-repeat 0 0;
}

#home:hover
{ 
  background-position: 0 -111px;
}

#home span
{
  display: none;
}

#aboutbutton
{
  display: block;
  width: 240px;
  height: 58px;
  background:url(../images/aboutbutton.jpg) no-repeat 0 0;}

#aboutbutton:hover
{ 
  background-position: 0 -58px;
}

#aboutbutton span
{
  display: none;
}


#babiesbutton
{
  display: block;
  width: 240px;
  height: 58px;
  background: url(../images/babiesbutton.jpg) no-repeat 0 0;}

#babiesbutton:hover
{ 
  background-position: 0 -58px;
}

#babiesbutton span
{
  display: none;
}

#tuitionbutton
{
  display: block;
  width: 240px;
  height: 64px;
  background: url(../images/tuitionbutton.jpg) no-repeat 0 0;}
#tuitionbutton:hover
{ 
  background-position: 0 -64px;
}
#tuitionbutton span
{
  display: none;
}

#showsbutton
{
  display: block;
  width: 240px;
  height: 56px;
  background: url(../images/showsbutton.jpg) no-repeat 0 0;}
#showsbutton:hover
{ 
  background-position: 0 -56px;
}
#showsbutton span
{
  display: none;
}

#trainingbutton
{
  display: block;
  width: 240px;
  height: 51px;
  background: url(../images/trainingbutton.jpg) no-repeat 0 0;}
#trainingbutton:hover
{ 
  background-position: 0 -51px;
}
#trainingbutton span
{
  display: none;
}

#projectsbutton
{
  display: block;
  width: 240px;
  height: 54px;
  background: url(../images/projectsbutton.jpg) no-repeat 0 0;}
#projectsbutton:hover
{ 
  background-position: 0 -54px;
}
#projectsbutton span
{
  display: none;
}

#teachersbutton
{
  display: block;
  width: 240px;
  height: 65px;
  background: url(../images/teachersbutton.jpg) no-repeat 0 0;}
#teachersbutton:hover
{ 
  background-position: 0 -65px;
}
#teachersbutton span
{
  display: none;
}

#resourcesbutton
{
  display: block;
  width: 240px;
  height: 78px;
  background: url(../images/resourcesbutton.jpg) no-repeat 0 0;}
#resourcesbutton:hover
{ 
  background-position: 0 -78px;
}
#resourcesbutton span
{
  display: none;
}