/*
// "K2" Menu Category Module by Nicholas Lima for Joomla! 1.5.x - Version 1.0
// Copyright (c) 2009 Nicholas Lima - All rights reserved.
// Released under the GNU/GPL license: http://www.gnu.org/copyleft/gpl.html
// More info at http://www.digietal.net
// Original Module Designed and developed by JoomlaWorks - This module is based on k2 Module from JoomlaWorks.
// *** Last update: JUN 18th, 2009 ***
*/

/********** DEFINIÇÕES DO MENU ************/

ul li { background: none;}
ul li a:hover {color: #F00;background:#F3F3F3;}
ul.level0 li a.active, ul.level0 ul li a.active {color:#c00;font-weight:bold;}
ul.level0 li a:hover, ul.level0 ul li a:hover {color: #F00;}

ul.level0 li, ul.level1 ul {font-size:11px;font-weight:bold;}

/********** MENUS PRINCIPAIS LEVEL 0 ************/

ul.level0 {	font-size:100%;	padding:0;list-style:none;} 
ul.level0 li {border-bottom:1px dotted #414141;list-style-position:outside;list-style-type:none;margin:0;padding:0;width:100%;background: none;}
ul.level0 li.submenu{background: transparent url(../images/subarrow.png) no-repeat scroll right center;}

ul.level0 li.submenu ul {z-index:999;}  

ul.level0 li a{color: #777;padding: 5px;display:block;text-decoration: none;}

/********** SUBMENUS - LEVEL 1   ************/

ul.level1 .submenu {border: 0px;}
ul.level0 ul.level1 {display:none;margin: -16px 0 0 150px;position:absolute;} /*Hide sub-level1s initially */

ul.level0 ul.level1 ul{	margin: 7px 0 0 -20px;}
ul.level1, ul.level1 ul{ margin: 0; padding: 0; border-bottom: 1px solid #ccc; width: 160px; /* Width of Menu Items */ background-color: #FFFFFF; /* IE6 Bug */} 
 
ul.level1 li{ position: relative; list-style: none; border: 0px;}
ul.level1 li a{ display: block; text-decoration: none; border: 1px solid #ccc; border-bottom: 0px; color: #777; padding: 5px 10px 5px 5px;}

ul.level1 ul{ position: absolute; display: none; left: 159px; /* Set 1px less than level1 width */ top: 0px;}

/* Fix IE. Hide from IE Mac \*/
* html ul.level1 li { float: left; height: 1%; }
* html ul.level1 li a { height: 1%; }
/* End */

ul.level0 li:hover ul {display:block;}

