A:link {
	color: #120403;
	
}

A:hover {
	color:#CC0000;
}

body {
	background-image: url(/images/backgroundtest.jpg);
	background-repeat: repeat-x;
}

.linkmore {
	white-space:pre;
	background-repeat:no-repeat;
	background-image:url(../../images/favicon.ico);
	background-position: left;
	padding-left: 17px;
		
}
	
.subsectiontitle {
	font-size: large;
	font-weight: bold;
}

.sectiontitle {
	font-size: xx-large;
	font-weight: bold;
}

.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:#ffffff;
background:#478d12;
}
/* 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;
}

