/*
	 CSS-Tricks Example
	 by Chris Coyier
	 http://css-tricks.com
*/
.navi-wrap {
	width: 684px;
	height: 36px;
	background:url(../images/bg-navigation.jpg) no-repeat 0 0;
	margin-left:3px;
	overflow: hidden;
}

.group:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

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

#navi {
	/*margin: 0 auto;*/
	list-style: none;
	position: relative;
	width: 684px;
	/*z-index:10;*/
}

*+html #navi {
	margin: 0 auto;
	list-style: none;
	position: relative;
	width: 684px;
	z-index:10;
}

#navi li {
	display: inline-block;
	float: left;
	z-index:100;
}

/**+html #navi li {
	display: inline !important;
	z-index:100;
}*/

#navi li a {
	position: relative;
	z-index: 200;
	color: #fff;
	font-size: 18px;
	display: block;
	float: left;
	padding:8px 16px 4px 16px;
	text-decoration: none;
	text-transform: uppercase;
}

#navi li a:hover {
	color: #f2e5d5;
}

#navi #magic-line-two {
	position: absolute;
	margin: 11px 0 0px 0;
	left: 0;
	height:26px !important;
	width: 100px;
	background-color: #472600;
	z-index: 100;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	top: -5px;
}

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