/*-----------------------------------------------------------------------------
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:180px;
}
/* link */
.itg_menuListaSessoes a {
	font: 12px Verdana , Arial, Georgia;
	border-top: 1px solid #c9c9c9;
	color: #343434;
	padding: 7px 10px;
	padding-top: 10px;
	cursor: pointer;
	display: block;
	text-decoration: none;
}
/* link over */
.itg_menuListaSessoes a:hover {
	color: #fff;
	background:#ffb503;
}
/* 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: 215px;
	float: left;
	cursor: pointer;
	position: relative;
	margin: 0;
	padding: 0;
}
/* second-level lists */
.itg_menuListaSessoes li ul {
	width: 215px;
	margin: -32px 0 0 215px;
	position: absolute;
	left: -999em;
        color: #fff;
	background:#eff2f6;
}
/* third-and-above-level lists */
.itg_menuListaSessoes li ul ul {
	margin: -32px 0 0 215px;
}
.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:#71c4c2;
	color:#FFF;
}
<!--
#itg_menusecao_ a {
	background: #fff;
	color: #FFF;
}
-->
<!--
.age1 {
	font-family: Arial;
	font-size: 15px;
	font-style: none;
	font-weight: bold;
	text-decoration: none;
	color: #4591c9;
background-color: #;
}
.age1:hover {
	text-decoration: none;
color: #;
background-color: #
}
.age2 {
	font-family: Arial;
	font-size: 15px;
	font-style: none;
	font-weight: none;
	text-decoration: none;
	color: ##ff6c0;
background-color: #;
}
.age2:hover {
	text-decoration: none;
color: #;
background-color: #
}
-->

