@charset "UTF-8";
/* CSS Document */

.nav01rollover {
	display: block;
	height: 22px;
	width:48px;
	text-decoration: none;
	background: url(../lib/nav/home.png) no-repeat;
	}

.nav01rollover:hover {
	background-position: 0px -24px;
	
	}

.nav01displace {
	position: absolute;
	left: -5000px;
	}
	
	
	
.nav02rollover {
	display: block;
	height: 22px;
	width:79px;
	text-decoration: none;
	background: url(../lib/nav/services.png) no-repeat;
	}

.nav02rollover:hover {
	background-position: 0px -24px;
	
	}

.nav02displace {
	position: absolute;
	left: -5000px;
	}
	
	
	
.nav03rollover {
	display: block;
	height: 22px;
	width:109px;
	text-decoration: none;
	background:url(../lib/nav/specialisms.png) no-repeat;
	}

.nav03rollover:hover {
	background-position: 0px -24px;
	
	}

.nav03displace {
	position: absolute;
	left: -5000px;
	}
	
	
	
.nav04rollover {
	display: block;
	height: 22px;
	width:101px;
	text-decoration: none;
	background:url(../lib/nav/associates.png) no-repeat;
	}

.nav04rollover:hover {
	background-position: 0px -24px;
	
	}

.nav04displace {
	position: absolute;
	left: -5000px;
	}
	
	

	
.nav05rollover {
	display: block;
	height: 22px;
	width:74px;
	text-decoration: none;
	background:url(../lib/nav/contact.png) no-repeat;
	}

.nav05rollover:hover {
	background-position: 0px -24px;
	
	}

.nav05displace {
	position: absolute;
	left: -5000px;
	}
	
	

	
	
	
	
	
	
	
	
	