﻿
#MainMenu {
    z-index: 902;
    position: fixed;
    top: 0;
    left: auto;
    height: 85px;
    padding-top: 3px;
    margin-bottom: 5px;
    width: 1175px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 16px;
    background: #FFD
}

#MainMenu a {
    color: white;
    font-style: normal;
    text-shadow: 1px 1px 0 black 
}


#MainMenu a:hover {
    color: yellow
}

.MenuItem {
    position: relative;
    width: 107px;
    height: 71px;
    float: left;
    margin-left: 2px;
    margin-right: 2px; 
    margin-top: 2px;
    margin-bottom: 2px; 
    border-radius: 15px;
    box-shadow: 2px 3px #000;
    background: #090;
    background: linear-gradient(to bottom,  #0D0, #070);
}

.MenuText {
    position: absolute;
    display: table;
    left: auto;
    top: auto;
    height: 71px;
    padding-left: 4px;
    padding-right: 4px;
    width: 103px
}

.MenuText P {
    display: table-cell;
    text-align: center;
    vertical-align: middle
}
