/* 
General styles for this example page */
p{
	margin-top:0px;
	margin-bottom:0px;
	text-align:left;
}

#dhtmlgoodies_menu img{
	border:0px;
}

#dhtmlgoodies_menu ul li ul{
	display:none;	/* Needed to display ok in Opera */
}
	
#dhtmlgoodies_menu{
	visibility:hidden;
}

#dhtmlgoodies_menu ul{
	margin:0px;	/* No indent */
	padding:0px;	/* No indent */
}

#dhtmlgoodies_menu li{
	list-style-type:none;	/* No bullets */
	border-right:1px solid #750001;
}	

#dhtmlgoodies_menu a{
	margin:0px;
	padding:0px;
	text-align:left;
}
/* End general configuration CSS */


/* Cosmetic */

/***********************************************************************
	CSS - MENU BLOCKS
	General rules for all menu blocks (group of sub items) 
***********************************************************************/
#dhtmlgoodies_menu ul{
	border:1px solid #7F0A0B;
	padding:0px;
}
	
#dhtmlgoodies_menu ul.menuBlock1{	/* Menu bar - links principais */
	border:0px;
	padding:0px;
	overflow:visible;
}

#dhtmlgoodies_menu ul.menuBlock2{	/* Menu bar - sublinks principais */
	border:0px;
	padding:0px;
	background-color:#9D292B;
	filter:alpha(opacity=85);
	opacity: 0.9;
	-moz-opacity:0.9;
}

/***********************************************************************
	CSS - MENU ITEMS
	Here, you could assign rules to the menu items at different depths.
***********************************************************************/
/* General rules for all menu items - cor dos links */
#dhtmlgoodies_menu a{
	color:#ffffff;
	text-decoration:none;
	padding:0px;
}

/*
Main menu items 
*/

#dhtmlgoodies_menu .currentDepth1{
	padding-left:0px;
	padding-right:0px;
	border-bottom:1px solid #7F0A0B;
}
#dhtmlgoodies_menu .currentDepth1over{ /* General rules for all menu items - outline menu principal */
	padding-left:0px;
	padding-right:0px;
	border-bottom:1px solid #7F0A0B;
}
#dhtmlgoodies_menu .currentDepth1 a{
	border:0px solid #7F0A0B;
}
#dhtmlgoodies_menu .currentDepth1over a{	/* Text rules - propriedades dos links menu principal (on mouse over) */
	color:#ffffff;
	text-decoration:none;
	background-color:#9D292B;
}

/* Sub menu depth 1 */
#dhtmlgoodies_menu .currentDepth2{  /* Text rules - background bloco sub menu (on mouse over)*/
	padding-left:5px;
	padding-right:0px;
	padding-top:5px;
	border-bottom:1px solid #7F0A0B;
	background-color:#9D292B;
	width:140px;
	height:20px;
	vertical-align:middle;
}
/* border links */ 
#dhtmlgoodies_menu .currentDepth2over{   /* Text rules - propriedades das celulas sub menu (on mouse over)*/
	padding-left:5px;
	padding-right:0px;
	padding-top:5px;
	border-bottom:1px solid #7F0A0B;
	background-color:#9D292B;
	width:140px;
	height:20px;
	vertical-align:middle;
}	
#dhtmlgoodies_menu .currentDepth2over a{	/* Text rules - propriedades dos links sub menu (on mouse over)*/
	color:#ffffff;
	text-decoration:none;
	background-color:#9D292B;
	filter:alpha(opacity=75);
	opacity: 0.9;
	-moz-opacity:0.9;
}	
/* Sub menu depth 2 */
#dhtmlgoodies_menu .currentDepth3{
	padding-right:0px;
	padding-top:0px;
	border:1px solid #7F0A0B;
	background-color:#9D292B;
	width:140px;
	height:17px;
	vertical-align:middle;
}
#dhtmlgoodies_menu .currentDepth3over{
	padding-right:0px;
	padding-top:0px;
	border:1px solid #7F0A0B;
	background-color:#9D292B;
	width:140px;
	height:17px;
	vertical-align:middle;
}
#dhtmlgoodies_menu .currentDepth3over a{	/* Text rules - propriedades dos links sub menu (on mouse over)*/
	color:#FFFFFF;
	padding-right:0px;
	padding-top:0px;
	background-color:#9D292B;
	width:140px;
	height:17px;
	text-decoration:none;
}