#primary_nav a {
  font-family: Verdana;
  font-size: 11px;
  font-weight: normal;
  padding-left: 13px;
	padding-right: 13px;
	padding-top: 6px;
	padding-bottom: 5px;
  display: block;
	float: left;
	color: #FFFFFF;
	border-left: solid 1px #cccccc;

}

#primary_nav a:hover {
  background-color: #6BA1C5;
	border-top: solid 1px #ffffff;
	padding-top: 5px;
}

#primary_nav_active a {

  font-family: Verdana;
  font-size: 11px;
  font-weight: bold;
  padding-left: 9px;
	padding-right: 9px;
	padding-top: 6px;
	padding-bottom: 5px;
  text-decoration: none;
  display: block;
  float: left;
	color: #FFFFFF;
	background-color: #6BA1C5;
	border-left: solid 1px #cccccc;
	height: 18px;
	border-top: solid 1px #ffffff;
}



#product_catalogue_nav a
{
  width: 182px;
  height: 36px;
  font-family: Verdana;
  font-size: 11px;
  color: #FFFFFF;
  font-weight: normal;
	padding-top: 9px;
  padding-left: 17px;
  text-decoration: none;
  display: block;
  float: left;
	background-color: #4A7B31;
	background-image: url('../images_layout/product_catalogue_nav_backing.gif');
	background-repeat: no-repeat;
}

#product_catalogue_nav a:hover
{
	background-image: url('../images_layout/product_catalogue_nav_backing_highlight.gif');
	background-repeat: no-repeat;
}

#product_catalogue_nav_active a
{
  width: 182px;
  font-family: Verdana;
  font-size: 11px;
  color: #FFFFFF;
  font-weight: normal;
	padding-top: 9px;
  padding-left: 17px;
  text-decoration: none;
  display: block;
  height: 36px;
  float: left;
	background-color: #3A6623;
	background-image: url('../images_layout/product_catalogue_nav_backing_highlight.gif');
	background-repeat: no-repeat;
}

#product_catalogue_nav_two_line a
{
  font-family: Verdana;
  font-size: 11px;
  color: #FFFFFF;
  font-weight: normal;
  padding-top: 10px;
  padding-left: 17px;
  text-decoration: none;
  display: block;
  width: 200px;
  height: 46px;
  float: left;
	background-image: url('../images_layout/product_catalogue_nav_backing.gif');
	background-repeat: no-repeat;
  line-height: 13px;
}

#product_catalogue_nav_two_line a:hover
{
	background-image: url('../images_layout/product_catalogue_nav_backing_highlight.gif');
	background-repeat: no-repeat;
}

#product_catalogue_nav_two_line_active a
{
  font-family: Verdana;
  font-size: 11px;
  color: #FFFFFF;
  font-weight: normal;
  padding-top: 10px;
  padding-left: 17px;
  text-decoration: none;
  display: block;
  width: 200px;
  height: 46px;
  float: left;
	background-image: url('../images_layout/product_catalogue_nav_backing_highlight.gif');
	background-color: #687b31;
	background-repeat: no-repeat;
	line-height: 13px;
}

#product_catalogue_nav_secondary a
{
  width: 182px;
  font-family: Verdana;
  font-size: 11px;
  color: #FFFFFF;
  font-weight: normal;
	padding-top: 9px;
  padding-left: 17px;
  text-decoration: none;
  display: block;
  height: 36px;
  float: left;
	background-image: url('../images_layout/product_catalogue_nav_secondary_backing.gif');
	background-color: #687b31;
	background-repeat: no-repeat;

}

#product_catalogue_nav_secondary a:hover
{
  background: transparent url(../images_layout/product_catalogue_nav_secondary_backing_highlight.gif) no-repeat;
}

#product_catalogue_nav_secondary_active a
{
  width: 182px;
  font-family: Verdana;
  font-size: 11px;
  color: #FFFFFF;
  font-weight: normal;
	padding-top: 9px;
  padding-left: 17px;
  text-decoration: none;
  display: block;
  height: 36px;
  float: left;
	background-image: url('../images_layout/product_catalogue_nav_secondary_backing_highlight.gif');
	background-color: #5E7127;
	background-repeat: no-repeat;
}

