.nav-wrap {
	float: right;
	margin-top: 75px;
}
/* Clearfix */
.group:after { visibility: hidden; display: block; content: ""; clear: both; height: 0; }
*:first-child+html .group { zoom: 1; } /* IE7 */



/* Example One */
#example-one {
	list-style: none;
	position: relative;
}
#example-one li {
	display: inline-block;
}
#example-one a {
	color: #FFF;
	font-size: 12px;
	float: left;
	text-decoration: none;
	padding-top: 6px;
	padding-bottom: 10px;
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
}
#example-one a:hover {
	color: #F7C72E;
}
#magic-line {
	position: absolute;
	bottom: -2px;
	left: 0;
	height: 6px;
	background-color: #333;
}
.current_page_item a {
	color: #FFF !important;
	font-weight: bold;
}
.ie6 #example-one li, .ie7 #example-one li { 
	display: inline; 
}
.ie6 #magic-line {
	bottom: -3px;
}
