#departmentBar, #deptFooter #topLine, #deptFooter #bottomLine{
	background-image:url(images/barfade.gif);
}

#sectionTabs li a:hover {
	background-color:#9cc9d8;
}

#departmentBar, #sectionTabs li.active a, #sectionTabs li.active a:hover, 
#deptFooter #topLine, #deptFooter #bottomLine, 
#menu li a:hover,
div.tabsLive ul.tabsNav li a:hover,
#eventsColumn h4 {
	background-color:#50A1BC;
}

div.tabsLive ul.tabsNav li a:hover {
	border-color:#50A1BC;
}

h3, p.author, .button a em, .button a strong {
	color:#047A9E;
}

#menu li a.active, #menu li a.active:hover,
#menu li a.openActive, #menu li a.openActive:hover,
div.tabsLive ul.tabsNav li.active a,
table.strong th, table.em th,
.callout1 {
	background-color:#047A9E;/*changes the color for the list elements on the left of the screen.*/
} 

div.tabsLive ul.tabsNav li.active a, div.tabsLive ul.tabsNav, div.tabsLive div.tabContent,
table.strong {
	border-color:#047A9E;
}

ul li, ul ul li {
	background-image:url(images/ulli.gif);
}

ul ul ul li, ul ul ul ul li {
	background-image:url(images/ulululli.gif);
}

.background1 ul li, .callout1 ul li {
	color:#FFFFFF;
}

.background1 ul li, .callout1 ul li, .background1 ul ul li, .callout1 ul ul li  {
	background-image:url(images/1ulli.gif);
}

.background1 ul ul ul li, .callout1 ul ul ul li, .background1 ul ul ul ul li, .callout1 ul ul ul ul li  {
	background-image:url(images/1ulululli.gif);
}

.toolsColumn h4 {
	background-color:#50A1BC;
}

/* BREAD CRUMBS */

/* Normal crumb hover faded color and background image faded dept colour to cream */
#departmentBar.breadcrumbs ul li a:hover {
	background-color:#50a1bc;
	background-image: url(images/breadcrumbdividerhover.gif);
}

/* Last crumb lighter dept colour */
#departmentBar.breadcrumbs ul li a.last:link,
#departmentBar.breadcrumbs ul li a.last:visited,
#departmentBar.breadcrumbs ul li a.last:hover,
#departmentBar.breadcrumbs ul li a.last:active {
	background-color:#047a9e;
	
} 

/* Penultimate crumb background image cream to lighter dept colour */

#departmentBar.breadcrumbs ul li a:link.penultimate ,
#departmentBar.breadcrumbs ul li a:hover.penultimate ,
#departmentBar.breadcrumbs ul li a:visited.penultimate ,
#departmentBar.breadcrumbs ul li a:active.penultimate   {
	background-image: url(images/breadcrumbdividerlast.gif);
}

/* Penultimate crumb hover, background image faded dept colour to lighter dept colour */

#departmentBar.breadcrumbs ul li a:hover.penultimate {
	background-image: url(images/breadcrumbdividerlasthover.gif);
}

#departmentBar.breadcrumbs ul li a:hover span {
	background-image: url(images/breadcrumbdividerspanhover.gif);

}