/* Top menu section colours */

#dropdown dt {
background-color:#0E2782;	/* Background colour of the main button */
color:#FFFFFF;
}

#dropdown dt a {
color:#FFFFFF;			/* Colour of the main button text */
}

#dropdown li a {
color:#FFFFFF;			/* Colour of a menu option */
background-color:#5E7ABF;	/* Background color of the menu options */
}

#dropdown li a:hover, #dropdown li a:focus, #dropdown dt a:hover, #dropdown dt a:focus {
background:#FFFFFF;		/* Background colour of a moused over menu option */
color:#000000			/* Colour of a moused over menu option */
}


/* Footer colours */

.footer		{background-color:#0E2782;	/* Background colour */
		 color:#FFFFFF;			/* Default text color. Used for the bar between the links */
		}

.footer	a	{color:#FFFFFF;			/* Link colour */
		 text-decoration:none;
		}

.footer a:hover	{text-decoration:underline;
		}