/*---------------------------------------------------------------------Menu Lateral Esquerdo*/

ul#primary-nav{
	margin: 0;
	padding: 0;
	width: 160px; /* IE6 Bug */
	font-size: 100%;
	background-color: #EBEBEB;
	}
ul#primary-nav ul {
	margin: 0;
	padding: 0;
	width: 160px; 
	border-bottom: 1px solid #ccc;
	background: #EBEBEB; /* IE6 Bug */
	font-size: 100%;
	}

ul#primary-nav li {
	position: relative;
	list-style: none;
	}

ul#primary-nav li a {
	display: block;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	border-bottom: 0;
	font-size: 11px;
	color:#000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;

	}
ul#primary-nav ul li a {
/*	background-image: none;*/
}

/* Fix IE. Hide from IE Mac \*/
* html ul#primary-nav li { float: left; height: 1%; }
* html ul#primary-nav li a { height: 1%; }
/* End */

ul#primary-nav ul {
	position: absolute;
	display: none;
	left: 159px; 
	top: 0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E1E1E1;
	}

ul#primary-nav li ul li a { padding: 2px 5px; } 

ul#primary-nav li:hover ul ul,
ul#primary-nav li:hover ul ul ul,
ul#primary-nav li.over ul ul,
ul#primary-nav li.over ul ul ul { display: none; } 

ul#primary-nav li:hover ul,
ul#primary-nav li li:hover ul,
ul#primary-nav li li li:hover ul,
ul#primary-nav li.over ul,
ul#primary-nav li li.over ul,
ul#primary-nav li li li.over ul { display: block; }

ul#primary-nav li.menuparent{
	background-color: #EBEBEB;
	background-image: url(/images/arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
ul#primary-nav li.destaque_menu a, ul#primary-nav li.destaque_menu a:visited, ul#primary-nav li.destaque_menu a:active{
	background-color:#DFE8F9;
	color:#003366;
	display: block;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	border-bottom: 0;
	font-size: 11px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CDDBF5/*#C4D5F4*//*#E1E1E1*/;
}
ul#primary-nav li.destaque_menu a:hover{
	background-color: #D34D4E;
	color:#ffffff;

}
ul#primary-nav li.titulo_menu{
	width: 153px;
	background-color: #999999;
	color:#ffffff;
	font-weight: bold;
	display: block;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	border-bottom: 0;
	font-size: 11px;
}

ul#primary-nav li.menuparent:hover,
ul#primary-nav li.over,
ul#primary-nav li.menuparent:hover
{
	background-color: #cccccc;
	background-image: url(/images/arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	color: #000000;}

ul#primary-nav li a:hover {
	background-color: #cccccc;
	color: #000000;
}

ul#primary-nav .tf_topomenuesq{
	background-image: url(/images/topo_menulateral.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
	height: 9px;
	width: 160px;
	margin: 0px;
	padding: 0px;
	font-size: 1%;
}
ul#primary-nav .tf_basemenuesq{
	background-image: url(/images/menulateral_base.jpg);
	background-repeat: no-repeat;
	background-position: left;
	display: block;
	height: 21px;
	width: 160px;
}

/*---------------------------------------------------------------------Menu Topo*/

#menutopo{
	margin-right: auto; 
	margin-left: auto;
/*	background-image: url(/images/fundo_menutopo.jpg);
	background-position: top;
	background-repeat: repeat-x;
	border: 1px solid #E1E1E1;*/
	height:45px;
	text-align:center;
/*	margin-bottom:20px;*/
}


#nav{
	text-align: center;
	background-image: url(/images/fundo_menutopo.jpg);
	background-position: top;
	background-repeat: repeat-x;
	border: 1px solid #E1E1E1;
	height: 25px;
	/*float:left;*/
	width: 774px;
	list-style: none;
	margin:0;
/*	margin:0 auto;*/
	padding: 0;
}


#nav ul {
	float: left;
	list-style: none;
	text-align:left;
	margin: 0;
	padding: 0;
	
}

#nav li a {
	display: block;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	margin:0;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 6px;
	padding-left: 6px;
	font-size: 11px;
}
#nav li a:hover {
	color: #FFFFFF;
	background-color: #999999;}
	
#nav li {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B5B5B5;
	height: auto;
	float: left;
	margin: 0;
	padding: 0;

}
#nav .menusemborda{
	border-right-style: none;
}

#nav li li a:hover{
	background-color: #D34D4E;
	background-image: url(/images/menu_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	color: #ffffff;}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	font-weight: normal;
	margin:0;
	padding: 0;
	width: 180px;
	border:none;
	z-index: 100;
}

#nav li li {
border-bottom: 1px solid #666666;
}

#nav li ul a {
	width: 180px;
	background:#716D6C;
	color: #ffffff;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	font-size: 10px;
	line-height: 15px;
}

#nav li:hover ul ul,
#nav li:hover ul ul ul,
#nav li.sfhover ul ul,
#nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul,
#nav li li:hover ul,
#nav li li li:hover ul,
#nav li.sfhover ul,
#nav li li.sfhover ul,
#nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	color: #FFFFFF;
	background-color: #CCCCCC;
}

