@charset "UTF-8";
/* CSS Document */

#menuBox a, #menuBox a span {
	color: #751d1f;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	
	text-transform:uppercase;
	padding: 2px 10px;
}
#menuBox a:hover {
	background-color: #751d1f;
	color:#FFF;
}



/* Menu */
#menuBox table {
	width: 100%;
}
#menuBox table td {
	text-align: center;
	vertical-align:bottom;
}


