div#boxMenuGeral {
	width:100%;
	text-align:center;
	margin-bottom:15px;
	}

div#box_menu_inicial {
	margin:0 auto;
	width:100%;
	margin-left:6px;
	margin-right:6px;
	}

div#box_menu_inicial table {
	width:100%;
	}

div#box_menu_inicial table thead {
	text-align:center;
	}

div#box_menu_inicial h1 {
	font-weight:bold;
	background-color:#FFFAC8;;
	line-height:20px;
	margin-bottom:20px;
	}

div#box_menu_inicial ul {
	list-style-type:none;
	display:block;
	padding:0;
	margin:0;
	}

div#box_menu_inicial ul li {
	display:inline;
	padding-left:5px;
	}

div#box_menu_inicial ul li a {
	text-decoration:none;
	}

div#box_menu_inicial ul li a:hover {
	text-decoration:underline;
	font-weight:bold;
	}

div#box_menu_inicial table tbody {
	
	}

div#box_menu_inicial table tbody td {
	text-align:center;
	}

div#box_menu_inicial table tbody td a {
	text-decoration:none;
	}

div#box_menu_inicial table tbody td a:hover {
	text-decoration:underline;
	font-weight:bold;
	}