﻿#navwrapper
{
    display: block;
    text-align: center;
    width: 800px;
    height: 30px;
    margin-bottom: 20px;
}
#navcontainer
{
    display: block;
    text-align: center;
    width: 771px;
    height: 26px;
    padding:0px;
    margin:0px;
}
#vertsubnavwrapper
{
    padding: 2px 0 0 2px;
    height: 107px;
    background-color: #ffffff;
    display: block;
}
.vsnitemwrapper
{
    padding: 0 2px 0 0;
}
.vsnitemOn,
.vsnitem,
.vsnitem:hover
{
    width: 110px;
    display:block;
    height: 105px;
    z-index:55;
}
.vsnitem
{
    background-color: #3D3220;
}
.vsnitem:hover,
.vsnitemOn
{
    background-color: #BFB6AD !important;
}
.vsnimageitem
{
    clear: both;
    background-color: #CCCCCC;
    width: 110px;
    height: 75px;
}
.vsndescritem
{
    clear: both;
    color: #ffffff;
    background-color: transparent;
    font-family: Arial, Verdana;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    padding-left: 0px;
    padding-top: 5px;
    padding-bottom: 10px;
    height:15px;
    z-index:55;
}
