
#linksbar a:hover {
	background-color: transparent; /* sets the color of the box that appears under the hovered link */
	border-bottom: 2px solid #008D83;	/* sets the color of the border that appears around the box under the active page link */
	color: #FFFFFF;		/* sets the color of the hovered link font */
 }


