/*-----------------------------------------------------------------------------
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 {
	margin:2px 0 0 0;
	width:180px;
}

/* 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: #000;
	background: #e5e5e5;
}

/* 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; 
														position: relative;
														margin: 0;
														padding: 0;
}

/* second-level lists */
.itg_menuListaSessoes li ul { 
	width: 180px;
	margin: -35px 0 0 180px;
														position: absolute;
														left: -999em;
}

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

.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: #000;
	color:#FFF;
}

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


#itg_menusecao_3,
#itg_menusecao_3 a{
	background:url(../image/simc-news.jpg) no-repeat;
	/*color:transparent;
	filter: alpha(opacity =0); 
	opacity: 0.0;
	*/
}

#itg_menusecao_3 a:hover{
	background:url(../image/simc-news-bg.jpg) no-repeat;
	/*color:transparent;
	filter: alpha(opacity = 0); 
	opacity: 0.0;
	*/
}