/* -- navigation -- */

#navigation li a	{ color: #6d6e71; }	

#navigation li a.menuL2 { background: url(../images/admin/arrowL2.gif) no-repeat top left; }	
#navigation li a.menuL2:hover { background: #f7f9e1 url(../images/admin/arrowL2.gif) no-repeat top left; }
#navigation li a.menuL2selected { background: #f7f9e1 url(../images/admin/arrowL2.gif) no-repeat top left; }

#navigation li a.menuL3 { background: url(../images/admin/arrowL3.gif) no-repeat top left; }	
#navigation li a.menuL3:hover { background: #f7f9e1 url(../images/admin/arrowL3.gif) no-repeat top left; }
#navigation li a.menuL3selected { background: #f7f9e1 url(../images/admin/arrowL3.gif) no-repeat top left; }

#navigation li a.menuL4 { background: url(../images/admin/arrowL4.gif) no-repeat top left; }	
#navigation li a.menuL4:hover { background: #f7f9e1 url(../images/admin/arrowL4.gif) no-repeat top left; }
#navigation li a.menuL4selected { background: #f7f9e1 url(../images/admin/arrowL4.gif) no-repeat top left; }

/* -- other colours -- */

/* p.intro: the green introductory paragraph as seen on the front page */
p.intro		{ color: #889923; text-align: left; }

/* p.more: the green "more" link as seen on the front page */
p.more		{ color: #889923; }
p.more a	{ color: #889923; }

/* p.totop: the green "return to top" link as seen on the bottom of some pages */
p.totop		{ color: #889923; }
p.totop a	{ color: #889923; }

h2		{ color: #006a87; }		/* this is our big blue heading style */

.newsBar h2	{ color: #889923; }		/* this is our big green heading style for the news bar */

h3		{ color: #006a87; }		/* this is our smaller blue heading style */
.newsBar h3	{ color: #006a87; }		/* this is our smaller blue heading style for the news bar */
h4		{ color: #006a87; }		/* this is our even smaller blue (was green) heading style */
h5		{ color: #006a87; }		/* used as the heading within the upcoming seminars table */

abbr, acronym, dfn { border-bottom: 1px dashed #006a87; }

div.hr hr { background: #cccccc; color: #cccccc; width: 90%; }
