/* Copyright (C) Flexible Web Design, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/* ========================================================================
   
   If you want to make some CSS customization, don't do it throgh the existing CSS files. 
   Because If you do so, then once you update the template, your modification/changes will be gone. 
   But instead, add your custom CSS rules into this CSS file. (CSS Style Override Technique)
   
   custom.css will be loaded lastly in the website, therefore you don't need to use !important decleration at all. 
   What ever you enter here, will override the existin one.
   
 ========================================================================== */
 ul.nav.level0 > li { position:relative;}
 li.active > a,
 div.active > a { color:red; text-decoration:underline;}