body
{
    background-color: #cccccc;
    text-align: center;
    margin: 0px;
    color: white;
    font-family: arial, "lucida console" , sans-serif;
    font-size: 10pt;
}
.header
{
    font-size: 17pt;
    font-weight: bold;
    padding: 0;
    margin: 0;
}
.subheader
{
    font-size: 16pt;
    padding: 0;
    margin: 0;
}
.header_b
{
    font-size: 17pt;
    font-weight: bold;
    padding: 0;
    margin: 0;
    color: black;
}
.subheader_b
{
    font-size: 16pt;
    padding: 0;
    margin: 0;
    color: black;
}
.content_b
{
    color: black;
    font-size: 10pt;
}

#menu ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}
#menu li
{
    float: none;
}
#menu li a
{
    display: none;
}
#menu li a
{
    display: block;
    height: 20px;
    width: 200px;
    background-position: left top;
}
#menu li a:hover, #menu li.selected a
{
    display: block;
    position: relative;
    width: 220px;
    height: 20px;
    z-index: 1;
    background-position: left bottom;
}

#menu li.selected#profile a, #menu li#profile a:hover
{
    background-image: url( "../images/btn_profile_on.png" );
}
#menu li#profile a
{
    background-image: url( "../images/btn_profile.png" );
}

#menu li.selected#eyewear a, #menu li#eyewear a:hover
{
    background-image: url( "../images/btn_eyewear_on.png" );
}
#menu li#eyewear a
{
    background-image: url( "../images/btn_eyewear.png" );
}
#menu li.selected#lenses a, #menu li#lenses a:hover
{
    background-image: url( "../images/btn_lenses_on.png" );
}
#menu li#lenses a
{
    background-image: url( "../images/btn_lenses.png" );
}
#menu li.selected#c_lenses a, #menu li#c_lenses a:hover
{
    background-image: url( "../images/btn_c_lenses_on.png" );
}
#menu li#c_lenses a
{
    background-image: url( "../images/btn_c_lenses.png" );
}
#menu li.selected#promote a, #menu li#promote a:hover
{
    background-image: url( "../images/btn_promotion_on.png" );
}
#menu li#promote a
{
    background-image: url( "../images/btn_promotion.png" );
}
#menu li.selected#contact a, #menu li#contact a:hover
{
    background-image: url( "../images/btn_contact_on.png" );
}
#menu li#contact a
{
    background-image: url( "../images/btn_contact.png" );
}
.address
{
    font-size: 7pt;
}
a
{
    color: white;
}

a:hover
{
    color: #d8d666;
}
a.e-sofa:hover
{
    color: white;
}

