/*
	 CSS-Tricks Example
	 by Chris Coyier
	 http://css-tricks.com
*/

* { margin: 0; padding: 0; }


.nav-wrap { margin: 50px auto;  background-color: rgba(0,0,0,0.6); border-top: 2px solid white; border-bottom: 2px solid white; }

.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: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#example-one li { display: inline; }
#example-one li a {
	color: #F80001;
	font-size: 14px;
	display: block;
	float: left;
	text-decoration: none;
	text-transform: capitalize;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 5px;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 80px;
	text-align: center;
}
#example-one li a:hover {
	color: #FFF;
}
#magic-line {
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100px;
	height: 3px;
	background-color: #FFF;
}



.current_page_item a, .current_page_item_two a {
	color: #FFF !important;
}

