/*-----------------------------------------------------------------------------
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
-----------------------------------------------------------------------------*/

#itg_menusecao_1,
#itg_menusecao_1 a{
	background:#036;
	color:#FFF;
	background-image:url(image/bg-menu.jpg); background-repeat:no-repeat;
}

#itg_menusecao_1 a:hover{
	background:#ccc;
	color:#444;
	background-image:url(image/bg-menuhover.jpg); background-repeat:no-repeat;
}

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

/* link */
.itg_menuListaSessoes a {
	color: #111;
	padding: 10px 9px;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
														cursor: pointer; 
														display: block;
														text-decoration: none;
}

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

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

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

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

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

.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;
}
