/*#basso {
	display: none;
}
#container #alto #menu {
	clear: both;
	padding-top: 5px;
	width: 915px;
}*/

ul.column{
	width: 100%;
	padding: 0;
	margin: 10px 0;
	list-style: none;
}
ul.column li {
	float: left;
	width: 224px; /*Set default width*/
	padding: 0;
	display: inline;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
}
.blockHome {
	font-size: 1em;
	margin-right: 10px; /*Creates the 10px gap between each column*/
	padding: 5px;
	height: 60px;
	background-image: url(images/homebtn/background.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-decoration: none;
}

.blockHome:hover{
	font-size: 1em;
	margin-right: 10px; /*Creates the 10px gap between each column*/
	padding: 5px;
	height: 60px;
	background-image: url(images/homebtn/background.png);
	background-repeat: no-repeat;
	background-position: 0px -82px;
}

.blockHome h2 {
	font-size: 1.8em;
}
.blockHome img {
	margin: 0 auto;
	display: block;
	-ms-interpolation-mode: bicubic; /*prevents image pixelation for IE 6/7 */
	text-align: left;
}
