﻿ul.flawa-flat { margin: 0;
padding: 0; list-style-type: none;
font-size: 15px; font-family: Verdana, Arial, Helvetica, Sans-Serif;} 

ul.flawa-flat > li  
{
    list-style: none; 
    float:left; 
    height: 40px; 
    padding-right: 14px;
    padding-left: 14px;
    background: url(img/seperator.gif) left no-repeat; 
}

ul.flawa-flat > li:first-child
{
    padding-left: 0px;
    list-style: none; 
    float:left; 
    background: none !important; 

}


ul.flawa-flat ul { list-style-type: none; }

ul.flawa-flat > li a
{
text-decoration: none;
text-shadow: none;
line-height: 40px;
color: #fff;

}

ul.flawa-flat > li.active a, ul.flawa-flat > li.open a
{
text-decoration: none;
text-shadow: none;

color: #cee282;

}
