* {
	/* [disabled]margin: 0; */
	/* [disabled]padding: 0; */
}
body {
	/* [disabled]font: 14px Georgia, serif; */
	/* [disabled]background: #2F2626; */
	/* [disabled]color: #eee; */
}

.nav-wrap {
	background-color: rgba(0,0,0,0.6);
	border-top: 2px solid white;
	border-bottom: 2px solid white;
	margin-top: 0px;
	margin-right: auto;
	/* [disabled]margin-bottom: 50px; */
	margin-left: auto;
	height: 40px;
	line-height: 28px;
}

.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
*:first-child+html .group { zoom: 1; } /* IE7 */

/*#example-one { margin: 0 auto; list-style: none; position: relative; width: 960px; }
#example-one li { display: inline; }
#example-one li a { color: #bbb; font-size: 14px; display: block; float: left; padding: 6px 10px 4px 10px; text-decoration: none; text-transform: uppercase; }
#example-one li a:hover { color: white; }
#magic-line {
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100px;
	height: 2px;
	background: #fe4902;
}*/

#example-two {
	list-style: none;
	position: relative;
	width: 955px;
	height: 40px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#example-two li {
	display: inline;
}
#example-two li a {
	position: relative;
	z-index: 200;
	color: #bbb;
	font-size: 14px;
	display: block;
	float: left;
	text-decoration: none;
	text-transform: uppercase;
	font-family: "微軟正黑體";
	padding-top: 4px;
	padding-bottom: 6px;
	padding-left: 15px;
	padding-right: 15px;
}
#example-two li a:hover { color: white; }
#example-two #magic-line-two {
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	background: rgba(220, 133, 5, 0.9);
	z-index: 100;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.current_page_item a, .current_page_item_two a {
	color: white !important;
}
