.navTop {
	width: 960px;
	height: 40px;
	background: url(../img/sprites/menu_top.png) no-repeat;
	top: 0px;
	left: 0px;
}
.navTop li {
	display: inline;
}
.navTop li a:link, .navTop li a:visited {
	height: 40px;
	overflow:hidden;
	text-indent:-9999px;
	display:inline;
	float: left;
}



.navTop .index a:link, .navTop .index a:visited {
		left: 0px;
		width: 192px;
	}
	.navTop .index a:hover, .navTop .index a:focus {
		background: url(../img/sprites/menu_top.png) no-repeat 0px -40px;
	}
	.navTop .index a:active {
		background: url(../img/sprites/menu_top.png) no-repeat 0px -40px;
	}
	.current-index .index a:link, .current-index .index a:visited {
		background: url(../img/sprites/menu_top.png) no-repeat 0px -40px;
		cursor: default;
	}
	


.navTop .about a:link, .navTop .about a:visited {
		left: 0px;
		width: 192px;
	}
	.navTop .about a:hover, .navTop .about a:focus {
		background: url(../img/sprites/menu_top.png) no-repeat -192px -40px;
	}
	.navTop .about a:active {
		background: url(../img/sprites/menu_top.png) no-repeat -192px -40px;
	}
	.current-about .about a:link, .current-about .about a:visited {
		background: url(../img/sprites/menu_top.png) no-repeat -192px -40px;
		cursor: default;
	}
	


.navTop .showcase a:link, .navTop .showcase a:visited {
		left: 0px;
		width: 192px;
	}
	.navTop .showcase a:hover, .navTop .showcase a:focus {
		background: url(../img/sprites/menu_top.png) no-repeat -384px -40px;
	}
	.navTop .showcase a:active {
		background: url(../img/sprites/menu_top.png) no-repeat -384px -40px;
	}
	.current-showcase .showcase a:link, .current-showcase .showcase a:visited {
		background: url(../img/sprites/menu_top.png) no-repeat -384px -40px;
		cursor: default;
	}
	


.navTop .graphic a:link, .navTop .graphic a:visited {
		left: 0px;
		width: 192px;
	}
	.navTop .graphic a:hover, .navTop .graphic a:focus {
		background: url(../img/sprites/menu_top.png) no-repeat -576px -40px;
	}
	.navTop .graphic a:active {
		background: url(../img/sprites/menu_top.png) no-repeat -576px -40px;
	}
	.current-graphic .graphic a:link, .current-graphic .graphic a:visited {
		background: url(../img/sprites/menu_top.png) no-repeat -576px -40px;
		cursor: default;
	}
	
	
	
.navTop .contact a:link, .navTop .contact a:visited {
		left: 0px;
		width: 192px;
	}
	.navTop .contact a:hover, .navTop .contact a:focus {
		background: url(../img/sprites/menu_top.png) no-repeat -768px -40px;
	}
	.navTop .contact a:active {
		background: url(../img/sprites/menu_top.png) no-repeat -768px -40px;
	}
	.current-contact .contact a:link, .current-contact .contact a:visited {
		background: url(../img/sprites/menu_top.png) no-repeat -768px -40px;
		cursor: default;
	}
