﻿.sidemenu
{
    width: 165px;
    height: 22px;
    background-image: url(../images/sidemenu_off.gif);
    background-repeat: no-repeat;
    vertical-align: middle;
    font-size: 12px;
}
.sidemenu_products
{
    width: 165px;
    height: 22px;
    background-image: url(../images/sidemenu_products.gif);
    background-repeat: no-repeat;
    vertical-align: middle;
    font-size: 12px;
}
.sidemenu_on
{
    width: 165px;
    height: 22px;
    background-image: url(../images/sidemenu_on.gif);
    background-repeat: no-repeat;
    vertical-align: middle;
    font-size: 12px;
}
.sidemenu a
{
    background-image: url(../images/t.gif);
    padding-left: 5px;
    padding-right: 5px;
    
    font-size: 12px;
    color: White;
    font-weight: bold;
    text-decoration: none;
}
.sidemenu_products a
{
    background-image: url(../images/t.gif);
    padding-left: 5px;
    padding-right: 5px;
    
    font-size: 12px;
    color: White;
    font-weight: bold;
    text-decoration: none;
}
.text_hometop
{
    font-size: 25px;
    color: White;
    font-weight: bold;
}