﻿ul.flawa { margin: 0;
padding: 0; list-style-type: none;
font-size: 12px; font-family: Verdana, Arial, Helvetica, Sans-Serif;} 

ul.flawa > li  
{
    list-style: none; 
    float:left; 
    height: 24px; 
    padding-right: 6px;
    padding-left: 7px;
    background: url(img/seperator.gif) left no-repeat; 
}



ul.flawa > li:first-child
{
    padding-left: 0px;
    list-style: none; 
    float:left; 
    background: none !important;

}


ul.flawa ul { list-style-type: none; }

ul.flawa > li a
{
text-decoration: none;
line-height: 24px;
color: #77808a;

}

ul.flawa > li.active a, ul.flawa > li.open a
{
color: #4f90c8;
}
