.nav-wrap {
}
/* 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 auto;
	list-style: none;
	position: relative;
	width:948px;
}
#example-one li {
	display: inline-block;
	*display:inline;
	zoom:1;
}
#example-one a {
	color: #fff;
	font-size: 14px;
	float: left;
	padding: 6px 10px 4px 10px;
	text-decoration: none;
	text-transform: uppercase
}
#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
}
/* Example Two */
#example-two {
	margin: 0 auto;
	list-style: none;
	position: relative;
	width:948px;
}
#example-two li {
	display: inline-block;
	*display:inline;
	zoom:1;
	width:auto;
	text-align:center;
}
#example-two li a {
	position: relative;
	z-index: 200;
	color: #fff;
	font-size: 14px;
	display: block;
	text-decoration: none;
	text-transform: uppercase
}
#example-two li a:hover {
	color: white
}
#example-two #magic-line-two {
	position: absolute;
	top: 0;
	left:0;
	width:100%;
	border-bottom:3px solid #FFF;
	text-align:center;
	padding:0px;
}
.current_page_item_two a {
	color: white !important
}
.ie6 #example-two li, .ie7 #example-two li {
	display: inline
}
