/* TOP BAR MENU */

/* TOTALCARE 01 */
a.totalcare{
	display:block;
    background-image:url(../topbar/01totalcare_off.jpg);
    width: 86px;
    height: 28px;
}

a.totalcare:hover{
    background-image:url(../topbar/01totalcare_on.jpg);
    width: 86px;
    height: 28px;
}
/* TOTALCARE 01 */


/* HOW IT WORKS 02 */
a.howit{
	display:block;
    background-image:url(../topbar/02howitworks_off.jpg);
    width: 106px;
    height: 28px;
}

a.howit:hover{
    background-image:url(../topbar/02howitworks_on.jpg);
    width: 106px;
    height: 28px;
}
/* HOW IT WORKS 02 */


/* PROCEDURES 03 */
a.procedures{
	display:block;
    background-image:url(../topbar/03procedures_off.jpg);
    width: 93px;
    height: 28px;
}

a.procedures:hover{
    background-image:url(../topbar/03procedures_on.jpg);
    width: 93px;
    height: 28px;
}
/* PROCEDURES 03 */


/* HOSPITALS 04 */
a.hospitals{
	display:block;
    background-image:url(../topbar/04hospitals_off.jpg);
    width: 85px;
    height: 28px;
}

a.hospitals:hover{
    background-image:url(../topbar/04hospitals_on.jpg);
    width: 85px;
    height: 28px;
}
/* HOSPITALS 04 */



/* PRICES 05 */
a.prices{
	display:block;
    background-image:url(../topbar/05prices_off.jpg);
    width: 60px;
    height: 28px;
}

a.prices:hover{
    background-image:url(../topbar/05prices_on.jpg);
    width: 60px;
    height: 28px;
}
/* PRICES 05 */



/* TESTIMONIALS 06 */
a.testimonials{
	display:block;
    background-image:url(../topbar/06testimonials_off.jpg);
    width: 105px;
    height: 28px;
}

a.testimonials:hover{
    background-image:url(../topbar/06testimonials_on.jpg);
    width: 105px;
    height: 28px;
}
/* TESTIMONIALS 06 */




/* FAQ 07*/
a.faq{
	display:block;
    background-image:url(../topbar/07faq_off.jpg);
    width: 48px;
    height: 28px;
}

a.faq:hover{
    background-image:url(../topbar/07faq_on.jpg);
    width: 48px;
    height: 28px;
}
/* FAQ 07*/

/* CONTACT US 08 */
a.contactus{
	display:block;
    background-image:url(../topbar/08contactus_off.jpg);
    width: 90px;
    height: 28px;
}

a.contactus:hover{
    background-image:url(../topbar/08contactus_on.jpg);
    width: 90px;
    height: 28px;
}
/* CONTACT US 08 */

