﻿#home-hdr-main-menu a
{
    display: block;
    text-decoration: none;
    float: left;
    margin-right: 10px;
}

#home-hdr-main-menu a.home-on
{
    width: 100px;
    height: 46px;
    background: url('/Userfiles/Image/home-main-menu.png') 0 -200px no-repeat;
}

#home-hdr-main-menu a.web
{
    width: 100px;
    height: 46px;
    background: url('/Userfiles/Image/home-main-menu.png') -111px -36px no-repeat;
}
#home-hdr-main-menu a.web:hover
{
    background-position: -111px -118px;
}
#home-hdr-main-menu a.software
{
    width: 180px;
    height: 46px;
    background: url('/Userfiles/Image/home-main-menu.png') -221px -36px no-repeat;
}
#home-hdr-main-menu a.software:hover
{
    background-position: -221px -118px;
}

#home-hdr-main-menu a.it-services
{
    width: 136px;
    height: 46px;
    background: url('/Userfiles/Image/home-main-menu.png') -411px -36px no-repeat;
    margin-right: 0px;
}
#home-hdr-main-menu a.it-services:hover
{
    background-position: -411px -118px;
}

#home-hdr-main-menu a.promos
{
    width: 103px;
    height: 46px;
    background: url('/Userfiles/Image/home-main-menu.png') -547px -36px no-repeat;
}
#home-hdr-main-menu a.promos:hover
{
    background-position: -547px -118px;
}

#home-hdr-main-menu a.about-us
{
    width: 113px;
    height: 46px;
    background: url('/Userfiles/Image/home-main-menu.png') -660px -36px no-repeat;
}
#home-hdr-main-menu a.about-us:hover
{
    background-position: -660px -118px;
}