/* ######### Drop Down DIVs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle div
    { /*topmost and sub DIVs, respectively*/
    font-family: 'Cabin', 'sans-serif';
    font-weight: normal;
    font-size: 13px;

    margin-top: -2px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-left: -2px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    position: absolute;
    left: 0;
    top: 0;
    list-style-type: none;
    letter-spacing:0.05em;

    border-style: solid;
    border-top: 11px solid transparent;
    border-left: 0px solid white;
    border-right: 0px solid white;
    border-bottom: 0px solid black;

    visibility: hidden;
    z-index: 100;
    }

.ddsubmenustyle ul
    {
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    list-style-type: none;
    border: 0px none;
    }

.ddsubmenustyle li a
    {
    display: block;
    width: 140px; /*width of menu (not including side paddings)*/
    font-family: 'Cabin', 'sans-serif';
    font-weight: normal;
    color: white;
    background-color: #570002;
    text-decoration: none;
    padding: 5px 5px 5px 10px;
    border-bottom: 0px solid #e9fad6;
    text-align: left !important;
    }

* html .ddsubmenustyle li
    { /*IE6 CSS hack*/
    display: inline-block;
    width: 180px; /*width of menu (include side paddings of LI A*/
    }

.ddsubmenustyle li a:hover
    {
    font-family: 'Cabin', 'sans-serif';
    font-weight: bold;
    color: #dccc7e;
    background-color: #570002;
    text-decoration: none;
    }




/* ############ STANDARD WIDTH ############# */
.ddsubmenustyle_standard li, .ddsubmenustyle_standard li a, * html .ddsubmenustyle_standard li   
    {
    width: 140px; /*width of menu (not including side paddings)*/
    }

/* ############ WIDE WIDTH ############# */
.ddsubmenustyle_wide li, .ddsubmenustyle_wide li a, * html .ddsubmenustyle_wide li   
    {
    width: 170px; /*width of menu (not including side paddings)*/
    }

/* ############ VERY WIDE WIDTH ############# */
.ddsubmenustyle_verywide li, .ddsubmenustyle_verywide li a, * html .ddsubmenustyle_verywide li   
    {
    width: 260px; /*width of menu (not including side paddings)*/
    }

/* ############ NARROW WIDTH ############# */
.ddsubmenustyle_narrow li, .ddsubmenustyle_narrow li a, * html .ddsubmenustyle_narrow li   
    {
    width: 130px; /*width of menu (not including side paddings)*/
    }





/* ######### Neutral CSS  ######### */

.downarrowpointer
    { /*CSS for "down" arrow image added to top menu items*/
    padding-left: 4px;
    border: 0;
    }

.rightarrowpointer
    { /*CSS for "right" arrow image added to drop down menu items*/
    position: absolute;
    padding-top: 3px;
    left: 100px;
    border: 0;
    }

.ddiframeshim
    {
    position: absolute;
    z-index: 500;
    background: transparent;
    border-width: 0;
    width: 0;
    height: 0;
    display: block;
    }/* CSS Document */