/*
	NAVIGATION
*/

ul#n_Wrapper
{
	list-style-type: none;
}

ul#n_Wrapper li
{
	font-size: 12px;
	height: 39px;
	line-height: 39px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	color: #8f2b8c;
	float: left;
}

ul#n_Wrapper li a,
ul#n_Wrapper li span
{
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #777777;
}

ul#n_Wrapper li a
{
	margin-left: 20px;
	margin-right: 20px;
}

ul#n_Wrapper li#n_Active
{
	background-image: url(tl_files/handon_2008/images/gMainNavigationBGActive.gif);
	background-repeat: repeat-x;
}

ul#n_Wrapper li#n_Active span
{
	color: #1e78b0;
}