@charset "utf-8";
/* CSS Document */

	/* 
	General styles for this example page */

	/*
	p{
		margin-top:5px;
		margin-bottom:10px;
	}
	*/
	#dhtmlgoodies_menu img{
		border:0px;
		margin-left:10px;
	}

	/* End general styles for this example page */
	/* General configuration CSS */
	
	#dhtmlgoodies_menu ul li ul{
		display:none;	/* Needed to display ok in Opera */
	}
		
	#dhtmlgoodies_menu{
	visibility:hidden;
	height: 32px;
	}
	#dhtmlgoodies_menu ul{
		margin:0px;	/* No indent */
		padding:0px;	/* No indent */
	}
	#dhtmlgoodies_menu li{
		list-style-type:none;	/* No bullets */
	}	
	#dhtmlgoodies_menu a{
	margin:0px;
	padding:0px;
	}
	/* End general configuration CSS */
	
	
	/* Cosmetic */
	
	/***********************************************************************
		CSS - MENU BLOCKS
	 	General rules for all menu blocks (group of sub items) 
	***********************************************************************/
	#dhtmlgoodies_menu ul{
	border:0px solid #000;
	/*background-color:#FFF;*/
	padding:1px;
	}
		
	#dhtmlgoodies_menu ul.menuBlock1{	/* Menu bar - main menu items */
	padding:1px;
	overflow:visible;
	height: 30px;
	background-image: url(../images/head/barra_menu.gif);
	background-repeat: no-repeat;
	padding-top: 2px;
	padding-left: 20px;
	
		}
	#dhtmlgoodies_menu ul.menuBlock2{	/* Menu bar - main menu items */
	border:solid #cccccc 1px;
	padding:1px;
	width: 150px;
	background-color:#FF0000;
	}
	
	/***********************************************************************
		CSS - MENU ITEMS
	 	Here, you could assign rules to the menu items at different depths.
	***********************************************************************/
	/* General rules for all menu items */
	#dhtmlgoodies_menu a {
	color: #FFFFFF;
	text-decoration:none;
	padding-left:2px;
	padding-right:2px;
	width: auto;
	}
	
	/*
	Main menu items 
	*/
	
	#dhtmlgoodies_menu .currentDepth1{
	padding-left:20px;
	padding-right:5px;
	width: auto;
	font-weight: bold;
	}
	#dhtmlgoodies_menu .currentDepth1over{
	/*padding-left:20px;*/
	padding-left:20px;
	padding-right:5px;
	width: auto;
	font-weight: bold;
	}
	#dhtmlgoodies_menu .currentDepth1 a{
	}
	#dhtmlgoodies_menu .currentDepth1over a{	/* Text rules */
		color:#FFF;
		font-weight:bold;
		width: auto;
	}
	
	/* Sub menu depth 1 */
	#dhtmlgoodies_menu .currentDepth2{
	padding-right:2px;
	border-top:1px solid #cccccc;
	text-align: left;
	height: 24px;
	line-height: 24px;

	}
	#dhtmlgoodies_menu .currentDepth2 a{
	}
	#dhtmlgoodies_menu .currentDepth2over{
	padding-right:2px;
	background-color:#FFFFFF;
	border:1px solid #000;
	text-align: left;
	height: 24px;
	line-height: 24px;
	}	
	#dhtmlgoodies_menu .currentDepth2over a{	/* Text rules */
	color:#000000;
	font-weight: bold;
	text-align: left;
	}	
	/* Sub menu depth 2 */
	#dhtmlgoodies_menu .currentDepth3{
	margin-left:10px;
	height: 24px;
	line-height: 24px;
	background-color:#FF0000;
	width:140px;
	border:solid #cccccc 1px;
	text-align: left;
			
	}
	#dhtmlgoodies_menu .currentDepth3over{
	background-color:#FFFFFF;
	width:140px;
	margin-left:10px;
	height: 24px;
	line-height: 24px;
	border:1px solid #000;
	text-align: left;
	}
	
	#dhtmlgoodies_menu .currentDepth3over a{	/* Text rules */
		color:#000000;
		font-weight: bold;
		text-align: left;
	}	
	/* Sub menu depth 3 */
	#dhtmlgoodies_menu .currentDepth4{
		padding-right:2px;
		border:1px solid #FFF;
	}
	#dhtmlgoodies_menu .currentDepth4over{
		padding-right:2px;
		background-color:#FF0000;
		border:1px solid #000;
	}	
	
	
	

