/*-----------------------------------------------------------------------------
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
-----------------------------------------------------------------------------*/
#menuTop{
	float:left;
	width:180px;
	margin-left:20px;
	margin-top:20px;}
#itg_menusecao_1,
#itg_menusecao_1 a{
	background:#f9e391;
	color:#585463;
}

#itg_menusecao_1, #itg_menusecao_1 a {
	background:#f8c300;
	color:#585463;
}
<!--
#itg_menusecao_ a {
	background:#C5BEDD;
	color:#444;
}-->
#menu-vv {
	width:185px;
	float:left;
	margin:10px;
}

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

/* link over */
.itg_menuListaSessoes a:hover {
	color: #585463;
	background:#f9e391;
}

/* all lists */
.itg_menuListaSessoes, .itg_menuListaSessoes ul {
	background:#deeefd;
	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;
}
