
/*--------------------------------------------
--  Simple theme Menu Accordeon CK          --
--  This is a simple theme with annotations --
--  you can fill it like you want           --
--  to put your own CSS                     --
--------------------------------------------*/

/* main UL container */
ul#accordeonck90 {
    padding:   20px;
    border:0px;
 
}

/* style for all links */
ul#accordeonck90 li {
    text-align: left;
    color: white;
    background: none;
    list-style-type: square;
    font-family: "Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
    font-size:12px;


 }

/* style for all links from the second level */
ul#accordeonck90 li ul li {
   
       margin-left:15px;
 }

/* style for all anchors */
ul#accordeonck90 li a {
     color: white;
    text-align: left;
    display: block;
    padding-bottom: 0px;
    padding-top:5px;
    text-decoration: none;
    background: none;
    
}
