﻿#hdr-main-menu a
{
    display: block;
    text-decoration: none;
    float: left;
    margin-right: 10px;
}
#hdr-main-menu span
{
    display: block;
    float: left;
    margin-right: 10px;
}
#hdr-main-menu a.home
{
    width: 100px;
    height: 36px;
    background: url('/Userfiles/Image/main-menu.png') 0 0 no-repeat;
}

#hdr-main-menu a.home:hover
{
    background-position: 0px -36px;
}

#hdr-main-menu a.home-on
{
    width: 100px;
    height: 36px;
    background: url('/Userfiles/Image/main-menu.png') 0 -72px no-repeat;
}

#hdr-main-menu a.web
{
    width: 120px;
    height: 36px;
    background: url('/Userfiles/Image/main-menu.png') -111px 0 no-repeat;
}
#hdr-main-menu a.web:hover
{
    background-position: -111px -36px;
}
#hdr-main-menu a.web-on
{
    width: 120px;
    height: 36px;
    background: url('/Userfiles/Image/main-menu.png') -111px -72px no-repeat;
}
#hdr-main-menu a.seo
{
    width: 80px;
    height: 36px;
    background: url('/Userfiles/Image/main-menu.png') -241px 0 no-repeat;
}
#hdr-main-menu a.seo:hover
{
    background-position: -241px -36px;
}
#hdr-main-menu a.seo-on
{
    width: 80px;
    height: 36px;
    background: url('/Userfiles/Image/main-menu.png') -241px -72px no-repeat;
}
#hdr-main-menu a.it-services
{
    width: 126px;
    height: 36px;
    background: url('/Userfiles/Image/main-menu.png') -411px 0 no-repeat;
}
#hdr-main-menu a.it-services:hover
{
    background-position: -411px -36px;
}
#hdr-main-menu a.it-services-on
{
    width: 126px;
    height: 36px;
    background: url('/Userfiles/Image/main-menu.png') -411px -72px no-repeat;
}
#hdr-main-menu a.promos
{
    width: 103px;
    height: 36px;
    background: url('/Userfiles/Image/main-menu.png') -547px 0 no-repeat;
}
#hdr-main-menu a.promos:hover
{
    background-position: -547px -36px;
}
#hdr-main-menu a.promos-on
{
    width: 103px;
    height: 36px;
    background: url('/Userfiles/Image/main-menu.png') -547px -72px no-repeat;
}
#hdr-main-menu a.about-us
{
    width: 113px;
    height: 36px;
    background: url('/Userfiles/Image/main-menu.png') -660px 0 no-repeat;
}
#hdr-main-menu a.about-us:hover
{
    background-position: -660px -36px;
}
#hdr-main-menu a.about-us-on
{
    width: 113px;
    height: 36px;
    background: url('/Userfiles/Image/main-menu.png') -660px -72px no-repeat;
}