/* Style sheet for menu pages using hovery icon120x100s */

ul.hovery,
ul.hovery li {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	}
ul.hovery li a {
	display: block;
	padding-left: 135px;
	min-height: 120px;
	margin-bottom: 1em;
	border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
	}
.htitle {
	font-size: 120%;
	font-weight: bold;
	}
ul.hovery img {
	width: 120px;
	height: 100px;
	margin-top: -1.2em;
	margin-left: -135px;
	margin-bottom: 1em;
	border-radius: 8px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
	box-shadow: 1px 1px 3px #333; 
		-moz-box-shadow: 1px 1px 3px #333;
		-webkit-box-shadow: 1px 1px 3px #333;
	float: left;
	}

@media only screen and (max-width: 480px) {

.htitle {
	font-size: 100%;
	}
ul.hovery img {
	box-shadow: none; 
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
	}

}