@charset "utf-8";
/* TCN NAVBAR CSS */
/* Magic Line by Chris Coyier @ https://css-tricks.com */

.navbar	{
	width: 980px;
	height: 46px;
	background-image: url(../images/bg_nav.gif);
	background-repeat: repeat-x;
}

* {
	margin: 0;
	padding: 0;
}

.nav-wrap {
	width: 980px;
	height: 46px;
	background-image: url(../images/bg_nav.gif);
	background-repeat: repeat-x;
	font-size: 18px;
}

.nav-wrap img {
	border: 0;
}

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

*:first-child+html .group {
	zoom: 1;
} /* IE7 */

#nav_inner {
	margin: 0 auto;
	list-style: none;
	position: relative;
	width: 960px;
}

#nav_inner li {
	display: inline;
}

#nav_inner li a {
	color: #CCC;
	font-size: 18px;
	display: block;
	float: left;
	padding: 11px 13px 4px 13px;
	text-decoration: none;
	text-transform: uppercase;
}

#nav_inner li a:hover {
	color: white;
}

#magic-line {
	position: absolute;
	bottom: -2px;
	left: 0;
	width: auto;
	min-width: 112px; /* CHROME */
	overflow: hidden; /* IE6 */
	height: 2px;
	background: #39FB00;
}


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