﻿/* Navigation */

.leftNavContainer
{
    border-top: 1px solid #DBDBDD;
    margin: 0px;
    padding: 0px;
    position: relative;
    /*width: 148px;*/
    z-index: 500;
}


.navArrow
{
    width: 12px;
    float: left;
    text-align: center;
}

.navInlineContainer
{
    border-left: 2px solid #ed1820;
    border-top: 2px solid #ed1820;
}


.navChildItem img
{
    position: absolute;
    right: 0px;
    top: 0px;
}

/*
.navChildrenContainer
{
    border-top: 2px solid #ed1820;
    border-left: 2px solid #ed1820;
    width: 100%;
}
*/
.navAdditionalChildrenContainer
{
    border-left: 2px solid #ed1820;
    width: 100%;
}

/* Needed for the Float Navigation */
.navItemArrow
{
    width: 12px;
    height: 24px;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 2002;
}
.navFloatContainer
{
    position: absolute;
    background: none;
    width: 174px;
    z-index: 2000;
}
.navFloatingFrame
{
    background: #ffffff;
    z-index: 2002;
    position: absolute;
}

/* end nav */
