A:link {
	color: #120403;
}

A:hover {
	color: #666666;
}

body {
	background-image: url(/images/backgroundtest.jpg);
	background-repeat: repeat-x;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.subsectiontitle {
	font-size: large;
	font-weight: bold;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.sectiontitle {
	font-size: xx-large;
	font-weight: bold;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;

}

.small {
	font-size: small;
}

.staffnames {
	font-size: large;
}

.stafftitles {
	font-size: small;
}

 
/* menu colours */

/* style the links for the top level */
.menu a, .menu a:visited {
color:#252e29;
background:#9fd0d7;
}
/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:#fff;
}
.menu :hover > a, .menu ul ul :hover > a {
color:#fff;
}


/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#99a39a;
}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background:#99a39a;
color:#000;
}
/* style the second level hover */
.menu ul ul a.drop:hover{
color:#fff;
}
.menu ul ul :hover > a.drop {
color:#fff;
}


/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
background:#99a39a;
}
/* style the third level links */
.menu ul ul ul a, .menu ul ul ul a:visited {
background:#99a39a;
color:#000;
}
/* style the third level hover */
.menu ul ul ul a:hover {
color:#fff;
}
.menu ul ul ul :hover > a {
color:#fff;
}
/* slideshow thumb surround colour */
.slideshow-thumbnails-active {
	background-color: #99cccc; /** this changes the outline colour of the selected slideshow thumbnail */
	opacity: 1;
}