#nav li li:hover, #nav li li.sfhover {
	color: #FFFFFF;
	background-color: #CCCCCC;
}



/*------------------------------------------------------------Menu de Acesso Rápido */
.tf_topoacessorapido{
	background-image: url(/images/titulo_acessorapido.jpg);
	background-repeat: no-repeat;
	background-position: left;
	display: block;
	height: 22px;
	width: 190px;
}
.tf_topolinksuteis{
	background-image: url(/images/titulo_linksuteis.jpg);
	background-repeat: no-repeat;
	background-position: left;
	display: block;
	height: 22px;
	width: 190px;
}

.tf_menuacessorapido{
	list-style-type: none;
	padding: 0;
	width: 188px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #E1E1E1;
	border-right-color: #E1E1E1;
	border-left-color: #E1E1E1;
	text-align: left;
}
.tf_menuacessorapido li{
	width:auto;
	margin:0;
	padding:0;}

.tf_menuacessorapido li a{
	width:auto;
	color: #000000;
	text-decoration: none;
	font-size: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
	margin: 0px;
	display: block;
	background-color: #EBEBEB;
	background-image: url(/images/bullet_acessorapido.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 15px;
	height:15px;

}

* html .tf_menuacessorapido li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 171px;
}

.tf_menuacessorapido li a:visited, .tf_menuacessorapido li a:active{
color: #333333;
}

.tf_menuacessorapido li a:hover{
	background-color: #A6A6A6;
	color: #FFFFFF;
}
.tf_menuacessorapido .tf_titulomenu{
	background-color:#F7F7F7;
	width: 176px;
	font-size: 11px;
	font-weight: bold;
	color: #6B6B6B;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 9px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
	padding-right: 3px;
	display: list-item;
}

/*------------------------------------------------------------Menu Lateral Esquerdo*/
.tf_menuesq{
	list-style-type: none;
	padding: 0;
	width: 160px;
	height: 21px;
	margin: 0;
	border: none;
}

.tf_menuesq li a{
	color: #000000;
	text-decoration: none;
	font-size: 11px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D1D1D1;
	margin: 0px;
	background-color: #EBEBEB;
	background-image: url(/images/bullet_menulateral.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 15px;
	display: block;
	text-align: left;
	vertical-align: top;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D1D1D1;

}

* html .tf_menuesq li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 143px;
}

.tf_menuesq li a:visited, .tf_menuesq li a:active{
color: #333333;
}

.tf_menuesq li a:hover{
	background-color: #A6A6A6;
	color: #FFFFFF;
	background-image: url(/images/menulateral_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.tf_menuesq .tf_topomenuesq{
	background-image: url(/images/topo_menulateral.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
	height: 9px;
	width: 161px;
	margin: 0px;
	padding: 0px;
	font-size: 1%;
}
.tf_menuesq .tf_basemenuesq{
	background-image: url(/images/menulateral_base.jpg);
	background-repeat: no-repeat;
	background-position: left;
	display: block;
	height: 21px;
	width: 161px;
}
/*------------------------------------------------------------Menu Lateral Direito*/

.tf_lateraldireito{
	font-size: 10px;
	list-style-type: none;
	padding: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	text-align: left;
	margin: 0px;
	width: 154px;
	background-color: #ffffff;
	border-left-style: none;
}

.tf_lateraldireito li a{
	color: #333333;
	padding: 2px 3px 2px 10px;
	text-decoration: none;
	font-size: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D1D1D1;
	margin: 0px;
	display: block;
	background-color: #F3F3F3;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D1D1D1;

}
.tf_lateraldireito li .box_jucesp{
	color: #333333;
	padding: 2px 3px 2px 10px;
	text-decoration: none;
	font-size: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D1D1D1;
	margin: 0px;
	display: block;
	background-color: #F3F3F3;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D1D1D1;

}
.box_jucesp{
	color: #333333;
	padding: 2px 3px 2px 10px;
	text-decoration: none;
	font-size: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D1D1D1;
	margin: 0px;
	display: block;
	background-color: #F3F3F3;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D1D1D1;

}
.tf_lateraldireito input{
FONT-SIZE: 10px;
font-family: Arial, Helvetica, sans-serif;
margin-top:1px;
margin-bottom:1px;}

* html .tf_lateraldireito li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
	width: 141px;
}

.tf_lateraldireito li a:visited, .tf_lateraldireito li a:active{
color: #333333;
}

.tf_lateraldireito li a:hover{
	background-color: #909090;
	color: #ffffff;
}

.tf_lateraldireito .tf_titulomenuint{
	background-color:#E2E2E2;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 9px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D1D1D1;
	padding-right: 2px;
	display: list-item;
	margin: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D1D1D1;
	border-top-style: none;
	border-right-style: none;
}
.tf_lateraldireito .tf_basemenudir{
	background-image: url(/images/menulateral_base.jpg);
	background-repeat: no-repeat;
	background-position: left;
	display: block;
	height: 21px;
	width: 155px;
}
