/*
// "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#nav, ul#nav li ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:0;
width:170px;
}


/********** SUBMENUS ************/

ul#nav li {
	border-bottom:1px dotted #CCCCCC;
	height:33px;
	margin:0;
	padding:2px 0;
	position:relative;

}

ul#nav li ul {
background:#FFFFFF none repeat scroll 0 0;
border:1px solid #CCCCCC;
display:none;
left:150px;
padding:0 3px;
position:absolute;
top:0;
z-index:999;
}

ul#nav li a, ul#nav ul li a {
display:block;
height:30px;
margin:0;
padding:8px;
text-decoration:none;
}

ul#nav li:hover, ul#nav ul li:hover {background:#fce2cb;}
ul#nav li a span {color: #666; font-size:13px;}
ul#nav li.submenu {	background: url(../images/subarrow.png) right no-repeat;}
ul#nav li.submenu:hover {background:#fce2cb;}


/*\*/
*html ul li {float:left; height: 1%;}
*html ul li a {height:1%;}
/**/

ul#nav li:hover ul, ul#nav li.over ul {display:block;}
