/*
|----------------------------------------------------------------------------------------------------|
|  Site: ABAC - Focusnetworks Brasil                                                                 |
|  Descrição: Estilo CSS do Site.                                                                    |
|                                                                                                    |
|  Criado:     08/03/2006 | Por:Mauro Willian                                                        |
|  Modificado: __/__/____ | Por:                                                                     |
|----------------------------------------------------------------------------------------------------|
*/
/*
|------------------------|
|          Menu          |
|------------------------|
*/

#menu {
	height: 55px;
	margin: 0px 1px 0px 10px;
	background: url(img/fundo_menu.gif) repeat-x;
	/*Hack para o IE*/
	_margin-right: 10px;
}
html > body #centro #menu {
	margin-top: -5px;
}
#menu_interna {
	height: 55px;
	margin: 0px 8px 0px 10px;
	background: url(img/fundo_menu.gif) repeat-x;
	/*Hack para o IE*/
	_margin-right: 10px;
}
html > body #centro #menu_interna {
	margin-top: -5px;
}
#menu_horizontal {
	list-style: none;
	height: 55px;
	line-height: 55px;
}
#menu_horizontal .menu_item {
	float: left;
	height: 53px;
	line-height: 53px;
	position: relative;
}
#menu_horizontal .menu_item a {
	display: block;
}
.mnAAbac {
	text-indent: -99999em;
	word-spacing: 999px;
	overflow: hidden;
	width: 87px;
	background:transparent url('img/menu/btnAAbac1.gif') no-repeat;
}
.mnAAbacHover {
	text-indent: -99999em;
	word-spacing: 999px;
	overflow: hidden;
	width: 87px;
	background:transparent url('img/menu/btnAAbac2.gif') no-repeat;
}
.mnOSindicato {
	text-indent: -99999em;
	word-spacing: 999px;
	overflow: hidden;
	width: 109px;
	background:transparent url('img/menu/btnOSindicato1.gif') no-repeat;
}
.mnOSindicatoHover {
	text-indent: -99999em;
	word-spacing: 999px;
	overflow: hidden;
	width: 109px;
	background:transparent url('img/menu/btnOSindicato2.gif') no-repeat;
}
.mnPrincipaisServicos {
	text-indent: -99999em;
	word-spacing: 999px;
	overflow: hidden;
	width: 104px;
	background:transparent url('img/menu/btnPrincipaisServicos1.gif') no-repeat;
}
.mnPrincipaisServicosHover {
	text-indent: -99999em;
	word-spacing: 999px;
	overflow: hidden;
	width: 104px;
	background:transparent url('img/menu/btnPrincipaisServicos2.gif') no-repeat;
}
.mnConhecaOConsorcio {
	text-indent: -99999em;
	word-spacing: 999px;
	overflow: hidden;
	width: 119px;
	background:transparent url('img/menu/btnConhecaOConsorcio1.gif') no-repeat;
}
.mnConhecaOConsorcioHover {
	text-indent: -99999em;
	word-spacing: 999px;
	overflow: hidden;
	width: 119px;
	background:transparent url('img/menu/btnConhecaOConsorcio2.gif') no-repeat;
}
.mnResponsabilidadeSocial {
	text-indent: -99999em;
	word-spacing: 999px;
	overflow: hidden;
	width: 136px;
	background:transparent url('img/menu/btnResponsabilidadeSocial1.gif') no-repeat;
}
.mnResponsabilidadeSocialHover {
	text-indent: -99999em;
	word-spacing: 999px;
	overflow: hidden;
	width: 136px;
	background:transparent url('img/menu/btnResponsabilidadeSocial2.gif') no-repeat;
}
/*
|---------------------------|
|          SubMenu          |
|---------------------------|
*/
.submenu {
	width: 252px;
	list-style: none;
	background-color: #A8CC16;
	-moz-opacity: 0.91;
	/*filter:progid:DXImageTransform.Microsoft.Alpha(opacity=91);*/
	font: 11px Trebuchet MS;
	position: absolute;
	z-index: 30;
	color: #333;
	border: 1px solid #F1F1F1;
	border-top:0px;
	display: none;
}
.submenu li {
	height: 21px;
	line-height: 19px;
}
.submenu li a {
	height: 19px;
	line-height: 19px;
	padding-left: 10px;
}
.submenu_primeiro_item a {
	border-top: 1px solid #D4D4D4;
	border-bottom: 1px solid #92B01D;
	border-left: 1px solid #D4D4D4;
	border-right: 1px solid #D4D4D4;
  color: #333;
}
.submenu_primeiro_item a:hover {
	padding-left: 16px;
	font-weight: bold;
	background-color: #CDE27A;
	border-top: 1px solid #D4D4D4;
	border-bottom: 1px solid #AEC068;
	border-left: 1px solid #D4D4D4;
	border-right: 1px solid #D4D4D4;
}
.submenu_item a {
	border-top: 1px solid #B8D643;
	border-bottom: 1px solid #92B01D;
	border-left: 1px solid #D4D4D4;
	border-right: 1px solid #D4D4D4;
	color: #333;
}
.submenu_item a:hover {
	padding-left: 16px;
	font-weight: bold;
	background-color: #CDE27A;
	border-top: 1px solid #D4E68E;
	border-bottom: 1px solid #AEC068;
	border-left: 1px solid #D4D4D4;
	border-right: 1px solid #D4D4D4;
}
.submenu_ultimo_item a {
	border-top: 1px solid #B8D643;
	border-bottom: 1px solid #D4D4D4;
	border-left: 1px solid #D4D4D4;
	border-right: 1px solid #D4D4D4;
  color: #333;
}
.submenu_ultimo_item a:hover {
	padding-left: 16px;
	font-weight: bold;
	background-color: #CDE27A;
	border-top: 1px solid #D4E68E;
	border-bottom: 1px solid #D4D4D4;
}
.menu_seta {
	background: url(img/menu/seta.gif) no-repeat right;
}
.submenu_secundario {
	width: 230px;
	list-style: none;
	background-color: #A8CC16;
	/*-moz-opacity: 0.95;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=95);*/
	font: 11px Trebuchet MS;
	position: absolute;
	z-index: 5;
	color: #333;
	border: 1px solid #F1F1F1;
	display: none;
	left: 100px;
}
.submenu_secundario li {
	height: 21px;
	line-height: 19px;
}
.submenu_secundario li a {
	height: 19px;
	line-height: 19px;
	padding-left: 10px;
}
/*
|------------------------------------|
|          Menu Com Rolagem          |
|------------------------------------|
*/
.menu_rolagem {
	width: 230px;
	list-style: none;
	position: absolute;
	display: none;
	top: 12px;
	left: 100px;
	z-index: 5;
}
#mnTop {
	cursor: pointer;
	height: 11px;
	line-height: 11px;
	font-size: 2px;/*
	text-indent: -99999em;
	background: url(img/menu/mnTop.gif) no-repeat bottom;*/
}

