body {
	background: #f8f6f3 url(../images/bg_body_blue.jpg) repeat-x;
}
.health-education#photo #leftcol,
.health-education#blank #leftcol  {
	background:url(../images/bg_menu-healtheducation.jpg) 0 0 no-repeat;
}
.health-education#photo #center {
	background:url(../images/bg_center-healtheducation.jpg) no-repeat;
}
.health-education#photo #rightcol,
.health-education#blank #rightcol  {
	background:url(../images/bg_healthscope-healtheducation.jpg) 0 0 no-repeat;
}
/*Navigation 
-------------------------------------------------------------- */
.health-education ul#nav li ul li a,
.health-education ul#nav li ul li a:hover {
    background-color: #D5E0E2;
	background:url(../images/arrow_white.gif) no-repeat 4% 50%;
}
.health-education ul#nav li a {
	background:url(../images/arrow_off.gif) no-repeat 96% 50%;
}
.health-education ul#nav li a:hover {
	background:url(../images/arrow_on.gif) no-repeat 96% 50%;
}
.health-education ul#nav li ul li a {
    background-color: #D5E0E2;
}
.health-education ul#nav li ul li a:hover {
    background-color: #E3DEE2;
}

/*Sub-Navigation 
-------------------------------------------------------------- */
.health-education #subnav h3 a{
	color: #014c6d;
}
.health-education #subnav h4 {
	background: #fff;
	color: #083950;
	border-top:1px solid #ceccc9;
	border-bottom:1px solid #ceccc9;
}
.health-education #subnav li a:hover {
	border-top: 1px solid #958091;
	border-bottom: 1px solid #958091;
}
