/*
 *
 * Click2Gov Style Sheet
 *
 */

/*****************************************************************************/

A.hnav { 
	text-decoration: none; 
}
 
A.hnav:hover { 
	text-decoration: underline; 
};

A.bnav { 
	text-decoration: none; 
}
 
A.bnav:hover { 
	color: blue; 
}