
/*  Generated by www.menucool.com/drop-down-menu  */


/* main menu
----------------------------*/
/* MAIN NAV */

#ddmenu{
    z-index:999;
    font-family:Arial, Helvetica, sans-serif;
    text-align:center;
    letter-spacing:normal;
    border-top:1px solid #e7e2d8;
    border-bottom:1px solid #e7e2d8;
    background:#ffffff;
}

/* TOP LEVEL UL */

#ddmenu ul{
    margin:0 auto;
    padding:0;
    text-align:center;
    width:100%;
    font-size:0;
    background:#ffffff;
    display:inline-block;
    list-style:none;
    position:relative;
    z-index:999;
    border-radius:0;
}

/* TOP LEVEL LI */

#ddmenu li{
    margin:0;
    padding:0;
    font-size:10px;
    display:inline-block;
    *display:inline;
    zoom:1;
    position:relative;
    color:#2f2a26;
    line-height:62px;   /* controls nav bar height */
    vertical-align:middle;
    transition:background-color 0.15s ease, color 0.15s ease;
    outline:none;
    -moz-user-select:none;
    -webkit-user-select:none;
    -ms-user-select:none;
    border-radius:0;
}

/* FULL WIDTH DROPDOWN HOLDERS */

#ddmenu .full-width{
    position:static;
}

/* TOP LEVEL LINK */

#ddmenu .top-heading{
    font-size:17px;
    font-weight:400;
    margin:0 22px;
    color:inherit;
    text-decoration:none;
    display:inline-block;
    outline:0;
    cursor:pointer;
    letter-spacing:0;
}

/* TOP LEVEL LINK STATES */

#ddmenu a,
#ddmenu a:link,
#ddmenu a:hover{
    color:inherit;
}

#ddmenu a:hover{
    text-decoration:none;
}

#ddmenu a:focus{
    outline:1px dotted #9b7a3d;
}

/* HOVERED TOP ITEM */

#ddmenu .over{
    color:#2f2a26;
    background:#ffffff;
}

#ddmenu .over.no-sub{
    color:#2f2a26;
    background:#ffffff;
    border-radius:0;
}

#ddmenu li.sale-item .top-heading{
    color:#c65a4f;
}

/* CARET */

#ddmenu .caret{
    color:inherit;
    left:-8px;
    width:0;
    height:0;
    overflow:hidden;
    vertical-align:middle;
    margin-bottom:2px;
    border-top:4px solid;
    border-right:4px solid transparent;
    border-left:4px solid transparent;
    display:inline-block;
    position:relative;
}

/* DROPDOWN PANEL */

#ddmenu .dropdown{
    width:auto;
    left:0;
    color:#333333;
    padding:0;
    margin:0;
    display:none;
    position:absolute;
    overflow:hidden;
    top:100%;
    border:1px solid #e2ddd3;
    border-top:none;
    border-radius:0;
    box-shadow:0 8px 18px rgba(0,0,0,0.10);
}

#ddmenu .full-width .dropdown{
    width:100%;
    padding:0;
    margin:0;
}

#ddmenu .right-aligned{
    left:auto;
    right:0;
}

#ddmenu .offset300{
    left:-300px;
    right:auto;
}

#ddmenu .over .dropdown{
    display:block;
}

/* DROPDOWN INNER */

#ddmenu .dd-inner{
    text-align:center;
    padding:22px 24px;
    margin:0;
    background-color:#ffffff;
    white-space:nowrap;
    font-size:13px;
}

/* SUB UL RESET */

#ddmenu ul ul{
    margin:0;
    padding:0;
    text-align:left;
    width:auto;
    background:none;
    border:none;
    display:block;
    position:static;
    z-index:999;
    border-radius:0;
}

/* SUBMENU ITEMS */

#ddmenu ul ul li{
    font-size:13px;
    padding:6px 0;
    color:inherit;
    line-height:1.3;
    margin:0;
    display:block;
    position:static;
    background:none;
    border:none;
    transition:none;
    border-radius:0;
}

/* DROPDOWN LINKS */

#ddmenu .dropdown a{
    color:#444444;
    line-height:1.3;
    text-decoration:none;
    transition:color 0.1s;
}

#ddmenu .dropdown a:hover,
#ddmenu .dropdown a:focus{
    text-decoration:none;
    color:#9b7a3d;
}

/* DROPDOWN COLUMNS */

#ddmenu .column{
    text-align:left;
    vertical-align:top;
    display:inline-block;
    *display:inline;
    *zoom:1;
    white-space:normal;
    width:auto;
    min-width:175px;
    padding:0 14px;
    border-right:1px solid #F2F0EC;
}

#ddmenu .dd-inner ul:last-child{
    border-right:none;
}

/* DROPDOWN HEADINGS */

#ddmenu h3{
    font-weight:600;
    line-height:1.6;
    margin-top:0;
    margin-bottom:8px;
    font-size:13px;
    color:#2f2a26;
    border-bottom:1px solid #D2CCBD;
    padding-bottom:6px;
}

/* HIDE MENULINK */
#ddmenuLink{
    display:none;
}

/* MOBILE ICON */
#ddmenu .menu-icon{
    display:none;
}
