/* General configuration CSS */

#dhtmlgoodies_menu
{
    /*border:0px solid black;*/
    /*background-color:red;*/
}

#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{
	float:left;
	margin-left:20px;
	margin-top:18px;
	padding:0;
	
}

#dhtmlgoodies_menu ul li{
	float:left;
    list-style:none;
	margin-right:20px;
	font-size:1.4em;
	font-weight:bold;
	color:#fff;
	letter-spacing:-0.06em;
}   

#dhtmlgoodies_menu ul li a{
	height:37px;
	display:block;
	text-decoration:none;
	color:#fff;
}

#dhtmlgoodies_menu ul li a:hover{
	background:url(/images/seta-up-cinza.jpg) no-repeat;
	background-position:center bottom;
	}
	
/*#dhtmlgoodies_menu ul li ul.submenu{
	width:250px;
	background:#000;
	}
	
#dhtmlgoodies_menu ul li ul.submenu li{
	display:block;
	list-style:none;
	font-size:1em;
	color:#fff;
	letter-spacing:normal;
	width:100%;
	}*/
	
/*#dhtmlgoodies_menu ul li ul.submenu li a{
	line-height:1.4em;
	font-size:1em;
	color:#fff;
	text-decoration:none;
	letter-spacing:normal;
}*/

/*#dhtmlgoodies_menu ul li ul.submenu li a:hover{
	text-decoration:underline;
	background:none;
}*/
/* End general configuration CSS */


/* Cosmetic */

/***********************************************************************
    CSS - MENU BLOCKS
    General rules for all menu blocks (group of sub items) 
***********************************************************************/
#dhtmlgoodies_menu ul{
    /*background-color:#000;*/
    /*padding:10px;  */   
}

#dhtmlgoodies_menu ul.menuBlock1{   /* Menu bar - main menu items */
    overflow:visible;
}


#dhtmlgoodies_menu ul.menuBlock2{   /* Menu bar - main menu items */
	border-top:2px solid #ccc;
    background-color:#000;
	width:250px;
}

#dhtmlgoodies_menu ul.menuBlock2 li{
	display:block;
	height:auto;
	margin:0; padding:0;
	list-style:none;
	font-size:1.4em;
	font-weight:normal;
	color:#fff;
	letter-spacing:normal;
	width:100%;
	border-bottom:1px solid #cccccc;
	
} 

#dhtmlgoodies_menu ul.menuBlock2 li a{
	font-size:1em;
	color:#fff;
	text-decoration:none;
	letter-spacing:normal;
	font-weight:normal;
	height:auto;
	margin:0; padding:0 3px 0 3px;
	line-height:1.4em;
}

#dhtmlgoodies_menu ul.menuBlock2 li a:hover{
	text-decoration:underline;
	background:none;
	}
/***********************************************************************
    CSS - MENU ITEMS
    Here, you could assign rules to the menu items at different depths.
***********************************************************************/
/* General rules for all menu items */
#dhtmlgoodies_menu a{
    text-decoration:none;
	color:#fff;
}
/*
Main menu items 
*/

#dhtmlgoodies_menu .currentDepth1{
/*    height:37px;
	display:block;
	text-decoration:none;
	color:#fff;*/
	float:left;
}
#dhtmlgoodies_menu .currentDepth1over{
/*    background:url(/images/seta-up.jpg) no-repeat;
	background-position:center bottom;*/
}

#dhtmlgoodies_menu .currentDepth1 a{
    /*height:37px;
	display:block;
	text-decoration:none;
	color:#fff;*/
    float:left;
}
#dhtmlgoodies_menu .currentDepth1over a{    /* Text rules */
    /*background:url(/images/seta-up.jpg) no-repeat;
	background-position:center bottom;*/
	float:left;
}

/* Sub menu depth 1 */
#dhtmlgoodies_menu .currentDepth2{
	/*text-decoration:none;
	color:#fff;*/
}
#dhtmlgoodies_menu .currentDepth2over{
	/*text-decoration:underline;
	background:none;*/
}   
#dhtmlgoodies_menu .currentDepth2over a{    /* Text rules */
	/*text-decoration:none;
	color:#fff;*/
}   

#dhtmlgoodies_menu .currentDepth2over a:hover{    /* Text rules */
    /*text-decoration:underline;
	background:none;*/
} 

/* Sub menu depth 2 */
#dhtmlgoodies_menu .currentDepth3{
    padding:4px;
    padding-right:2px;
    border:0px solid #FFF;
    background-color:#982018;
}
#dhtmlgoodies_menu .currentDepth3over{
    padding:4px;
    padding-right:2px;
    background-color:#982018;
    border:0px solid #FFF;	
}
/* Sub menu depth 3 */
#dhtmlgoodies_menu .currentDepth4{
    padding:4px;
    padding-right:2px;
    border:0px solid #FFF;
}
#dhtmlgoodies_menu .currentDepth4over{
    padding:4px;
    padding-right:2px;
    background-color:#982018;
    border:0px solid #FFF;
}   

