/*
Theme Name:     Retailer-Child
Description:    
Author:         Gerard
Template:       theretailer

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/
.main-navigation ul ul {
    animation-duration: 0.3s;
    animation-fill-mode: both;
    animation-name: main_nav_anim;
    background: #fff none repeat scroll 0 0;
    border-color: #b39964 #cccccc #cccccc;
    border-style: solid;
    border-width: 3px 1px 1px;
    font-size: 13px;
    left: -10px;
    line-height: 23px;
    min-width: 150px;
    padding: 14px 0 15px;
    position: absolute;
    top: 100%;
    z-index: 99999;
}
