﻿#top-menu
{
    background: #004890 url(../images/nav.gif) repeat-x;
    height: 26px;
    padding: 8px 2px;
    overflow: hidden;
    position: relative;
    display: block;
    top: -150px;
    margin-left: auto;
    margin-right: auto;
    font-size: 10px;
    width: 983px;
}


#menu-shadow
{
    margin-top: 1px;
    float: left;
    width: 800px;
    position: relative;
    padding-left: 5px;
    overflow: hidden;
}

#menu-shadow li
{
    float: left;
    list-style: none;
    z-index: 9;
    height: 30px;
    line-height: 26px;
    text-transform: uppercase;
    margin-right: 7px;
}

#menu-shadow li a
{
    color: #FFF;
    text-decoration: none;
    outline: none;
    text-align: center;
    z-index: 11;
    display: block;
    float: left;
    position: relative;
    overflow: hidden;
    margin: 1px 6px 0 8px;
}

#menu-shadow li a:hover
{
    color: #D9D9D9;
}
#menu-shadow li a:active, #menu-shadow li.current_page_item a
{
    color: #FFF;
}

#menu-shadow li.current_page_item a
{
    z-index: 11;
    color: #FFF;
}


#menu-shadow li.back
{
    background: url(../images/lava2.gif) no-repeat right bottom;
    width: 8px;
    height: 30px;
    z-index: 10;
    position: absolute;
}
#menu-shadow li.back .left
{
    background: url(../images/lava2.gif) no-repeat left top;
    height: 30px;
    margin-right: 9px;
    float: none;
}
