/* -- 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: #ececec url(../images/admin/arrowL2.gif) no-repeat top left; }
#navigation li a.menuL2selected { background: #ececec 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: #ececec url(../images/admin/arrowL3.gif) no-repeat top left; }
#navigation li a.menuL3selected { background: #ececec 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: #ececec url(../images/admin/arrowL4.gif) no-repeat top left; }
#navigation li a.menuL4selected { background: #ececec url(../images/admin/arrowL4.gif) no-repeat top left; }

/* -- other colours -- */

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

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

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

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

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

abbr, acronym, dfn { border-bottom: 1px dashed #8e1954; }

div.hr hr { background: #e4b580; color: #e4b580; } 

/* -- specials -- */

h3.underlined		{ border-bottom: 1px solid #cccccc; text-align: right; }
