.blueNavLink, .blueNavLinkHover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	background-image: url(/images/buttons/arrowDrGray.gif);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin: 0px;
	margin-top:5px;
	margin-bottom:5px;
	text-decoration:none;
	line-height:12px;
	display:block;
	background-position: 5px 2px;
	}
.blueNavLink, a.blueNavLink, .blueNavLink a {
	line-height:12px;
	font-size: 11px;
	background-image: url(/images/buttons/arrowBlue.gif);
	color:#336699;
	text-decoration:none;
	}
a.blueNavLink:hover, .blueNavLink a:hover, .blueNavLinkHover, a.blueNavLinkHover, .blueNavLinkHover a {
	background-image: url(/images/buttons/arrowBlue.gif);
	color:#336699;
	text-decoration:none;
	}