#mnBottom {
	cursor: pointer;
	height: 12px;
	line-height: 12px;
	margin-top: -2px;
	_margin-top: -2px;/*
	text-indent: -99999em;
	background: url(img/menu/mnBottom.gif) no-repeat top;*/
}
#mnBottomI {
	cursor: pointer;
	height: 12px;
	line-height: 12px;
	margin-top: -4px;
	_margin-top: -1px;
	position:absolute;
	z-index:10;
	
	/*text-indent: -99999em;
	background: url(img/menu/mnBottom.gif) no-repeat top;*/
}
#MenuRolagem {
	height: 170px;
	position: relative;
	overflow: hidden;
}
#MenuRolagem ul {
	width: 230px;
	list-style: none;
	background-color: #A8CC16;
	font: 11px Trebuchet MS;
	position: absolute;
	z-index: 5;
	color: #333;
	border: 1px solid #F1F1F1;
	display: none;
	top: -2px;
	left: 0px;
}

/*#########################
###  Filiadas Especiais ###
###########################*/
#mnTop_sec, #mnTop_ter {
	cursor: pointer;
	height: 11px;
	line-height: 11px;
	font-size: 2px;/*
	text-indent: -99999em;
	background: url(img/menu/mnTop.gif) no-repeat bottom;*/
}
#MenuRolagem_sec, #MenuRolagem_ter {
    height: 170px;
    position: relative;
    overflow: hidden;
}
#MenuRolagem_sec ul, #MenuRolagem_ter ul {
	width: 230px;
	list-style: none;
	background-color: #A8CC16;
	font: 11px Trebuchet MS;
	position: absolute;
	z-index: 5;
	color: #333;
	border: 1px solid #F1F1F1;
	display: none;
	top: -2px;
	left: 0px;	
}
#mnBottom_sec, #mnBottom_ter {	
	cursor: pointer;
	height: 12px;
	line-height: 12px;
	margin-top: -2px;
	_margin-top: -2px;/*
	text-indent: -99999em;
	background: url(img/menu/mnBottom.gif) no-repeat top;*/
}

#mnBottom_secI, #mnBottom_terI {
	cursor: pointer;
	height: 12px;
	line-height: 12px;
	margin-top: -4px;
	_margin-top: -1px;
	position:absolute;
	z-index:10;
	/*text-indent: -99999em;
	background: url(img/menu/mnBottom.gif) no-repeat top;*/
}
#SubMenu7 {
    position: absolute;
    top: 40px;
}

#SubMenu7, #SubMenu8 {
    position: absolute;
    top: 40px;
}