﻿/* Left department menu */
DIV.divDepMenuHeading 
{
    height:28px;
    line-height:28px;
    margin:0px 0px 5px 0px;
    font-weight:bold;
    padding-left:5px;
    color:#C23D38;
    font-size:13px;
    border-top:2px solid #cca073;
    border-bottom:1px solid #cca073;
    background-color:#ffffff;
}

UL.ulDepMenu
{
    font-size:12px;
    margin-left:8px;
    margin-right:8px;
    text-decoration:none;
}

DIV.divLeftMenuBanner
{
    margin:7px 0px 0px 0px;
    font-weight:bold;
    border-top:2px solid #cca073;
    border-bottom:1px solid #cca073;
    background-color:#ffffff;
}


/*1. level*/
UL.ulDepMenu > LI > A {
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    color: #000000;
    display: block;
    height: 20px;
    padding-left: 2px;
    xborder-top-style: dotted;
    border-top-color: #000000;
    border-top-width: 1px;
    background-image: url(../Images/depmenu_bullet_black.gif);
    background-repeat: no-repeat;
    background-position: center right;
    white-space: nowrap;
    overflow: hidden;
}
    UL.ulDepMenu > LI > A:hover {
        color: #A6B745;
        background-image: url(../Images/depmenu_bullet_green_right.gif);
    }
UL.ulDepMenu > LI.selected
{
    margin-bottom:10px;
}
    UL.ulDepMenu > LI.selected > A {
        background-image: url(../Images/depmenu_bullet_green_down.gif);
        color: #A6B745;
        border-bottom-style: dotted;
        border-bottom-color: #000000;
        border-bottom-width: 1px;
        margin-bottom: 7px;
    }
UL.ulDepMenu > LI.selected > A > SPAN
{
    white-space:nowrap;
    overflow:hidden;
}

/*2. level*/
UL.ulDepMenu > LI.selected UL
{
    margin-left:15px;
    margin-right:6px;
}
UL.ulDepMenu > LI.selected UL > LI > A
{
    color:#000000;
    text-decoration:none;
    font-weight:bold;
    display:block;
    padding-left:2px;

    border-top-style:none;
    border-bottom-style:none;
    border-right-style:dotted;
    border-right-color:#000000;
    border-right-width:1px;
    background-image:none;
    margin-bottom:inherit;

   /* white-space:nowrap;*/
    overflow:hidden;
}
UL.ulDepMenu > LI.selected > UL > LI > A:hover
{
    color:#A6B745;
}


/*3. level*/
UL.ulDepMenu LI.selected UL LI.selected A
{
     color:#A6B745;
     margin-bottom:0px;
}
UL.ulDepMenu LI.selected UL LI.selected
{
    margin-bottom:0px;
}
UL.ulDepMenu LI.selected UL LI.selected UL
{
    margin-right:0px;
}
UL.ulDepMenu LI.selected UL LI.selected UL LI A
{
    color:#000000;
    font-size:11px;
}
UL.ulDepMenu LI.selected UL LI.selected UL LI A:hover
{
    color:#A6B745;
}

/*4.level*/
UL.ulDepMenu LI.selected UL LI.selected UL LI.selected A
{
     color:#A6B745;
}
UL.ulDepMenu LI.selected UL LI.selected UL LI.selected UL LI A
{
     color:#000000;
     font-weight:normal;
}
UL.ulDepMenu LI.selected UL LI.selected UL LI.selected UL LI A:hover
{
     color:#A6B745;
}

