/*------------------------------------------------------------------------*/
/*     Products                                                           */
/*------------------------------------------------------------------------*/

/* Product Links */
.nav-prod { 
	font-family: Arial,Geneva,Verdana,sans-serif; 
	font-size: 14px; text-decoration: none; 
	font-weight: bold; 
	color: #163b65;
	}

a.nav-prod	{ 
	font-family: Arial,Geneva,Verdana,sans-serif; 
	font-size: 14px; 
	text-decoration: none;
	font-weight: bold;
	color: #163b65; 
	}
	
a:link.nav-prod { 
	text-decoration: none; 
	font-weight: bold; color: #163b65;
	}
	
a:active.nav-prod { 
	text-decoration: none;
	font-weight: bold;
	color: #163b65; }
	
a:visited.nav-prod { 
	text-decoration: none;
	font-weight: bold;
	color: #163b65; 
	}

a:hover.nav-prod { 
	text-decoration: underline; 
	font-weight: bold; 
	color: #5f864b; 
	}
