/* Top nav (tabs) */

#nav ul{
	list-style-type: none;
}

#nav ul li {
	float: left;
}

#nav ul li span {
	display: none;
}

#nav ul li a {
	display: block;
	height: 103px;
}

#nav ul li a.navHome {
	background: url(../images/nav-home.jpg) top no-repeat;
	width: 80px;
}

#nav ul li a.navAbout {
	background: url(../images/nav-about.jpg) top no-repeat;
	width: 72px;
}

#nav ul li a.navFrameless {
	background: url(../images/nav-frameless.jpg) top no-repeat;
	width: 127px;
}

#nav ul li a.navGlass {
	background: url(../images/nav-glass.jpg) top no-repeat;
	width: 106px;
}

#nav ul li a.navBlinds{
	background: url(../images/nav-blinds.jpg) top no-repeat;
	width: 110px;
}

#nav ul li a.navFire{
	background: url(../images/nav-fire.jpg) top no-repeat;
	width: 91px;
}

#nav ul li a.navSmart{
	background: url(../images/nav-smart.jpg) top no-repeat;
	width: 83px;
}

#nav ul li a.navContact{
	background: url(../images/nav-contact.jpg) top no-repeat;
	width: 100px;
}

#nav ul li a:hover {
	background-position: bottom;
}

#nav ul li a.active {
	background-position: bottom !important;
}