/* navigation panel */

#nav {
	margin: 0px 0 0 20px;
	height: 23px;
}
#nav ul {
	margin: 0 0 0 0px;
}
#nav ul li {
	float: left;
	display: block;
	margin: 0 3px 0 0;
}
#nav ul li#home a {
	width: 82px;
	height: 23px;
	background: transparent url(../images/button-home.png) 0 0 no-repeat;
	display: block;
	text-indent: -9999px;
}
#nav ul li#home a:hover {
	background-position: bottom;
}
#nav ul li#product a {
	width: 82px;
	height: 23px;
	background: transparent url(../images/button-product.png) 0 0 no-repeat;
	display: block;
	text-indent: -9999px;
}
#nav ul li#product a:hover {
	background-position: bottom;
}
#nav ul li#download a {
	width: 82px;
	height: 23px;
	background: transparent url(../images/button-download.png) 0 0 no-repeat;
	display: block;
	text-indent: -9999px;
}
#nav ul li#download a:hover {
	background-position: bottom;
}
#nav ul li#contact a {
	width: 82px;
	height: 23px;
	background: transparent url(../images/button-contact.png) 0 0 no-repeat;
	display: block;
	text-indent: -9999px;
}
#nav ul li#contact a:hover {
	background-position: bottom;
}
#nav ul li#purchase a {
	width: 82px;
	height: 23px;
	background: transparent url(../images/button-purchase.png) 0 0 no-repeat;
	display: block;
	text-indent: -9999px;
}
#nav ul li#purchase a:hover {
	background-position: bottom;
}
#nav ul li a#selected {
	background-position: bottom !important;
}