#nav {
	margin: 0;
	padding: 0;
	height: 68px;
	list-style: none;
	display: inline;
	overflow: hidden;
}
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}
#nav a {
	float: left;
	padding-top: 68px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	overflow: hidden;
	height: 0px;
}

#nav a:hover {
	background-position: 0 -68px;
}
#nav a:active, #nav a.selected {
	background-position: 0 -136px;
}
#thome a  {
	width: 60px;
	background-image: url(images/button_home.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
#tcompany a  {
	width: 82px;
	background-image: url(images/button_company.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
#tblog a  {
	width: 60px;
	background-image: url(images/button_blog.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
#tproducts a {
	background-image: url(images/button_products.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 88px;
}
#tservices a {
	background-image: url(images/button_services.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 81px;
}
#tportfolio a {
	background-image: url(images/button_portfolio.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 89px;
}
#tcontactus a {
	background-image: url(images/button_contactus.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 98px;
}
#tfreequote a {
	background-image: url(images/button_free_quote.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 320px;
}

body#home #thome a,
body#company #tcompany a,
body#blog #tblog a,
body#products #tproducts a,
body#services #tservices a,
body#portfolio #tportfolio a,
body#contactus #tcontactus a,
body#contactus #tfreequote a,
body#downloads #tdownloads a,
body#wallpapers #twallpapers a {
	background-position: 0 -136px;
}




#fnav {
	margin: 0;
	padding: 0;
	height: 68px;
	list-style: none;
	display: inline;
	overflow: hidden;
}
#fnav li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}
#fnav a {
	float: left;
	padding-top: 68px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	overflow: hidden;
	height: 0px;
}

#fnav a:hover {
	background-position: 0 -68px;
}
#fnav a:active, #fnav a.selected {
	background-position: 0 -136px;
}