
#linksbar {
	width: 100% !important;
	clear: both;
	padding: 10px 0px;
	text-align: center;
	background-color: #EFAB00;
	border: 0px solid red;
	border-radius: 0px;
}
#linksbar ul, #linksbar li { display: inline; margin: 0; padding: 0 }
#linksbar a {
	font-family: "Arial", Arial, sans-serif;
	font-size: 20px;
	display: inline;
	padding: 6px;
	margin: 4px 60px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#linksbar .currentPage a, #linksbar .currentPage a:hover, #linksbar a:hover {
	background-color: transparent; 
	border-bottom: 2px solid #ffffff;	
	color: #FFF;		
}
#content	{
	clear: both;
}


