﻿/* ABC Navigation */

ul#navigation li {
	display:inline;
	padding: 0px;
	}

li#home a {
	text-indent: -1000em; 
	background: url(../images/home.jpg) no-repeat left top;
	width: 49px;
	height: 26px; 
	display: block;
	overflow: hidden;
	position: absolute;
	top: 102px;
	left: 371px;
	}


li#home a:hover {
	background-position: 0px -27px; 
	}


li#read a {
	text-indent: -1000em; 
	background: url(../images/read_on.jpg) no-repeat left top;
	width: 140px;
	height: 30px; 
	display: block;
	overflow: hidden;
	}


li#read a:hover {
	background: url(../images/read.jpg) no-repeat left top; 
	}

li#contact a {
	text-indent: -1000em; 
	background: url(../images/contact.jpg) no-repeat left top;
	width: 55px;
	height: 26px; 
	display: block;
	overflow: hidden;
	position: absolute;
	top: 102px;
	left: 714px;
	}


li#contact a:hover {
		background-position: 0px -27px; 
	}

li#testimonials a {
	text-indent: -1000em; 
	background: url(../images/test.jpg) no-repeat left top;
	width: 84px;
	height: 26px; 
	display: block;
	overflow: hidden;
	position: absolute;
	top: 102px;
	left: 628px;
	}


li#testimonials a:hover {
		background-position: 0px -25px; 
	}

li#accreditation a {
	text-indent: -1000em; 
	background: url(../images/acc.jpg) no-repeat left top;
	width: 87px;
	height: 26px; 
	display: block;
	overflow: hidden;
	position: absolute;
	top: 102px;
	left: 569px;
	}


li#accreditation a:hover {
	background-position: 0px -25px; 
	}


li#what a {
	text-indent: -1000em; 
	background: url(../images/what.jpg) no-repeat left top;
	width: 76px;
	height: 26px; 
	display: block;
	overflow: hidden;
	position: absolute;
	top: 102px;
	left: 491px;
	}


li#what a:hover {
	background-position: 0px -25px; 
	}


li#who a {
	text-indent: -1000em; 
	background: url(../images/who.jpg) no-repeat left top;
	width: 67px;
	height: 26px;
	display: block;
	overflow: hidden;
	position: absolute;
	top: 102px;
	left: 422px;
	}


li#who a:hover {
	background-position: 0px -26px; 
	}

li#links a {
	text-indent: -1000em; 
	background: url(../images/links.jpg) no-repeat left top;
	width: 42px;
	height: 26px;
	display: block;
	overflow: hidden;
	position: absolute;
	top: 102px;
	left: 771px;
	}


li#links a:hover {
	background-position: 0px -26px; 
	}


li#support a {
	text-indent: -1000em; 
	background: url(../images/support.jpg) no-repeat left top;
	width: 121px;
	height: 28px;
	display: block;
	overflow: hidden;
	position: absolute;
	top: 10px;
	left: 691px;
	}
	

li#support a:hover {
	background-position: 0px -29px; 
	}	
	
	
li#link1 a {
	text-indent: -1000em; 
	background: url(../images/img_link1.jpg) no-repeat left top; 
	display: block;

	}


li#link1 a:hover {
		background: url(../images/link1.jpg) no-repeat left top;  
	}	

/* ON States */

li#homeON a {
	text-indent: -1000em; 
	background: url(../images/home_on.jpg) no-repeat left top;
	width: 49px;
	height: 26px; 
	display: block;
	overflow: hidden;
	position: absolute;
	top: 102px;
	left: 371px;
	}
	
li#whoON a {
	text-indent: -1000em; 
	background: url(../images/who_on.jpg) no-repeat left top;
	width: 67px;
	height: 26px;
	display: block;
	overflow: hidden;
	position: absolute;
		top: 102px;
	left: 422px;
	}
	
li#whatON a {
	text-indent: -1000em; 
	background: url(../images/what_on.jpg) no-repeat left top;
	width: 76px;
	height: 26px;  
	display: block;
	overflow: hidden;
	position: absolute;
	top: 102px;
	left: 491px;
	}
	
li#accreditationON a {
	text-indent: -1000em; 
	background: url(../images/acc_on.jpg) no-repeat left top;
	width: 87px;
	height: 26px; 
	display: block;
	overflow: hidden;
	position: absolute;
	top: 102px;
	left: 569px;
	}
	
li#testimonialsON a {
	text-indent: -1000em; 
	background: url(../images/test_on.jpg) no-repeat left top;
	width: 84px;
	height: 26px; 
	display: block;
	overflow: hidden;
	position: absolute;
	top: 102px;
	left: 628px;
	}
	
li#contactON a {
	text-indent: -1000em; 
	background: url(../images/contact_on.jpg) no-repeat left top;
	width: 55px;
	height: 26px; 
	display: block;
	overflow: hidden;
	position: absolute;
	top: 102px;
	left: 714px;
	}

li#linksON a {
	text-indent: -1000em; 
	background: url(../images/links_on.jpg) no-repeat left top;
	width: 42px;
	height: 26px;
	display: block;
	overflow: hidden;
	position: absolute;
	top: 102px;
	left: 771px;
	}
