﻿
/* Non IE styles for the secondary navigation, can't have background images specified in IE when changing the PNG */
.SecNavBackgroundPng
{	
	width:163px;
	height:29px;	
	background-image:url(/Images/SecNavBg3.png);
}

.SecNavBackgroundPngActive
{	
	width:163px;
	height:29px;
	background-image:url(/Images/SecNavBgHover2.png);	
}

.SecNavBackgroundFirstPng
{
	width:163px;
	height:29px;
	background-image:url(/Images/SecNavBgRed.png);
}
.SecNavBackgroundFirstPngActive
{	
	width:163px;
	height:29px;
	background-image:url(/Images/SecNavBgHoverRed.png);	
}
.FaqSection .QuestionLink a:visited
{
	text-decoration:none;
	color:#326A79;
}