BODY {
  background-image: url(BodyBackground.png);
  background-repeat: repeat-x;
}

.Banner {
  background-image: url(Banner.jpg);
  *background-image: url(BannerIE.jpg);
  _background-image: url(BannerIE.jpg);
  background-repeat: no-repeat;
}

.Container {
  background-image: url(ContainerBackground.png);
}

#MainMenu .Group .Link {
  display: none;
}

.LeftPanel {
	width: 180px;
}

/*  START SUBNAV  -  UPDATE IN HARVEST MASTER WHEN ID IS IN PLACE IN PRODUCTION  */
.LeftPanel .Subnav UL,
.LeftPanel .Subnav LI {
  list-style: none;
}

.LeftPanel .Subnav.level1 {
  border-top: 8px solid #C6C6C5;
  margin: 0px 0px 15px 0px;
  padding: 6px 0px;
  line-height: 1.7em;
}

.LeftPanel .Subnav UL {
  margin: 0px 0px 15px 0px;
  padding: 6px 0px;
  border-top: 8px solid #C6C6C5;
}

.LeftPanel .Subnav LI,
.LeftPanel .Subnav LI A,
.LeftPanel .Subnav LI A:Hover,
.LeftPanel .Subnav LI A:Visited {
  font-size: 10px;
  text-transform: uppercase;
  color: #666;
}

.LeftPanel .Subnav .Selected A,
.LeftPanel .Subnav .Selected A:Link,
.LeftPanel .Subnav .Selected A:Hover, 
.LeftPanel .Subnav .Selected A:Visited,
.LeftPanel .Subnav .Level2 .Selected A,
.LeftPanel .Subnav .Level2 .Selected A:Link,
.LeftPanel .Subnav .Level2 .Selected A:Hover, 
.LeftPanel .Subnav .Level2 .Selected A:Visited {
  font-weight: bold;
  color: #222;
}

.LeftPanel .Subnav .level2 A,
.LeftPanel .Subnav .level2 A:Link,
.LeftPanel .Subnav .level2 A:Hover, 
.LeftPanel .Subnav .level2 A:Visited {
  font-weight: normal;
  color: #666;
}

.LeftPanel .Subnav.level2 {
  margin: 0px 0px 0px 5px;
  border: none;
  padding: 0px 6px;
	white-space: nowrap;
}

/*  END SUBNAV  */