/* 
    Document   : k1_css_menu_lateral_acorddeon
    Created on : 03/03/2012, 12:44:27
    Author     : BILL
    Description:
        Purpose of the stylesheet follows.
*/

/* MENU LATERAL ACORDDEON */

#coluna-esq {
    width: 267px;
}

#coluna-esq .menu-lateral {
    background-color:#989FA9;
    
}

#coluna-esq .menu-lateral ul {
    margin-left: 20px;
    padding: 3px;
}
#coluna-esq .menu-lateral ul li {
    list-style-type: none;
    margin-bottom: 8px;
    width: 215px;    
}
#coluna-esq .menu-lateral li ul {
    display: none;
    margin: 10px 0px 0px 15px;
    position: relative;
}
#coluna-esq .menu-lateral ul li a {
    border-left: 3px solid #229C36;
    color: #000000;
    padding: 0 0 0 5px;
    text-decoration: none;
}
#coluna-esq .menu-lateral ul li a:hover {
    background: none repeat scroll 0 0 #229C36;
    color: #ffffff;
    padding: 3px;
}
#coluna-esq .menu-lateral li:hover ul {
    background: none repeat scroll 0 0 whitesmoke;
    width: 215px;
}

