
.sti-menu{
	width:1030px;
	position:relative;
	margin:65px auto 0 auto;
}
.sti-menu li{
	float:left;
	width:165px;
	height:300px;
	margin:1px;
}

.sti-menu li a:hover{
	background-color: #000; 
	
}


.sti-menu li a{
	display:block;
	overflow:hidden;
	background-color: #FFF; 
	text-align:center;
	height:100%;
	width:100%;
	position:relative;
	-moz-box-shadow:1px 1px 2px #ddd;
	-webkit-box-shadow:1px 1px 2px #ddd;
	box-shadow:1px 1px 2px #ddd;
}
.sti-menu li a h2{
	color:#000;
	font-family: "Source Sans Pro",Segoe UI,Arial;  
	font-size:20px;	
	font-weight:bold;
	text-transform:uppercase;
	position:absolute;
	padding:5px;
	width:160px;
	top:140px;
	left:0px;
	text-shadow: 0px 1px 1px black;
}
.sti-menu li a h3{
	font-family: Baskerville, "Hoefler Text", Garamond, "Times New Roman", serif;  
	font-size:14px;
	font-style:italic;
	color: #111;
	position:absolute;
	top:248px;
	left:0px;
	width:160px;
	padding:5px;
}
.sti-icon{
	width:100px;
	height:100px;
	position:absolute;
	background-position:top left;
	background-repeat:no-repeat;
	background-color:transparent;
	left:33px;
	top:30px;
}


.sti-icon-care{
	background-image: url(../img/menu2/university0.png);

}

.sti-icon-alternative{
	background-image: url(../img/menu2/university1.png); 
}
.sti-icon-family{
	background-image: url(../img/menu2/university3.png);
}
.sti-icon-info{
	background-image: url(../img/menu2/university2.png);
}
.sti-icon-technology{
	background-image: url(../img/menu2/university4.png);
}