/*Sliding Text and Icon Menu Style*/
.nav .sti-menu{
	width:1030px;
	position:relative;
}
.nav .sti-menu li{
	float:left;
	width:200px;
	height:300px;
	margin:2px;
	border-style:solid;
	border-width:1px;
	border-color:#eee;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 5px;
	border-radius: 5px;
}
.nav .sti-menu li a{
	display:block;
	overflow:hidden;
	background:#f4f4f6;
	text-align:center;
	height:100%;
	width:100%;
	position:relative;
	-moz-box-shadow:2px 3px 3px #ddd;
	-webkit-box-shadow:2px 3px 3px #ddd;
	box-shadow:2px 3px 3px #ddd;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 5px;
	border-radius: 5px;
	opacity:0.91;
	filter:alpha(opacity=91); 

}
.nav .sti-menu li a h2{
	color:#2b2b2b;
	font-family: 'Quicksand', sans-serif;
	font-size:40px;
	font-weight:100;
	text-transform:lowercase;
	position:absolute;
	padding:10px;
	width:180px;
	top:190px;
	left:0px;
	letter-spacing: -2px;;
}
.nav .sti-menu li a h3{
	font-family: 'lato', sans-serif;
	font-size:14px;
	font-weight:300;
	color: #111;
	position:absolute;
	top:248px;
	left:0px;
	width:180px;
	padding:10px;
}
.nav .sti-icon{
	width:200px;
	height:300px;
	position:absolute;
	background-position:top left;
	background-repeat:no-repeat;
	background-color:transparent;
	left:0px;
	top:0px;
}
.nav .sti-icon-care{
	background-image:url(../images/personal.png);
}
.nav .sti-icon-alternative{
	background-image:url(../images/client.png);
}
.nav .sti-icon-family{
	background-image:url(../images/contact.png);
}
.nav .sti-icon-info{
	background-image:url(../images/me.png);
}
.nav .sti-icon-technology{
	background-image:url(../images/resume.png);
}
a{
	text-decoration:none;
}