#divScnMenu {
	width:958px;
}

#ulMainMenu{
	width:958px;
	/*background-image:url(background-menu.gif);
	background-color:#000000;*/
	background-repeat:repeat-x;
	font-family: Verdana; 
	font-size:10px;
	font-weight: 900;
	letter-spacing: 1px;
	padding:5px 0px 8px 0px;/*top,right,bottom,left*/
	margin:0px; 
}

#ulMainMenu li.Inactive {
	display:inline;
	margin:0px; 
	padding:5px 7px 8px 7px;/*top,right,bottom,left*/
}

#ulMainMenu li.Inactive a{
	color:#fff;
	text-decoration:none;
	margin:0px;
}

#ulMainMenu li.Inactive a:hover {
	color:#fff;
	text-decoration:underline;
	cursor:pointer;
	margin:0px;
}

#ulMainMenu li.Active {
	background-image:url(http://192.168.1.23/scn/com_menu/background-menu-white.jpg);
	display:inline;
	margin:0px;
	padding:5px 7px 8px 7px;/*top,right,bottom,left*/
}

#ulMainMenu li.Active a{
	color:#000;
	text-decoration:none;
	cursor:pointer;
}

#ulMainMenu li.Active a:hover{
	color:#000;
	text-decoration:underline;
	cursor:pointer;
}

.ulSubMenu{
	width:958px;
	height:20px;
	line-height:20px;
	margin:0px;
	padding:0px;
	/*background-color:#000000;*/
	border-bottom:1px solid #c0c0c0;
}

.ulSubMenu li.Inactive { 
	font-family: Verdana;
	font-size:10px;
	font-weight:bold;
	display:inline;
	line-height:20px;
	margin:0px;
	padding:0px 7px 8px 7px;/*top,right,bottom,left*/
}

.ulSubMenu li.Inactive a{
	color:#cf5e02;
	text-decoration:none;
}

.ulSubMenu li.Inactive a:hover {
	color:#cf5e02;
	text-decoration:underline;
	cursor:pointer;
}

.ulSubMenu li.Active {
	font-family: Verdana;
	font-size:10px;
	font-weight:bold;
	display:inline;
	line-height:20px;
	margin:0px;
	padding:0px 7px 8px 7px;/*top,right,bottom,left*/
}

.ulSubMenu li.Active a{
	color:#000;
	text-decoration:none;
	cursor:pointer;
}

.ulSubMenu li.Active a:hover {
	color:#cf5e02;
	text-decoration:underline;
	cursor:pointer;
}

/*********************************/
/*********************************/
/******** MENU ADICIONADO ********/
/*********************************/
/*********************************/
.divSeparador{
	background: url(http://192.168.1.23/scn/com_menu/sep.png) no-repeat;
	width:10px;
	height: 20px;
	float:left;
}

.divSeparador2{
	background: url(http://192.168.1.23/scn/com_menu/sep2.jpg);
	width:12px;
	height: 20px;
	float:left;
}

.divSeparadorFinal{
	background: url(http://192.168.1.23/scn/com_menu/sep3.png);
	width:24px;
	height: 20px;
	float:left;
}

.ulSubMenu2{
	border: none;
	margin: 0px;
	padding-bottom: 2px;
	/*background-image: url(http://192.168.1.23/scn/com_menu/sep2.jpg);*/
	background-color: #000000;
	height:23px;
	line-height:23px;
	font-family:Verdana;
	font-size:10px;
	font-weight:900;
	letter-spacing:1px;
}

.ulSubMenu2 li{
	list-style-type:none;
	display: inline;
}

.ulSubMenu2 li a{	
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px 8px 0px 8px;
	height: 13px;
}

.ulSubMenu2 li a:hover{	/* Text rules */
	color: #CF5E02;
	text-decoration: none;
	padding: 0px 8px 0px 8px;
	height: 13px;
	text-decoration: none;	
}

/* General configuration CSS */

#dhtmlgoodies_menu ul li ul{
	display:none;	/* Needed to display ok in Opera */
}
	
#dhtmlgoodies_menu{
	background-color: #000000;
	visibility:hidden;	
}

#dhtmlgoodies_menu img{
	border:0px;
}

#dhtmlgoodies_menu ul{
	margin:0px;	/* No indent */
	padding:1px;	/* No indent */
	font-size:10px;
}

#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;
	padding:1px;
}

#dhtmlgoodies_menu ul.menuBlock1{	/* Menu bar - main menu items */	
	border: none;
	margin: 0px;
	font-family:Verdana;
	font-size:10px;
	font-weight:900;
	letter-spacing:1px;
	padding: 0px 0px 0px 0px;
	height: 25px;
}

#dhtmlgoodies_menu ul.menuBlock2{	/* Menu bar - main menu items */
	border:0px;
	background-color:#202020;
	width:120px;
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
}

/***********************************************************************
	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: #000;
	text-decoration:none;
}

/*
Main menu items 
*/

#dhtmlgoodies_menu .currentDepth1{
	/*background-color: #000000;*/
}

#dhtmlgoodies_menu .currentDepth1over{
	/*background-color: #000000;*/
}

#dhtmlgoodies_menu .currentDepth1 a{
	color: #CF5E02;
	/*background-color: #000000;*/
	text-decoration: none;
	padding: 4px 10px 0px 8px;
	height: 21px;
	float: left;
}
#dhtmlgoodies_menu .currentDepth1over a{	/* Text rules */
	color: #CF5E02;
	/*background-color: #000000;*/
	text-decoration: none;
	padding: 4px 10px 0px 8px;
	height: 21px;
	float: left;
	text-decoration: none;	
}

/* Sub menu depth 1 */
#dhtmlgoodies_menu .currentDepth2{
	 background-color:#202020;
	 font-family:  "Verdana";
	 font-size:10px;
	 color:#FFFFFF;
	 vertical-align:middle; 
	 text-decoration:none;
	 font-weight:bold; 
	 padding-left:3px;
	 padding-right:3px;
	 padding-bottom:3px;
	 padding-top:3px;
}
#dhtmlgoodies_menu .currentDepth2over{	
     background-color:#A3A3A3;
	 font-family:  "Verdana";
	 font-size:10px;
	 color:#FFFFFF;
	 vertical-align:middle; 
	 text-decoration:none;
	 font-weight:bold; 
	 padding-left:3px;
	 padding-right:3px;
	 padding-bottom:3px;
	 padding-top:3px;
}	

#dhtmlgoodies_menu .currentDepth2 a{	
	 font-family:  "Verdana";
	 font-size:10px;
	 color:#FFFFFF;
	 vertical-align:middle; 
	 text-decoration:none;
	 font-weight:bold; 
	 padding-left:2px;
	 padding-right:2px;
	 padding-bottom:2px;
	 padding-top:2px;
}	

#dhtmlgoodies_menu .currentDepth2over a{	/* Text rules */
	 font-family:  "Verdana";
	 font-size:10px;
	 color:#ffffff;
	 vertical-align:middle; 
	 text-decoration:none;
	 font-weight:bold; 
	 padding-left:2px;
	 padding-right:2px;
	 padding-bottom:2px;
	 padding-top:2px;
}	
