/* MAIN NAVIGATION (DROPDOWN FLOATING MENU) */
div.menu
{
    width: 787px;
    margin: auto;
    text-align: left;
}

/* Main Bar */
.static_nlsmenu
{
    float: left;
    z-index: 1;
    overflow: hidden;
}

/* Main Bar - Item */
.static_nlsitemcontainer
{
    background-image: url(images/menu_tab.png);
    background-repeat: no-repeat;
    color: #FFFFFF;
    width: 111px;
    height: 38px;
    text-align: center;
    text-transform: lowercase;
}
.static_nlsiconcell
{
    width: 0px;
}
.static_nlssubmenucell
{
    width: 0px;
}
.static_nlsitem
{
    font-family: Franklin Gothic Medium, Geneva, Arial, Helvetica, sans-serif;
    font-size: 15px;
    overflow: hidden;
}
/* Main Bar - Item Hover */
.static_nlsitemcontainerover
{
    background-image: url(images/menu_tab_hover.png);
    color: #000000;
    background-repeat: no-repeat;
    width: 111px;
    height: 38px;
    color: #000000;
    font-family: Franklin Gothic Medium, Geneva, Arial, Helvetica, sans-serif;
    font-size: 15px;
    overflow: hidden;
    text-align: center;
    text-transform: lowercase;
}
.static_nlsiconcell
{
    width: 0px;
}
.static_nlssubmenucell
{
    width: 0px;
}
.static_nlsitemover
{
    background-image: url(images/menu_tab_hover.png);
    background-repeat: no-repeat;
    width: 111px;
    height: 38px;
    color: #000000;
    font-family: Franklin Gothic Medium, Geneva, Arial, Helvetica, sans-serif;
    font-size: 15px;
    overflow: hidden;
    text-align: center;
    text-transform: lowercase;
}

/* Sub Menu */
.nlsmenu
{
    z-index: 1;
}

/* Sub Menu - Item */
.nlsitemcontainer
{
    width: 180px;
    height: 15px;
    background-position: right;
    padding-top: 5px;
    padding-left: 10px;
    padding-bottom: 5px;
    background-color: #FAFDF4;
}
.nlsiconcell
{
    width: 0px;
}
.nlssubmenucell
{
    width: 0px;
}
.nlsitem
{
    text-align: left;
    font: 10px "Century Gothic";
    color: black;
}

/* Sub Menu - Item Hover */
.nlsitemcontainerover
{
    width: 180px;
    height: 15px;
    background-position: right;
    padding-top: 5px;
    padding-left: 10px;
    padding-bottom: 5px;
    background-color: #E1F0C9;
}
.nlsiconcellover
{
    width: 0px;
}
.nlssubmenucellover
{
    width: 0px;
}
.nlsitemover
{
    text-align: left;
    font: 10px "Century Gothic";
    color: black;
}
