about_the_author_nav{
	margin-top: 0px;
	width: 800px;}
#about_the_author_nav ul {
	list-style: none;
	display: inline;
	overflow: hidden;
	text-align: center;
	display: block;
	width: 70%;
	margin: auto;
	padding-bottom: 10px;
}
#about_the_author_nav ul li a {
	float: left;
	width: 160px;
	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#aboutme a#aboutauthor,
body#lrnmore a#learnmore{
	border-bottom: 35px solid #15C6F6;
	height: 9px;}
#aabout_the_author_nav ul li a:hover {
	border-bottom: 35px solid #15C6F6;
	height: 9px;}	
