/*
Changed BGColor for CF5
old color #FFFFF0;
new color #FFFFFF
*/

.menu{

      width:242px;
      height:55px;
      color:#B5B591;
      background-repeat:no-repeat;
        font-size: 24px;
  		text-decoration: none;
      display: block;
     background-image:url('images/menu-foreground.gif');

      
}

.menu:hover {
	  width:242px;
      height:55px;
     color:#B5B591;
 
    background-image:url('images/menu-background.gif');

}

.aboutus{

      width:242px;
      height:55px;
      background-repeat:no-repeat;
        font-size: 24px;
  		text-decoration: none;
      display: block;
     background-image:url('images/aboutus-fore.gif');

      
}

.aboutus:hover {
    background-image:url('images/aboutus-back.gif');
      width:242px;
      height:55px
}

.services{

      width:242px;
      height:55px;
      background-repeat:no-repeat;
        font-size: 24px;
  		text-decoration: none;
      display: block;
     background-image:url('images/services-fore.gif');

      
}

.services:hover {
    background-image:url('images/services-back.gif');
      width:242px;
      height:55px
}

.gallery{

      width:242px;
      height:55px;
      background-repeat:no-repeat;
        font-size: 24px;
  		text-decoration: none;
      display: block;
     background-image:url('images/gallery-fore.gif');

      
}

.gallery:hover {
    background-image:url('images/gallery-back.gif');
      width:242px;
      height:55px
}

.franchise{

      width:242px;
      height:55px;
      background-repeat:no-repeat;
        font-size: 24px;
  		text-decoration: none;
      display: block;
     background-image:url('images/franchise-fore.gif');

      
}

.franchise:hover {
    background-image:url('images/franchise-back.gif');
      width:242px;
      height:55px
}  
      
.contact{

      width:242px;
      height:55px;
      background-repeat:no-repeat;
        font-size: 24px;
  		text-decoration: none;
      display: block;
     background-image:url('images/contactus-fore.gif');

      
}

.contact:hover {
    background-image:url('images/contactus-back.gif');
      width:242px;
      height:55px
}
