/*
	 CSS-Tricks Example
	 by Chris Coyier
	 http://css-tricks.com
*/

/* { margin: 0; padding: 0; }

.nav-wrap {
	background-color: #000000;
	/*background: -webkit-gradient(
			linear,
			center top, center bottom,
			color-stop(0%, #666),
			color-stop(25%, #000),
			color-stop(75%, #000),
			color-stop(100%, #666)
		  );
	background: -moz-linear-gradient(
			top, #666, #000 25%, #000 75%, #666 100%
		  );
	/*border-top: 2px solid white;*/
	/*border-bottom: 2px solid white;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

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

/*#menu-one {
	list-style: none;
	position: relative;
	width: 960px;
	height: 45px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#menu-one li {
	display: inline;
	vertical-align: middle;
	text-align: center;
}
#menu-one li a {
	color: #bbb;
	font-size: 13px;
	display: block;
	float: left;
	text-decoration: none;
	text-transform: uppercase;
}
#menu-one li a:hover { color: white; }
#magic-line { position: absolute; bottom: -2px; left: 0; width: 100px; height: 2px; background: #ff0000; }

.current_page_item a, .current_page_item_two a { color: white !important; }
*/
* { margin: 0; padding: 0; }
.nav-wrap {
	/*margin: 50px auto;*/
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-position: top;
	height: 20px;
	padding-top: 8px;
	text-align: right;
	width: 960px;
}

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

#menu-one {
	list-style: none;
	position: relative;
	width: 960px;
	height: 25px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: right;
}
#menu-one li {
	float:right;
	/*display: inline;*/
	text-align: left;
}

#menu-one li a {
	color: #FFFFFF;
	font-size: 13px;
	display: block;
	/*float: right;*/
	/*padding-top: 6px;*/
	text-decoration: none;
	text-transform: uppercase;
	padding-right: 10px;
	padding-left: 10px;
}
#menu-one li a:hover {
	color: #333333;
}
#magic-line {
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100px;
	height: 4px;
	background-color: #AACD06;
}

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

