a#btnMenuHome .alt { display: none; }
a#btnMenuHomeActive .alt { display: none; }
a#Framework1_btnMenuRacesActive .alt { display: none; }
a#Framework1_btnMenuRaces .alt { display: none; }
a#Framework1_btnMenuRacesActive .alt { display: none; }
a#Framework1_btnMenuNews .alt { display: none; }
a#Framework1_btnMenuNewsActive .alt { display: none; }
a#Framework1_btnMenuPhotos .alt { display: none; }
a#Framework1_btnMenuPhotosActive .alt { display: none; }
a#Framework1_btnMenuAbout .alt { display: none; }
a#Framework1_btnMenuAboutActive .alt { display: none; }
a#Framework1_btnMenuTips .alt { display: none; }
a#Framework1_btnMenuTipsActive .alt { display: none; }
a#btnMenuShop .alt { display: none; } 

a#btnMenuHome {
    width: 52px;
    height: 30px;
    background-image: url(../images/buttons/levelBut_home_off.gif);
    border: 0
}

a#btnMenuHomeActive {
    width: 52px;
    height: 30px;
    background-image: url(../images/buttons/levelBut_home_on.gif);
    border: 0
}

a#btnMenuHome:hover {
    background-image: url(../images/buttons/levelBut_home_on.gif);
}

a#Framework1_btnMenuRaces {
    width: 179px;
    height: 30px;
    background-image: url(../images/buttons/levelBut_races_off.gif);
    border: 0
}

a#Framework1_btnMenuRacesActive {
    width: 179px;
    height: 30px;
    background-image: url(../images/buttons/levelBut_races_on.gif);
    border: 0
}

a#Framework1_btnMenuRaces:hover {
    background-image: url(../images/buttons/levelBut_races_on.gif);
}

a#Framework1_btnMenuNews {
    width: 111px;
    height: 30px;
    background-image: url(../images/buttons/levelBut_news_off.gif);
    border: 0
}

a#Framework1_btnMenuNewsActive {
    width: 111px;
    height: 30px;
    background-image: url(../images/buttons/levelBut_news_on.gif);
    border: 0
}

a#Framework1_btnMenuNews:hover {
    background-image: url(../images/buttons/levelBut_news_on.gif);
}

a#Framework1_btnMenuPhotos {
    width: 105px;
    height: 30px;
    background-image: url(../images/buttons/levelBut_photo_off.gif);
    border: 0
}

a#Framework1_btnMenuPhotosActive {
    width: 105px;
    height: 30px;
    background-image: url(../images/buttons/levelBut_photo_on.gif);
    border: 0
}

a#Framework1_btnMenuPhotos:hover {
    background-image: url(../images/buttons/levelBut_photo_on.gif);
}

a#Framework1_btnMenuAbout {
    width: 66px;
    height: 30px;
    background-image: url(../images/buttons/levelBut_us_off.gif);
    border: 0
}

a#Framework1_btnMenuAboutActive {
    width: 66px;
    height: 30px;
    background-image: url(../images/buttons/levelBut_us_on.gif);
    border: 0
}

a#Framework1_btnMenuAbout:hover {
    background-image: url(../images/buttons/levelBut_us_on.gif);
}


a#Framework1_btnMenuTips {
    width: 151px;
    height: 30px;
    background-image: url(../images/buttons/levelBut_tips_off.gif);
    border: 0
}

a#Framework1_btnMenuTipsActive {
    width: 151px;
    height: 30px;
    background-image: url(../images/buttons/levelBut_tips_on.gif);
    border: 0
}

a#Framework1_btnMenuTips:hover {
    background-image: url(../images/buttons/levelBut_tips_on.gif);
}

a#btnMenuShop {
    width: 123px;
    height: 30px;
    background-image: url(../images/buttons/levelBut_shop_off.gif);
    border: 0
}

a#btnMenuShopActive {
    width: 123px;
    height: 30px;
    background-image: url(../images/buttons/levelBut_shop_on.gif);
    border: 0
}

a#btnMenuShop:hover {
    background-image: url(../images/buttons/levelBut_shop_on.gif);
}

.sideMenuLink
{
	width: 160px;
	height: 20px;
	background-image: url(../images/buttons/level_inactiveMenuButton.gif);
	border: 0;
}

.sideMenuLink:hover
{
	width: 160px;
	height: 20px;
	background-image: url(../images/buttons/level_activeLeftMenu.gif);
	border: 0;
}

.sideMenuLinkActive
{
	width: 160px;
	height: 20px;
	background-image: url(../images/buttons/level_activeMenuButton.gif);
	border: 0;
}
