/* Main navigation for the coloured links below the header*/#navigation a {	/*	height:100%; 	padding:0px;*/	font-size: 12px;	font-family:Helvetica, sans-serif;	text-decoration: none;}#navigation a:link {}/* the default text colour for the links group */#navigation .about 		{color:#993333;}#navigation .whatis 	{color:#660099;}#navigation .healers 	{color:#336633;}#navigation .events 	{color:#CC6600;}#navigation .course 	{color:#003366;} #navigation .community 	{color:#CC6600;}#navigation .shop 		{color:#CC0000;}/* hover default text colour */#navigation a:hover {color:#FFFFFF;}/* the #nav_xx:hover dont work in ie as it only supports hover in the a element but looks nice in ffx */#navigation #nav_about			{background:url(../images_am/nav_about.gif) repeat-x;} 			/* default bg for td bg *//*#navigation #nav_about:hover 	{background:url(../images_am/nav_about_over.gif) repeat-x;} 	 and its hover */#navigation #nav_whatis 		{background:url(../images_am/nav_whatis.gif) repeat-x;} 		/* default bg for td bg *//*#navigation #nav_whatis:hover 	{background:url(../images_am/nav_whatis_over.gif) repeat-x;} 	 and its hover */#navigation #nav_healers 		{background:url(../images_am/nav_healers.gif) repeat-x;} 		/* default bg for td bg *//* #navigation #nav_healers:hover 	{background:url(../images_am/nav_healers_over.gif) repeat-x;}	and its hover */#navigation #nav_events 		{background:url(../images_am/nav_events.gif) repeat-x;} 		/* default bg for td bg *//*#navigation #nav_events:hover 	{background:url(../images_am/nav_events_over.gif) repeat-x;} 	 and its hover */#navigation #nav_course			{background:url(../images_am/nav_course.gif) repeat-x;}		/* default bg for td bg *//*#navigation #nav_course:hover 	{background:url(../images_am/nav_course_over.gif) repeat-x;}	 and its hover */#navigation #nav_community		{background:url(../images_am/nav_community.gif) repeat-x;} 		/* default bg for td bg */	/*#navigation #nav_community:hover{background:url(../images_am/nav_community_over.gif) repeat-x;} and its hover */#navigation #nav_shop			{background:url(../images_am/nav_shop.gif) repeat-x;} 			/* default bg for td bg *//*#navigation #nav_shop:hover 	{background:url(../images_am/nav_shop_over.gif) repeat-x;}		 and its hover */#navigation #nav_end_left  {background:url(../images_am/nav_end_left.gif) no-repeat;}#navigation #nav_end_right {background:url(../images_am/nav_end_right.gif) no-repeat;}/**//* site top of the head links style */#site-map a:link {	font-size: 12px;	text-decoration: none;	color: #0000FF;}#site-map a:visited {		font-size: 12px;	text-decoration: none;	color: #0000FF;}#site-map a:active {		font-size: 12px;	text-decoration: none;	color:#FF0000;}#site-map a:hover {		font-size: 12px;	text-decoration: none;	color:#FF0000;}#site-map table {	border: 1px #000000 solid;}#header_links a:link {	font-size: 11px;	text-decoration: none;	color:  #666666;}#header_links a:visited {	font-size: 11px;	text-decoration: none;	color:  #666666;}#header_links a:active {	font-size: 11px;	text-decoration: none;	color:#FF0000;}#header_links a:hover {	font-size: 11px;	text-decoration: none;	color:#FF0000;}