﻿.homeBtn
{
    height: 52px;
    width: 123px;
    background: #ffffff url(images/homeBtn.gif) no-repeat;
    float: left;
    margin-right: 10px;
}

.homeBtn.current
{
    background: #ffffff url(images/homeBtnOn.gif) no-repeat;
}

.homeBtn:hover
{
    background: #ffffff url(images/homeBtnOn.gif) no-repeat;
}

.listenBtn
{
    height: 52px;
    width: 140px;
    background: #ffffff url(images/thinkBtn.gif) no-repeat;
    float: left;
    margin-right: 10px;
}



.listenBtn:hover
{
    background: #ffffff url(images/thinkBtnOn.gif) no-repeat;
}

.provokeBtn
{
    height: 52px;
    width: 129px;
    background: #ffffff url(images/workBtn.gif) no-repeat;
    float: left;
    margin-right: 10px;
}



.provokeBtn:hover
{
    background: #ffffff url(images/workBtnOn.gif) no-repeat;
}

.loveBtn
{
    height: 52px;
    width: 121px;
    background: #ffffff url(images/liveBtn.gif) no-repeat;
    float: left;
    margin-right: 10px;
}



.loveBtn:hover
{
    background: #ffffff url(images/liveBtnOn.gif) no-repeat;
}
