/* CSS Document */

/* Menu */
table.menu {
	width: 100%;
	height: 26px;
	border-bottom: 1px dotted #C2E096;
	border-top: none;
}
td.menu {
	background: url(../images/setinha.gif) no-repeat right 6px;
	padding: 3px 5px 3px 13px;
	cursor: pointer;
}
td.menu_ov {
	background: #F8FBF0 url(../images/setinha.gif) no-repeat right 6px;
	padding: 3px 5px 3px 13px;
	cursor: pointer;
	
}
a.menu {
	color:#204963;
	font: bold 12px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	display: block;
	text-decoration: none;
}

a.menu:link {

}
a.menu:visited {

}
a.menu:hover {
	text-decoration: none;
	color: #204963;
}
a.menu:active {
	text-decoration: none;
	color: #204963;
}

/* Submenu */
table.submenu {
	width: 100%;
	border: 0px;
	border-bottom: 1px dotted #C2E096;
	background: url(../images/econfer_r4_c1.jpg) repeat left top;
	height: 26px;	
}

td.submenu {
	background: url(../images/setinha3.gif) no-repeat right 6px;
	padding: 3px 5px 3px 13px;
	cursor: pointer;
}
td.submenu_ov {
	background: #F8FBF0 url(../images/setinha3.gif) no-repeat right 6px;
	padding: 3px 5px 3px 13px;
	cursor: pointer;
}
a.submenu {
	color:#204963;
	font: 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	display: block;
	text-decoration: none;
}

a.submenu:link {

}
a.submenu:visited {

}
a.submenu:hover {
	text-decoration: none;
	color: #507319;
}
a.submenu:active {
	text-decoration: none;
	color: #507319;
}

/* Submenu2 */
span.corpo_submenu2 {
	border: 1px solid #666666;
	position: absolute;
	margin-left: 175px;
	margin-top: -24px;
	display: none;
	width: 185px;
}

table.submenu2 {
	width: 100%;
	border: 0px;
	background: #F5F5F5;
	height: 24px;
}

td.submenu2 {
	padding: 3px 0px 3px 23px;
	cursor: pointer;
}
td.submenu2_ov {
	background: #CCCCCC;
	padding: 3px 0px 3px 23px;
	cursor: pointer;
}
a.submenu2 {
	color: #000000;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	text-decoration: none;
}

a.submenu2:link {

}
a.submenu2:visited {

}
a.submenu2:hover {
	color: #000000;
	text-decoration: underline;
}
a.submenu2:active {
	color: #000000;
	text-decoration: underline;
}

/* Menu Horizontal */
table.menu_h {
	border: 0px;
	background: none;
	height: 24px;
}
td.menu_h {
	cursor: pointer;
	padding: 0px 5px;
}
td.menu_h_ov {
	cursor: pointer;
	padding: 0px 5px;
	
}
a.menu_h {
	background:url(../images/setinha2.gif) no-repeat 0px;
	padding: 0px 0px 0px 12px;
	color: #FFFFFF;
	font: 11px Tahoma;
	display: block;
	text-decoration: none;
}

a.menu_h:link {

}
a.menu_h:visited {

}
a.menu_h:hover {
	text-decoration: underline;
}
a.menu_h:active {
	text-decoration: underline;
}

/* Menu Horizontal Bottom*/
table.menu_h_bottom {
	border: 0px;
	background: none;
	height: 24px;
}
td.menu_h_bottom {
	cursor: pointer;
	padding: 0px 5px;
}
td.menu_h_bottom_ov {
	cursor: pointer;
	padding: 0px 5px;
	
}
a.menu_h_bottom {
	background:url(../images/setinha2.gif) no-repeat 0px;
	padding: 0px 0px 0px 12px;
	color: #FFFFFF;
	font: 11px Tahoma;
	display: block;
	text-decoration: none;
}

a.menu_h_bottom:link {

}
a.menu_h_bottom:visited {

}
a.menu_h_bottom:hover {
	text-decoration: underline;
}
a.menu_h_bottom:active {
	text-decoration: underline;
}