@charset "utf-8";
#divPrimaryNavBar {
	margin: 0px;
	padding: 16px 0px 0px;
	background-image: url(../images/bg-green-shadow.gif);
	background-repeat: repeat-y;
}
#Navigation {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 660px;
}
#Navigation ul {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	list-style-type: none;
}
#Navigation li {
	float:left;
	margin-right: 21px;
  }
  #Navigation a {
	float:left;
	background:url(../images/bg-primary-button-right-both.gif) right top;
	margin:0;
	padding:0 0 0 0px;
	text-decoration: none;
	display: block;
      }
    #Navigation a span {
	float:left;
	display:block;
	background:url(../images/bg-primary-button-left-both.gif) no-repeat left top;
	padding:4px 15px 6px;
	text-decoration:none;
	font-weight:bold;
	color:#FFFFFF;
	margin: 0px;
      }
#Navigation a:link, #Navigation a:visited, #Navigation a:active {
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	height: 22px;
	display: block;
	cursor: hand;
}
#Navigation a:hover {
	background-position:100% -150px;
	color:#FFFFFF;
  }
#Navigation a:hover span {
	background-position:0% -150px;
	color:#FFFFFF;
  }
  #Navigation a#current  {
	background-position:100% -150px;
	border-width:0;
	color: #FFFFFF;
      }
    #Navigation a#current span {
	background-position:0% -150px;
	padding-bottom:5px;
	color:#FFFFFF;
      }
.SubNavigation {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: block;
	width: 225px;
	text-align: left;
}
.SubNavigation li {
	display: block;
	margin: 0px;
	padding: 6px 0px;
}
.SubNavigation a:link, .SubNavigation a:visited, .SubNavigation a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #2E3A8C;
	text-decoration: none;
	margin: 0px;
	padding: 3px 7px 0px 20px;
	display: block;
	text-transform: none;
	line-height: 13px;
	background-image: url(../images/button-bg.gif);
	background-repeat: no-repeat;
	width: 198px;
	height: 17px;
}
.SubNavigation a:hover {
	background-image: url(../images/button-bg-current.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
}
body#roofall a#nav-roofall,
body#management a#nav-management,
body#testimonial a#nav-testimonial,
body#overview a#nav-overview,
body#roof a#nav-roof,
body#gutter a#nav-gutter,
body#shingle a#nav-shingle,
body#categories a#nav-categories,
body#roofinstal a#nav-roofinstal,
body#types a#nav-types,
body#before a#nav-before,
body#misc a#nav-misc,
body#warranty a#nav-warranty,
body#methods a#nav-methods,
body#inquiry a#nav-inquiry,
body#agent a#nav-agent,
body#agentinquiry a#nav-agentinquiry,
body#mission a#nav-mission,
body#repair a#nav-repair,
body#rescom a#nav-rescom,
body#siding a#nav-siding,
body#mold a#nav-mold,
body#cedar a#nav-cedar,
body#special a#nav-special {
	background-image: url(../images/button-bg-current.gif);
	color: #FFFFFF;
}
