/* --------------------------------------------------------- TOP NAV */

#nav ul{
	list-style-type: none;
}

#nav ul li {
	float: left;
}

#nav ul li span {
	display: none;
}

#nav ul li a {
	display: block;
}

#nav ul li a.navHome {
	background: url(/assets/images/btn_home.jpg) top no-repeat;
	width: 79px;
	height: 33px;
}

#nav ul li a.navEducation {
	background: url(/assets/images/btn_education.jpg) top no-repeat;
	width: 110px;
	height: 33px;
}

#nav ul li a.navSolicitors{
	background: url(/assets/images/btn_solicitors.jpg) top no-repeat;
	width: 113px;
	height: 33px;
}

#nav ul li a.navCommercial {
	background: url(/assets/images/btn_commercial.jpg) top no-repeat;
	width: 120px;
	height: 33px;
}

#nav ul li a.navPrivate {
	background: url(/assets/images/btn_private.jpg) top no-repeat;
	width: 89px;
	height: 33px;
}

#nav ul li a.navContact {
	background: url(/assets/images/btn_contact.jpg) top no-repeat;
	width: 89px;
	height: 33px;
}
