/**
 * Style sheet gMainNavigation
 */
ul#gMainNavigation
{
	list-style-type:none;
}

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

ul#gMainNavigation li a, ul#gMainNavigation li span
{
	margin-right:30px;
	margin-left:30px;
	font-weight:bold;
	font-size:12px;
	color:#777777;
	text-transform: uppercase;
}

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

ul#gMainNavigation li#gElementActive span
{
	color:#8f2b8c;
}
