﻿.topnav{
	padding: 0 0 0 38px;
	margin: 0;
	list-style: none;
	background:;
	height: 58px;
	min-height: 58px;
	background: url('../images/nav/back.png') top left repeat-x;
}
.topnav li{
	padding: 0 1px;
	margin: 0;
	display: inline;
	background: url('../images/nav/seperator.png') top left no-repeat;
	float: left;
}
.topnav li a{
	padding: 0;
	margin: 0;
	height: 58px;
	min-height: 58px;
	float: left;
	text-decoration: none;
	display: block;
}

#t-company a{
	width: 144px;
	background: url('../images/nav/company.png') top left no-repeat;
}
#t-company a:hover,
#t-company a:focus,
.topnav.company #t-company a{
	width: 144px;
	background: url('../images/nav/company2.png') top left no-repeat;
}
#t-wwd a{
	width: 150px;
	background: url('../images/nav/services.png') top left no-repeat;
}
#t-wwd a:hover,
#t-wwd a:focus,
.topnav.wwd #t-wwd a{
	width: 150px;
	background: url('../images/nav/services2.png') top left no-repeat;
}
#t-professionals a{
	width: 186px;
	background: url('../images/nav/staff.png') top left no-repeat;
}
#t-professionals a:hover,
#t-professionals a:focus,
.topnav.professionals #t-professionals a{
	width: 186px;
	background: url('../images/nav/staff2.png') top left no-repeat;
}
#t-charitable a{
	width: 214px;
	background: url('../images/nav/charity.png') top left no-repeat;
}
#t-charitable a:hover,
#t-charitable a:focus,
.topnav.charitable #t-charitable a{
	width: 214px;
	background: url('../images/nav/charity2.png') top left no-repeat;
}
#t-news a{
	width: 76px;
	background: url('../images/nav/news.png') top left no-repeat;
}
#t-news a:hover,
#t-news a:focus,
.topnav.news #t-news a{
	width: 76px;
	background: url('../images/nav/news2.png') top left no-repeat;
}
#t-contact a{
	width: 124px;
	background: url('../images/nav/contact.png') top left no-repeat;
}
#t-contact a:hover,
#t-contact a:focus,
.topnav.contact #t-contact a{
	width: 124px;
	background: url('../images/nav/contact2.png') top left no-repeat;
}
 
#t-clients a{
	width: 76px;
}
#t-clients a:hover,
#t-clients a:focus,
.topnav.clients #t-clients a{
	width: 76px;
}
 
 
 
 
 
 
 