/* the background banner image */
#top {
	background-image: url("http://cms.unimelb.edu.au/__data/assets/image/0014/103109/cycling.jpg");
}

/* accent controls the colour of the quicklinks bar */
.accent {
	background-color: #339933;
}

/* the border color of the footer bar can optionally be matched to the accent color */
#metalinks
{
	border-bottom-color: #339933;
	border-top-color: #339933;
}

/* the green arrow */
.col1 ul {
background-image: url(./?a=132001);
background-position:0 4px;
background-repeat:no-repeat;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
padding-left:12px;
}

/* home page icons */
/* use classes on the divs which already have an 'icon' class to refer to an individual icon image */

#nav div.section1 {
	background-image: url("http://www.unimelb.edu.au/template-assets/07/images/icons/081.jpg");
}
#nav div.section2 {
	background-image: url("http://www.unimelb.edu.au/template-assets/07/images/icons/022.jpg");
}
#nav div.section3 {
	background-image: url("http://www.unimelb.edu.au/template-assets/07/images/icons/046.jpg");
}
#nav div.section4 {
	background-image: url("http://www.unimelb.edu.au/template-assets/07/images/icons/023.jpg");
}
#nav div.section5 {
	background-image: url("http://www.unimelb.edu.au/template-assets/07/images/icons/051.jpg");
}
#nav div.section6 {
	background-image: url("http://www.unimelb.edu.au/template-assets/07/images/icons/044.jpg");
}
