/* QUT template - branch stylesheet */
/* Should be used in conjunction with common QUT corporate template stylesheet - common.css */
/* Copyright QUT 2006 */
/* Version 3.0 */

/* TOP NAVIGATION */
/* (Active button for current branch) */

.campus_services_button A{
  background-color: #fff;
  color: #42B116;
}

/* Headings */
H1, H2, H3 {
  color: #42B116;
}

/* Active navigation tree elements (usually same as headings!) */
A.level1menu:hover, .level1current, A.level2menu:hover, .level2current, A.level3menu:hover, .level3current, A.level4menu:hover, .level4current {
  color: #42B116;
}

