@charset "utf-8";
/* CSS Document */

/********** Main Navigation **********/
.navigation  {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	text-align: center;
	display: inline;
	margin: 0;
	padding: 0px 15px;
	width: 112px;
	border-color: #999999;
	border-right-width: thin;
	border-right-style: dotted;
}
.navigation:hover  {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #FDEE5E;
	text-decoration: none;
	text-align: center;
	display: inline;
	margin: 0;
	padding: 0px 15px;
	width: 112px;
	background-image: url(../images/NavCheckMark.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.navigationCurrent  {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FDEE5E;
	text-decoration: none;
	text-align: center;
	display: inline;
	margin: 0;
	padding: 0px 15px;
	width: 112px;
	border-color: #999999;
	border-right-width: thin;
	border-right-style: dotted;
	background-image: url(../images/NavCheckMark.gif);
	background-repeat: no-repeat;
	background-position: left;
}

/********** Navigation Free Estimate Link **********/
.navigationSpecialOffers  {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	text-align: center;
	display: inline;
	margin: 0;
	padding: 0px 15px;
	width: 113px;
}
.navigationSpecialOffers:hover  {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #FDEE5E;
	text-decoration: none;
	text-align: center;
	display: inline;
	margin: 0;
	padding: 0px 15px;
	width: 113px;
	background-image: url(../images/NavCheckMark.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.navigationSpecialOffersCurrent  {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FDEE5E;
	text-decoration: none;
	text-align: center;
	display: inline;
	margin: 0;
	padding: 0px 15px;
	width: 113px;
	background-image: url(../images/NavCheckMark.gif);
	background-repeat: no-repeat;
	background-position: left;
}
