
#topnav ul a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#topnav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#topnav ul li {
	float: left;
}

#topnav ul #linktents  {
	background-image: url(images/campright.gif);
	height: 44px;
	width: 123px;
	float: left;
}
#topnav ul #linkcarriers {
	background-image: url(images/packright.gif);
	height: 44px;
	width: 154px;
	float: left;
}
#topnav ul #linkabout {
	background-image: url(images/about.gif);
	height: 44px;
	width: 80px;
	float: left;
}
#topnav ul #linksupport {
	background-image: url(images/support.gif);
	height: 44px;
	width: 111px;
	float: left;
}
#topnav ul #linkbuy {
	background-image: url(images/wheretobuy.gif);
	height: 44px;
	width: 102px;
}
#topnav ul #linkcontact {
	background-image: url(images/contact.gif);
	height: 44px;
	width: 90px;
	float: left;
}

#topnav ul #linktentsactive, #topnav ul #linktents  a:hover  {
	background-image: url(images/campright_f2.gif);
	height: 44px;
	width: 123px;
	float: left;
}
#topnav ul #linkcarriersactive , #topnav ul #linkcarriers a:hover {
	background-image: url(images/packright_f2.gif);
	height: 44px;
	width: 154px;
	float: left;
}
#topnav ul #linkaboutactive, #topnav ul #linkabout  a:hover{
	background-image: url(images/about_f2.gif);
	height: 44px;
	width: 80px;
	float: left;
}
#topnav ul #linksupportactive, #topnav ul #linksupport a:hover {
	background-image: url(images/support_f2.gif);
	height: 44px;
	width: 111px;
	float: left;
}
#topnav ul #linkbuyactive, #topnav ul #linkbuy a:hover {
	background-image: url(images/wheretobuy_f2.gif);
	height: 44px;
	width: 102px;
	float: left;
}
#topnav ul #linkcontactactive, #topnav ul #linkcontact a:hover {
	background-image: url(images/contact_f2.gif);
	height: 44px;
	width: 90px;
	float: left;
}
