




.nav-wrap {
	clear: both;
	margin: 10px auto 30px;
/*	background-color: rgba(0,0,0,0.6); */
/*	border-top:    2px solid white; */
/*	border-bottom: 2px solid white; */
}

/* 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: 960px;
	}


#example-one li {
	display: inline-block;
	*display: inline;
	}

#example-one a {
	color: #62310f;
	font-size: 16px;
	display: block;
	float: left;
	padding: 6px 10px 4px 10px;
	text-decoration: none;
	text-transform: uppercase;
	}

#example-one a:hover {
	color: #864111;
	}

#magic-line {
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100px;
	height: 2px;
	background: #fe4902;
	}

.current_page_item a {
	color: #613210 !important;
	}

.ie6 #example-one li, .ie7 #example-one li {
	display: inline;
	}

.ie6 #magic-line {
	bottom: -3px;
	}


