@charset "utf-8";
/* CSS Document */

#navContainer {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	text-align: center;
	letter-spacing: 0em;
}

#navigation a:link {
	COLOR: #666666;
	text-decoration:none;
	font-weight: bold;
}
#navigation a:hover {
	COLOR: #CC6600;
	font-weight: bold;
	text-decoration: none;
}
#navigation a:visited {
	COLOR: #666666;
	font-weight: bold;
	text-decoration: none;
}
#navigation a:active {
	COLOR: #CC6600;
	font-weight: bold;
	text-decoration: none;
}
#columnNav {
	float:left;
	width:160px;
	margin-top: 10px;
	margin-right: 0px;
	height: inherit;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 5px;
}

div#columnNavLine{
	line-height:0px;

}


.linkActive {
	font-weight: bold;
	color: #CC6600;
	text-decoration: none;
}
.linkInactive {
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
