﻿/********************************************************************************************************/
/* Styles for this XSLT																					*/
/********************************************************************************************************/
#GM_CategoryNavigation_TopNode
	{
	font-family: Verdana;
	font-size: 8pt;
	color: #2C496E;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap
	}
	
#GM_CategoryNavigation_ContactUs
	{
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	white-space: nowrap;
	vertical-align: top 
	}
	
a#GM_CategoryNavigation_ContactUs:hover
	{
	text-decoration: underline
	}
	
#GM_CategoryNavigation_ChildNode
	{
	font-family: Verdana;
	font-size: 8pt;
	color: #0860a8;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap
	}	
	
a#GM_CategoryNavigation_ChildNode:link
	{
	color: #0860a8;
	font-weight: normal
	}
	
a#GM_CategoryNavigation_ChildNode:visited
	{
	color: #0860a8;
	font-weight: normal
	}

a#GM_CategoryNavigation_ChildNode:hover
	{
	color: #006600;
	font-weight: normal;
	text-decoration: underline 
	}

a#GM_CategoryNavigation_ChildNode:active 
	{
	color: #0860a8;
	font-weight: normal
	}
