testimonial_nav{
	margin-top: 0;
	width: 800px;
}
#testimonial_nav ul {
	list-style: none;
	display: inline;
	overflow: hidden;
	text-align: center;
	display: block;
	margin-bottom: 10px;
	width: 99%;
	margin: auto;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#testimonial_nav ul li a {
	float: left;
	width: 125px;
	height: 40px;
	line-height: 53px;
	border-bottom: 4px solid #15C6F6;
	color: #F05134;
	text-decoration: none;
	-webkit-transition: .2s all linear;
	-moz-transition: .2s all linear;
	-o-transition: .2s all linear;
	transition: .2s all linear;
	margin-right: 2px;
	font-weight: bolder;
} 
body#testimonial1 a#test1,
body#testimonial2 a#test2,
body#testimonial3 a#test3,
body#testimonial4 a#test4,
body#testimonial5 a#test5,
body#testimonial6 a#test6,
body#testimonial7 a#test7,
body#testimonial8 a#test8,
body#testimonial9 a#test9{
	border-bottom: 35px solid #15C6F6;
	height: 9px;
}
#testimonial_nav ul li a:hover {
	border-bottom: 35px solid #15C6F6;
	height: 9px;
}	
