﻿.zoneMenu
{
    margin: 0px auto;
    clear: both;
}

#MenuArea
{
    cursor: pointer;
}

#MenuArea .staticMenu
{
    padding: 0px;
    font-weight: bold;
    font-size: 1.0em;
    font-weight: bold;
    font-family: Arial, Serif;
    width: 100%;
    height: 33px;
    text-align: center;
    background: url(../../Images/Header/bar.gif);
    color: white;
    letter-spacing: 1px;
    vertical-align: middle;
}

#MenuArea .staticMenuItemStyle
{
    font-weight: bold;
    font-family: Arial, Serif;
    text-transform: uppercase;
    color: white;
    text-align: center;
    height: 31px;
}

#MenuArea .staticMenuItemSelectedStyle
{
    background: #5A84BB no-repeat center;
    text-align: center;
    height: 31px;
}

#MenuArea .staticHoverStyle
{
    background-image: none;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    text-align: center;
    background: #336699 none no-repeat scroll center center;
    width: 100%;
    height: 31px;
}

#MenuArea a.staticMenuItemStyle 
{
    text-decoration: none;
    display: block;
    height: auto;
  /*  padding: 10px 0;*/
}

#MenuArea .staticMenuVertical
{
    width: 145px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../../Images/Header/buttonStaticMenuVertical.jpg);
    background-repeat: no-repeat;
    background-position: center;
}




#MenuArea .dynamicHoverStyle
{
    text-align: center;
    border-top: solid 1px #ffffff;
}

#MenuArea .dynamicMenuItemStyle
{
    text-align: center;
    border-top: solid 1px #ffffff;
}



#MenuArea .dynamicSelectedStyle
{
    text-align: center;
    border-top: solid 1px #ffffff;
}


/*
#MenuArea a
{
    display: block;
    height: auto;
}


#MenuArea a:hover
{
    text-decoration: none;
    height: auto;
}
*/


#MenuArea ul
{
    display: block;
    width: 100%;
    height: 31px;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}



#MenuArea ul li
{
    float: left;
}

#MenuArea ul li.menudiv
{
    background-color: #ffffff;
    background-image: url(../../Images/Header/menudiv.gif);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: 0% 0%;
    width: 2px;
    height: 31px;
}

#MenuArea ul li a
{
    font: 14px/40px "Segoe UI" , Tahoma, "Arial Narrow" , Arial, Helvetica, sans-serif;
    padding: 10px 22px 10px 22px;
    text-align: center;
    margin: 0;
    color: #FFFFFF;
    text-decoration: none;
    height: 31px;
}

#MenuArea ul li a:hover
{
    background: #5185c0 url(../../Images/Header/menuhover.gif) repeat-x;
}

#e
{
    border: solid 1px #919191;
    background-image: url(../../Images/Header/sub.gif);
    padding: 0 0 1px;
}
