/*-----------------------------------------------------------------------------
versão:		1.1
Empresa:	Itarget Tecnologia
Descrição:	Menu Vertical do ITpack 3.1 
Autor:		Natan Cabral
-----------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------
	COLUNA PARA ALTERAÇÃO								NÃO ALTERAR
-----------------------------------------------------------------------------*/

#menu-vv {
	z-index:9999;
	width:185px;
}

/* link */
.itg_menuListaSessoes a {
	background:#f6b50e;
	color: #343434;
	padding: 10px 9px;
	border-top: 1px solid #c99717;
														cursor: pointer; 
														display: block;
														text-decoration: none;
}

/* link over */
.itg_menuListaSessoes a:hover {
	color: #333;
	background: #EEE;
}

/* all lists */
.itg_menuListaSessoes, .itg_menuListaSessoes ul {
	padding: 0 0 0 0;
														margin: 0;
														list-style: none;
														line-height: 1;
}

/* all list items */
.itg_menuListaSessoes li { 
	width: 190px; 
														float: left;
														cursor: pointer; 
														margin: 0;
														padding: 0;
}

/* second-level lists */
.itg_menuListaSessoes li ul { 
	width: 190px;
	margin: -24px 0 0 197px;
																											left: -999em;
}

/* third-and-above-level lists */
.itg_menuListaSessoes li ul ul { 
	margin: -24px 0 0 190px;
}

.itg_menuListaSessoes li:hover ul ul, 
.itg_menuListaSessoes li:hover ul ul ul, 
.itg_menuListaSessoes li.sfhover ul ul, 
.itg_menuListaSessoes li.sfhover ul ul ul {
														left: -999em;
}

/* lists nested under hovered list items */
.itg_menuListaSessoes li:hover ul, 
.itg_menuListaSessoes li li:hover ul, 
.itg_menuListaSessoes li li li:hover ul, 
.itg_menuListaSessoes li.sfhover ul, 
.itg_menuListaSessoes li li.sfhover ul, 
.itg_menuListaSessoes li li li.sfhover ul { 
														left: auto;
}

#itg_menusecao_1,
#itg_menusecao_1 a{
	background:#ed9c00;
	color:#222;
}

#itg_menusecao_1 a:hover{
	background:#ccc;
	color:#444;
}