﻿ul#mainMenu
{
    position: absolute;
    width: 280px;
    height: 400px;
    top: 440px;
    left: 0px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

ul#mainMenu li.item1, li.item2, li.item3, li.item4, li.item5, li.item6 
{
    position: absolute;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

ul#mainMenu .item1 a
{
    position: absolute;
    background: url("Menu/but01.png") center 0px;
    width: 280px;
    height: 60px;
    left: 0px;
    top: 0px;
    margin: 0px;
    padding: 0px;
}

ul#mainMenu .item1 a:hover
{
    background-position: center 60px;
}

/*----------------------------*/

ul#mainMenu .item2 a
{
    position: absolute;
    background: url("Menu/but02.png") center 0px;
    width: 280px;
    height: 60px;
    left: 0px;
    top: 60px;
    margin: 0px;
    padding: 0px;
}

ul#mainMenu .item2 a:hover
{
    background-position: center 60px;
}

/*----------------------------*/

ul#mainMenu .item3 a
{
    position: absolute;
    background: url("Menu/but03.png") center 0px;
    width: 280px;
    height: 60px;
    left: 0px;
    top: 120px;
    margin: 0px;
    padding: 0px;
}

ul#mainMenu .item3 a:hover
{
    background-position: center 60px;
}

/*----------------------------*/

ul#mainMenu .item4 a
{
    position: absolute;
    background: url("Menu/but04.png") center 0px;
    width: 280px;
    height: 60px;
    left: 0px;
    top: 180px;
    margin: 0px;
    padding: 0px;
}

ul#mainMenu .item4 a:hover
{
    background-position: center 60px;
}

/*----------------------------*/

ul#mainMenu .item5 a
{
    position: absolute;
    background: url("Menu/but05.png") center 0px;
    width: 280px;
    height: 60px;
    left: 0px;
    top: 240px;
    margin: 0px;
    padding: 0px;
}

ul#mainMenu .item5 a:hover
{
    background-position: center 60px;
}

/*----------------------------*/

ul#mainMenu .item6 a
{
    position: absolute;
    background: url("Menu/but06.png") center 0px;
    width: 280px;
    height: 60px;
    left: 0px;
    top: 300px;
    margin: 0px;
    padding: 0px;
}

ul#mainMenu .item6 a:hover
{
    background-position: center 60px;
}