@charset "UTF-8";
#tnav {
	display: block;
	list-style-type: none;
	margin-top: 5px;
	overflow: hidden;
	zoom: 1;
	background: url(../images/stylesheet/tnav_transp.png) no-repeat;
	padding-left: 167px;
}

ul#tnav li {
	display: block;
	float: left;
	height: 54px;
}

ul#tnav li a {
	display: block;
	width: inherit;
	height: 54px;
	background-color: transparent;
}

ul#tnav li a:hover {
	background-color: transparent;
}

ul#tnav li span {
	display: none;
}

ul#tnav #gr {
	width: 154px;
	background: url(../images/stylesheet/groepsreizen.png) no-repeat;
}
ul#tnav #fr {
	width: 149px;
	background: url(../images/stylesheet/familiereizen.png) no-repeat;
}
ul#tnav #sr {
	width: 149px;
	background: url(../images/stylesheet/singlereizen.png) no-repeat;
}
ul#tnav #tr {
	width: 153px;
	background: url(../images/stylesheet/themareizen.png) no-repeat;
}

ul#tnav #gr a:hover, body#gr ul#tnav #gr {
	background: url(../images/stylesheet/groepsreizen-o.png) no-repeat;
}
ul#tnav #fr a:hover, body#fr ul#tnav #fr {
	background: url(../images/stylesheet/familiereizen-o.png) no-repeat;
}
ul#tnav #sr a:hover, body#sr ul#tnav #sr {
	background: url(../images/stylesheet/singlereizen-o.png) no-repeat;
}
ul#tnav #tr a:hover, body#tr ul#tnav #tr {
	background: url(../images/stylesheet/themareizen-o.png) no-repeat;
}