/*
	 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-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #996600;
	background-position: top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #996600;
}

.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: 940px;
	height: 45px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#menu-one li { 
	display: inline;
}

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

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