/* CSS Document */
table.topbar { font-family: Arial Black; font-size: 11px; color: #575A73; background-image: url(/img/barra/fundo.jpg); background-repeat: no-repeat; }
table.topbar a { color: #707A87; text-decoration: none; }
table.topbar a:hover { color: #565CA4; }

div.global_menu {
	width: 0px;
	height: 0px;
	visibility: hidden;
	position: absolute;
	top: 27px;
	text-align: left;
	z-index: 1;
	filter: Alpha(Opacity=90, FinishOpacity=80, Style=1, StartX=0, StartY=0, FinishX=100, FinishY=100);
}

table.global_menu {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
}

table.global_menu td.left {
	padding: 0px;
	background-image: url(../img/menu/lefttb_a.gif);
	background-repeat: repeat-y;
	background-position: left;
	width: 6px;
	background-color: #E6EEF0;
}

table.global_menu td.center {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	height: 17px;
	margin: 0px;
	text-align: left;
	vertical-align: middle;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 1px;
	background-color: #E6EEF0;
}

table.global_menu td.right {
	padding: 0px;
	background-image: url(../img/menu/righttb_a.gif);
	background-repeat: repeat-y;
	background-position: right;
	width: 6px;
	background-color: #E6EEF0;
}

table.global_menu td.bottomleft {
	padding: 0px;
	background-image: url(../img/menu/bottomlefttb_a.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 6px;
	height: 3px;
}

table.global_menu td.bottom {
	padding: 0px;
	background-image: url(../img/menu/bottomtb_a.gif);
	background-repeat: repeat-x;	
	height: 3px;
}

table.global_menu td.bottomright {
	padding: 0px;
	background-image: url(../img/menu/bottomrighttb_a.gif);
	background-repeat: no-repeat;
	background-position: top right;
	width: 6px;
	height: 3px;
}

table.global_menu a {
	color: #333333;
	text-decoration: none;	
}

table.global_menu a:hover {
	color: #FF4400;
}