/*
	 CSS-Tricks Example
	 by Chris Coyier
	 http://css-tricks.com
*/



.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
*:first-child+html .group { zoom: 1; } /* IE7 */

#example-one {
	list-style: none;
	position: relative;
	width: 787px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
}
#example-one li {
	float: left;
}
#example-one li a {
	color: #FFF;
	font-size: 12px;
	display: block;
	float: left;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 4px;
	padding-left: 3px;
}
#example-one li a:hover { color: white; }
#magic-line {
	position: absolute;
	bottom: -4px;
	left: 0;
	width: 100px;
	height: 2px;
	background: #fe4902;
}
.current_page_item a, .current_page_item_two a { color: white !important; }

