/* Quick-Links Section */

#quick-links {
  background: #022d57 url(http://assets.monash.edu.au/assets/images/top-level/campaign-curve-blue.gif) bottom no-repeat;
  color: #fff;
  margin: 0px;
  padding: 0px 0px 50px 0px;
  line-height: 1.5em;
}

#quick-links ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px 0px 5px 5px;
}
					  
#quick-links a, 
#quick-links a:visited, 
#quick-links a:link, 
#quick-links a:active {
  color: #fff;
}

#quick-links a:hover {
  color: #fff;
}

#quick-links p {
  font-size: 1.25em;
  margin: 0px;
  padding: 5px 0px 5px 5px
}

/* 2007-01-19 Web Team (Andrew) */
/* Changed this from none to underline for a trial over the weekend */
/* of 20 to 21 Janurary for Advancement (Kris) */
#quick-links p a,
#quick-links p a:visited, 
#quick-links p a:link,
#quick-links p a:active {
  text-decoration: underline;
}

/* Changed from underline to none for above trial. */
#quick-links p a:hover {
  text-decoration: none;
}

#quick-links h2 {
  font-size: 1.1em;
  margin: 0px;
  padding: 5px 0px 5px 5px;
}
					  
body#future #quick-links {
  background: #701 url(http://assets.monash.edu.au/assets/images/top-level/campaign-curve-red.gif) bottom no-repeat;
}
