﻿.ddsmoothmenu {
    /*border-radius: 4px;
    border-color:#871A2B;*/
    padding: 5px;
    height: 33px;
    /*background-color: #96232E;*/
    color: #9d2e38;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index:0;
}

    .ddsmoothmenu ul {
        /*clear: both;*/
        z-index: 100;
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

        /*Top level list items*/
        .ddsmoothmenu ul li {
            position: relative;
            display: inline;
            float: left;
            z-index: 5;
            color: #9d2e38;
                width: auto;
    /*border-right: solid thin white;*/
    text-align: center;
        }

            /*Top level menu link items style*/
            .ddsmoothmenu ul li a {
                display: block;
                /*background of menu items (default state)*/
                /*background: url(../../Images/Header/ForwardSlash.jpg);*/
                background-position: right center;
                background-repeat: no-repeat;
                padding: 0px 10px 0px 10px;
                text-decoration: none;
                color: #97222e;
                /*border-right: 1px solid silver;*/
            }

            * html .ddsmoothmenu ul li a {
                /*IE6 hack to get sub menu links to behave correctly*/
                display: inline-block;
             
            }

                .ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited {
                    color: #ffffff;
                    /*font-family: Calibri, Arial;*/
                    font-size: 13pt;
                    /*font-weight: 600;*/
                    background-color:#96232e;
                    width:150px;
                    /*sub menu background color*/
                    /*border:1px solid #871A2B;*/
                    
                
                }

                .ddsmoothmenu ul li a.selected {
                    /*CSS class that's dynamically added to the currently active menu items' LI A element*/
                    /*background: #facf60;*/
                    /*color: #9d2e38;
                    background-color: #FFFFFF;*/
                    color: #FFFFFF;
                    background-color: #9d2e38;
                    position:relative;
                }

                .ddsmoothmenu ul li a:hover {
                    /*background of menu items during onmouseover (hover state)*/
                    color: #FFFFFF;
                    background-color: #9d2e38;
                }
         .ddsmoothmenu ul li a.selected, .ddsmoothmenu ul li a:hover {
                    color: #FFFFFF;
                    background-color: #9d2e38;
                    
                    
                }
            .ddsmoothmenu ul li:last-child {
                border-right:none;
            }

            /*1st sub level menu*/
            .ddsmoothmenu ul li ul {
                position: absolute; /* this is correct and needs to remain absolute */
                left: 0;
                display: none; /*collapse all sub menus to begin with*/
                visibility: hidden;
                /*border: solid 1px #a4a4a4;*/
                -moz-box-shadow: 3px 3px 3px #ccc;
                -webkit-box-shadow: 3px 3px 3px #ccc;
                box-shadow: 3px 3px 3px #ccc;
            }

                /*Sub level menu list items (undo style from Top level List Items)*/
                .ddsmoothmenu ul li ul li {
                    color: #a4a4a4;
                    background-color: #96232E;
                    display: list-item;
                    float: none;
                }

                    .ddsmoothmenu ul li ul li.selected, .ddsmoothmenu ul li ul li:hover {
                        /*background-color: #facf60;*/
                        display: list-item;
                        float: none;
                        
                    }

                    .ddsmoothmenu ul li ul li a.selected, .ddsmoothmenu ul li ul li a:hover {
                        /*background: #ECBA2E;*/
                        color: #FFFFFF;
                    }

                    .ddsmoothmenu ul li ul li ul li a {
                        /*border-left: solid 10px #c0c0c0;*/
                    }

                        .ddsmoothmenu ul li ul li ul li a.selected, .ddsmoothmenu ul li ul li ul li a:hover {
                            /*border-left: solid 10px #c0c0c0;*/
                        }

                    /*All subsequent sub menu levels vertical offset after 1st level sub menu */
                    .ddsmoothmenu ul li ul li ul {
                        top: 0;
                    }

                    /* Sub level menu links style */
                    .ddsmoothmenu ul li ul li a {
                        /*border-left: solid 10px #facf60;*/
                        width: 200px; /*width of sub menus*/
                        padding: 5px;
                        margin: 0;
                        border-top-width: 0;
                    }

/* Holly Hack for IE \*/
* html .ddsmoothmenu {
    height: 1%;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass {
    /*display:none;*/
    position: absolute;
    top: 8px;
    /* right: 20px; */
    width: 10px;
    margin-left: 7px;

}

.rightarrowclass {
    position: absolute;
    top: 6px;
    right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    background: silver;
}

.toplevelshadow {
    /*shadow opacity. Doesn't work in IE*/
    opacity: 0.8;
}

.menuItemSelected
{
    color: #ffffff !important;
    background-color: #96232E;
}


.accordian ul, .accordianTop ul
{
    padding: 0;
}

.accordian li, .accordianTop li
{
    list-style-type: none;
    padding: 0 5px;
}

.accordian a 
{
    text-decoration: none;
    font-weight: normal;
    color: black;
}

.accordianTop a 
{
    text-decoration: none;
     font-weight: bold;
    color: #ffffff;
}

.accordianTop .selectedMenu {
    color: black;
}

.accordian .selectedMenu
{
    color: black;
}