
/*for colour scheme #99CC99*/

#container_branding_lower {
	background-image: url(images/branding_bottom_bkgd-9C9.gif);
	}
	
#branding_lower_left {
	background-image: url(images/header_bottom_left-9C9.gif);
}

#branding_lower_right {
	background-image: url(images/header_bottom_right-9C9.gif);
}

#container {
	background-color: #9C9;
}

#navigation ul li {
	border-bottom: #9C9 1px solid;
}

ul.nav_global a:hover {
	background: #696;
}

