
/* container for entire parent meu with all submenus */
.acc_menu_container{
    position:relative;
    z-index:0;
}

/* parent menu header div class */
.acc_menu_header_div{
    position:relative;
    padding:2px;
    z-index:10;
}

/* parent menu header div class boxed theme*/
.acc_menu_header_div_boxed{
    margin-bottom:10px;
    background-color:white;
    border:1px solid #aaaaaa;
    border-radius:10px;
    box-shadow: 0px 5px 6px -5px #aaa;
}

/* menu header table class */
.acc_menu_inner_header_table
{
    position:relative;
    height:100%;
    width:100%;
    z-index:20;
}

/* parent menu header symbol td class icon */
.acc_menu_inner_header_symbol_td .fa{
    width:10px;
    opacity:0.0;
    text-align:center;
}

/* parent menu header table class */
.acc_menu_inner_header_td
{
    width:100%;
    vertical-align:center;
}

/* parent menu header table class boxed theme */
.acc_menu_inner_header_td_boxed
{
    background:#f7f7f7;
    border-radius:7px;
    box-shadow: -3px 4px 5px -5px #777;
}

/* parent menu header table icon
.acc_menu_inner_header_td .fa{
    position:absolute;top:8px;
    height:100%;
}*/

/* menu header symbol class */
.acc_menu_inner_header_text{
    position:relative;left:10px;
    margin-right:15px;
}

/* submenu header div class */
.acc_submenu_header_div{
    position:relative;
    padding:2px;
    z-index:50;
}

/* submenu header div class boxed theme */
.acc_submenu_header_div_boxed{
    margin-bottom:10px;
    border:1px solid #aaaaaa;
    border-radius:10px;
    box-shadow: 0px 5px 15px -5px #000000;
}

/* submenu header table class */
.acc_submenu_inner_header_td
{
    vertical-align:middle;
}

/* submenu header table class boxed theme */
.acc_submenu_inner_header_td_boxed
{
    background-color:#cccccc;
    border-radius:7px;
    box-shadow: 0px 3px 10px -5px #000000;
    font-size:1.1em;
}

/* parent menu body div class */
.acc_menu_body_div{
    position:relative;left:1%;
    display:none;
    width:98%;
    margin-top:10px;
    z-index:40;
}

/* submenu body div class */
.acc_submenu_body_div{
    position:relative;left:1%;
    display:none;
    width:98%;
    margin-top:10px;
    z-index:60;
}