/*header { padding: 100px 0 0 0; display: block; }
header h1 { width: 899px; margin: 0 auto; } */
.nav-wrap { 
	margin: 0px; 
}

/* Clearfix */
.group:after { visibility: hidden; display: block; content: ""; clear: both; height: 0; }
*:first-child+html .group { zoom: 1; } /* IE7 */



/* Example One */
#example-one { 
	margin: 0 0 0 0; 
	list-style: none; 
	position: relative; 
	width: 850px; 
}
#example-one li { 
	display: inline-block;	
}
#example-one a { 
	color: #bbb; 
	font-size: 11px; 
	font-weight:bold;
	float: left;
	padding: 6px 5px 4px 7px;
	text-decoration: none;
	margin:0 !important;
}
#example-one a:hover { 
	color: white; 
}
#magic-line { 
	position: absolute;
	bottom: -2px; 
	left: 0; 
	width: 100px; 
	height: 2px; 
	background: #fe4902;
}
.current_page_item a { 
	color: white !important; 
}
.ie6 #example-one li, .ie7 #example-one li { 
	display: inline; 
}
.ie6 #magic-line {
	bottom: -3px;
}
