* { margin: 0; padding: 0; }

a { outline: 0; }

 
#garagedoor {
	list-style: none;
	width: 540px;
	overflow: auto;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	height: 150px;
	background-image: url(../images/menu-bg.gif);
	background-repeat: no-repeat;
}
#garagedoor li {
	width: 108px;
	height: 150px;
	display: block;
	float: right;
	background-image: url(../images/home.gif);
}

/* Modernizer Enabled */
.csstransitions #garagedoor li {
	-webkit-transition: background-position 0.6s ease;
	-moz-transition: background-position 0.6s ease;
	-o-transition-property: background-position 0.6s ease;
	background-repeat: no-repeat;
}
.csstransitions #garagedoor li:hover {
	background-position: 0 -100px !important;
}

#garagedoor li#shutter1 {
	background-image: url(../images/contact.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#garagedoor li#shutter2 {
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(../images/gallery.gif);
}
#garagedoor li#shutter3 {
	background-image: url(../images/academic.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#garagedoor li#shutter4 {
	background-image: url(../images/register.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#garagedoor li#shutter5 {

#garagedoor a {
	width: 108px;
	height: 150px;
	display: block;
	background: url(../images/window.png) no-repeat bottom center;
	text-indent: -9999px;
	background-image: url(../images/templatemo_menu_01_b.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(../images/home.gif);
}
