@charset "UTF-8";

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	text-decoration: none;
	color: #990000;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	color: #FF6600;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #003366;
	background-color: #FFCC00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:active {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #6699CC;
}

body {
	background-color: #073059;
}
body,td,th {
	background-position: center;
}
/* CSS Document */

/* LEFT MENU DIV
*******************************************************************************/
#sidebar1 ul {
	width: 200px;
	margin-right: 25px;
	margin-bottom: 0;
	margin-left: 18px;
	top: 10px;
}
#sidebar1 li {
	clear: left;
	display: inline;
	width: 100%;
	background-repeat: no-repeat;
	background-position: 3px 0.5em;
	float: left;
	background-image: url(../images/arrowred.gif);
}
#sidebar1 li li {
	background-repeat: no-repeat;
	background-position: 10px 0.6em;
	background-image: url(../Images/arrowblue-bullet.gif);
}
#sidebar1 ul ul {
	margin: 0;
}
#sidebar1 a {
	display: block;
	padding: 3px;
	text-decoration: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 13px;
	color: #003366;
}
* html #sidebar1 a {
	/* Hide from IE Mac but not PC \*/
	height: 50px;	/* */
}
#sidebar1 a:hover,
#sidebar1 a:active,
#sidebar1 a:focus {
	color: #003366;
	background-color: #FFFFCC;
}
#sidebar1 ul ul a {
	margin: 0 0 0 24px;
	color: #330000;
	font-weight: normal;
}
#sidebar1 ul ul a:hover,
#sidebar1 ul ul a:active,
#sidebar1 ul ul a:focus {
	background: #fafff4;
	border-color: #b7eeac;
	color: #40bf27;
}

/* MAIN MENU CONTROL
*******************************************************************************/

#sidebar1 ul li ul {
	display: none;
}
#sectAbout #lsAbout ul,
#sectDiagnosis #gmDiagnosis ul,
#sectReading #gmReading ul,
#sectServices #gmServices ul,
#sectResearch #gmResearch ul,
#sectPolicy #gmPolicy ul,
#sectOnline #gmOnline ul,
#sectEvents #gmEvents ul,
#sectShop #gmShop ul,
#sectNews #gmNews ul,
#sectFundraising #gmFundraising ul,
#sectNewsletter #gmNewsletter ul {
	display: block;
}
