<style type="text/css">
/* CSS Document */


/*	COLOURS									*/
/*------------------------------------------*/

#top_nav_links, #nav_list ul {
	margin: 0;
	padding: 0;
	text-align: right;
	float: right;
	list-style: none;
	height: 18px;
	width: 710px;
	margin-top: 19px;
	margin-right: -10px;
	}
#top_nav_links li {
	float: left;
	}

#top_nav_links li a {
	margin: 0 0 0 8px;
	padding: 0 5px;
	display: block;
	height: 18px;
	text-indent: -999em;
	border-right: 1px solid #eee;
	text-align: center;
	}

/*	Home
------------------------------------------*/

ul#nav_list li a.home, ul#nav_list li a.homeOn {
	width: 33px;
	background: url(/images/home-sprite.gif) no-repeat 0 0;
	}
ul#nav_list li a.home:hover { background: url(/images/home-sprite.gif) no-repeat 0 -23px; }
ul#nav_list li a.homeOn { background: url(/images/home-sprite.gif) no-repeat 0 -46px; }


/*	About us
------------------------------------------*/

li a.about-us, li a.about-usOn {
	width: 49px;
	background: url(/images/about-us-sprite.gif) no-repeat 0 0;
	}
li a.about-us:hover { background: url(/images/about-us-sprite.gif) no-repeat 0 -23px; }
li a.about-usOn { background: url(/images/about-us-sprite.gif) no-repeat 0 -46px; }


/*	Our People
------------------------------------------*/

li a.our-people, li a.our-peopleOn {
	width: 63px;
	background: url(/images/our-people-sprite.gif) no-repeat 0 0;
	}
li a.our-people:hover { background: url(/images/our-people-sprite.gif) no-repeat 0 -23px; }

li a.our-peopleOn { background: url(/images/our-people-sprite.gif) no-repeat 0 -46px; }


/*	Join us
------------------------------------------*/

li a.join-us, li a.join-usOn {
	width: 38px;
	background: url(/images/join-us-sprite.gif) no-repeat 0 0;
	}
li a.join-us:hover { background: url(/images/join-us-sprite.gif) no-repeat 0 -23px; }
li a.join-usOn { background: url(/images/join-us-sprite.gif) no-repeat 0 -46px; }


/*	10 Reasons								*/
/*------------------------------------------*/

li a.ten-reasons, li a.ten-reasonsOn  {
	width: 138px;
	background: url(/images/ten-reasons-sprite.gif) no-repeat 0 0;
	}
li a.ten-reasons:hover { background: url(/images/ten-reasons-sprite.gif) no-repeat 0 -23px; }
li a.ten-reasonsOn { background: url(/images/ten-reasons-sprite.gif) no-repeat 0 -46px; }


/*	Training								*/
/*------------------------------------------*/

li a.training, li a.trainingOn {
	width: 47px;
	background: url(/images/training-sprite.gif) no-repeat 0 0;
	}
li a.training:hover { background: url(/images/training-sprite.gif) no-repeat 0 -23px; }
li a.trainingOn { background: url(/images/training-sprite.gif) no-repeat 0 -46px; }


/*	Rewards									*/
/*------------------------------------------*/

li a.rewards, li a.rewardsOn {
	width: 47px;
	background: url(/images/rewards-sprite.gif) no-repeat 0 0;
	}
li a.rewards:hover { background: url(/images/rewards-sprite.gif) no-repeat 0 -23px; }
li a.rewardsOn { background: url(/images/rewards-sprite.gif) no-repeat 0 -46px; }



/*	Submit									*/
/*------------------------------------------*/

li a.submit, li a.submitOn {
	width: 58px;
	background: url(/images/submit-sprite.gif) no-repeat 0 0;
	}
li a.submit:hover { background: url(/images/submit-sprite.gif) no-repeat 0 -23px; }
li a.submitOn { background: url(/images/submit-sprite.gif) no-repeat 0 -46px; }


/*	Contact Us									*/
/*------------------------------------------*/

#top_nav_links li a.contact-us, #top_nav_links li a.contact-usOn {
	width: 54px;
	background: url(/images/contact-us-sprite.gif) no-repeat 0 0;
	border-right: none;
	padding-right: 0;
	}
#top_nav_links li a.contact-us:hover { background: url(/images/contact-us-sprite.gif) no-repeat 0 -23px; }
#top_nav_links li a.contact-usOn { background: url(/images/contact-us-sprite.gif) no-repeat 0 -46px; }


/*	Values Sub Nav
------------------------------------------*/

#bottom_content_right_panel ul.valuesSubNav {
	padding: 0 0 0 30px;
	margin: 0;
	list-style: square;
	}
#bottom_content_right_panel ul.valuesSubNav li {
	padding: 0;
	margin: 5px 0;
	}
#bottom_content_right_panel ul.valuesSubNav li a {
	padding: 0;
	margin: 0;
	text-decoration: none;
/*	color: #fff; */
	background: none;
	display: block;
	}
#bottom_content_right_panel ul.valuesSubNav li a:hover {
	background: none;
	color: #650360;
	}
#bottom_content_right_panel ul li ul li a {
	background: none;
	}

</style>