/* SECTIONS */

ul.sect { padding-left:25px; }
ul.sect ul { margin:0; padding-left:20px; }
ul.sect li { position:relative; list-style:none outside none; border-left:solid 1px #999; margin:0; padding:0 0 0 19px; line-height:23px;}
ul.sect li:before { content:''; display:block; border-bottom:solid 1px #999; position:absolute; width:18px; height:20px; left:0; top:0; }
ul.sect li:last-child { border-left:0 none; }
ul.sect li:last-child:before { border-left:solid 1px #999; }


div.sections ul li a, div.sections ul li span{
    display:block;
    padding:10px;
    text-decoration:none;
    color:#222;
}
div.sections ul li a:hover{
    background:#f9f9f9;
}
/* SECTIONS END */