/*
	--- Versionamento ---
	13/06/2013 - Primeira Versão
	--- Fim Versionamento ---
*/
.menu_tablet{
	margin: 0em auto;
	display: table;
	background-color: #DDD;
	border: 1px solid #aaa;
	border-radius: .4em;
}

.menu_tablet_tr{
	display: table-row;
}

.menu_tablet_td{
	padding: 20px;
	font-family: verdana, arial, helvetica, courier;
	font-size: 12px;
	display: table-cell;
	text-align: center;
}

.menu_tablet_td a{
	color: #000;
	text-decoration: none;
}

.menu_tablet_td a:hover{
	color: #000;
	text-decoration: underline;
}

