#tabs { 
	font-family: 'Lato', sans-serif;
   	clear: both;
	text-align: left;
	padding: 35px 0 0 0;
	margin: 0 17px 26px;
}

#tabcontrols a:link, #tabcontrols a:visited {
    font-size: 18px;
    font-weight: bold;
    color: #b0adad;
    padding: 2px 0;
	margin-right: 30px;
    text-decoration: none;
}

#tabcontrols a:hover, #tabcontrols a:link.selected, #tabcontrols a:visited.selected {
    background: url(https://lib.store.yahoo.net/lib/yhst-94715171101240/header-arrow-bg.jpg) center 31px no-repeat;
	z-index: 20000;
	height: 77px;
	display: inline-block;
	color: #1e2b36;
}
#tabcontrols{
	height:27px;
}
#tabcontents {
   	border-top: 2px solid #71be43;
    padding-top: 25px;
	font-size: 14px;
    margin-top: 2px;
	color: #404040;
}
