#nav {
	/*display: inline;*/
	position: absolute;
	margin: 26px 0px 0px 8px;
	width: 139px;
	/*height: 242px;
	background: green;*/
	/*background: url('../images/nav.png') no-repeat top left;*/

}
#nav ul {
	margin:0;
	padding:0;
}

#nav li {
	line-height: 0;
	list-style-type: none;
	list-style: none;
	/*background: red;
	float: left;
	margin: 1px;*/
}

#nav li a {
	display: block;
	text-indent: -9999px;
	background: url('../images/sprite.gif') no-repeat;
	width: 139px;
	height: 30px;
}
			#nav li#offer a {
				background-position: -0px -30px;
				}
			#nav li#offer a:hover {
				background-position: -139px -30px;
				}
			#nav li#offer a:active {
				background-position: -278px -30px;
				}
				
			#nav li#projects a {
				background-position: -0px -60px;
				}
			#nav li#projects a:hover {
				background-position: -139px -60px;
				}
			#nav li#projects a:active {
				background-position: -278px -60px;
				}
				
			#nav li#artists a {
				background-position: -0px -90px;
				}
			#nav li#artists a:hover {
				background-position: -139px -90px;
				}
			#nav li#artists a:active {
				background-position: -278px -90px;
				}

			#nav li#services a {
				background-position: -0px -120px;
				}
			#nav li#services a:hover {
				background-position: -139px -120px;
				}
			#nav li#services a:active {
				background-position: -278px -120px;
				}
				
			#nav li#contact a {
				background-position: -0px -150px;
				}
			#nav li#contact a:hover {
				background-position: -139px -150px;
				}
			#nav li#contact a:active {
				background-position: -278px -150px;
				}
				
			#nav li#login a {
				background-position: -0px -180px;
				}
			#nav li#login a:hover {
				background-position: -139px -180px;
				}
			#nav li#login a:active {
				background-position: -278px -180px;
				}
				
			#nav li#join a {
				background-position: -0px -210px;
				}
			#nav li#join a:hover {
				background-position: -139px -210px;
				}
			#nav li#join a:active {
				background-position: -278px -210px;
				}
