body {
	background: #f8f6f3 url(../images/bg_body_healthscope.jpg) repeat-x;
}
.healthscope#photo #leftcol,
.healthscope#blank #leftcol  {
	background:url(../images/bg_menu-healthscope.jpg) 0 0 no-repeat;
}
.healthscope#photo #center {
	background:url(../images/bg_center-healthscope.jpg) no-repeat;
}
.healthscope#photo #rightcol,
.healthscope#blank #rightcol  {
	background:url(../images/bg_healthscope-healthscope.jpg) 0 0 no-repeat;
}
/*Healthscope Navigation 
-------------------------------------------------------------- */
.healthscope ul#nav li ul li a,
.healthscope ul#nav li ul li a:hover {
    background-color: #eef6ff;
	background:url(../images/arrow_white.gif) no-repeat 4% 50%;
}
.healthscope ul#nav li a {
	background:url(../images/arrow-healthscope_off.gif) no-repeat 96% 50%;
}
.healthscope ul#nav li a:hover {
	background:url(../images/arrow-healthscope_on.gif) no-repeat 96% 50%;
}
.healthscope ul#nav li ul li a {
	background-color: #f4f4f4;
}
.healthscope ul#nav li ul li a:hover {
    background-color: #ddeaf7;
}

/*Sub-Navigation 
-------------------------------------------------------------- */
.healthscope #subnav h3 a{
	color: #488ebb;
}
.healthscope #subnav h4 {
	background: #fff;
	color: #083950;
	border-top:1px solid #ceccc9;
	border-bottom:1px solid #ceccc9;
}
.healthscope #subnav li a:hover {
	border-top: 1px solid #488ebb;
	border-bottom: 1px solid #488ebb;
}
