#Nav1 a:hover {
  background-image: url(images/nav_bottom.gif);
}
#Nav2 a:hover {
  background-image: url(images/subnav_bottom.gif);
}


#Nav1 a:link.active, #Nav1 a:visited.active {
  background-image: url(images/nav_top.gif);
}
#Nav2 a:link.active, #Nav2 a:visited.active {
  background-image: url(images/subnav_top.gif);
}


#Nav1 a:hover.active {
  background-image: url(images/nav_top.gif);
}
#Nav2 a:hover.active {
  background-image: url(images/subnav_top.gif);
}


#Nav1 .activeLive {
  background-image: url(images/nav_top.gif);
}
#Nav2 .activeLive {
  background-image: url(images/subnav_top.gif);
}



/* CONTENT */

#copy {
  background-image: url(images/copy_top.gif);
}
#copyBottom {
  background-image: url(images/copy_bottom.gif);
}

