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

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

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

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

#rhs-nav ul li.section1 {
	background:url(./?a=145185) no-repeat;

}
#rhs-nav ul li.section2 {
	background: url(./?a=144510) no-repeat;
}
#rhs-nav ul li.section3 {
	background: url(./?a=144511) no-repeat;
}

#rhs-nav ul li.section4 {
	background: url(./?a=144513) no-repeat;
}



#rhs-nav {
	margin-bottom:20px;
	margin-top:5px;

}

#rhs-nav ul {
	background:#fff;
	padding:10px;
	margin-left:5px;
	margin-top:5px;
	border:1px dotted #999999;
	
}

#rhs-nav ul li {
	display:block;
	height: 78px;
	padding-left: 90px;
	background:no-repeat;
	padding-top:10px;
	list-style:none;

}

#rhs-nav h2 {
	background:#FFF;
	display:block;
	height:78px;
	line-height: 1.2em;
}

#rhs-nav h2 {
	