#nav-bar {
	width:960px;
	/*height:28px;*/
	height: 68px;
	background-image:url(../images/menu.png);
	background-repeat:repeat;
	margin: 0 auto;
	position: absolute;
	top: 280px;
}
.menu {
	width: 960px;
	/*height: 29.5px;*/
	
	margin: 0;
	padding: 0;
}
.menu ul {
	width: 960px;
	/*height: 29.5px;*/
	height: 68px;
	margin: 0;
	padding: 0;
	position: relative;
	background: url(../images/menu.png);
}
.menu ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	top: 0px;
	position: absolute;
	clear: left;
	color:#000000;
	font-weight:bold;
}
.menu ul li a {
	text-indent: -9999px;
	text-decoration: none;
	display: block;
	/*height: 30px;*/
	height: 68px;
	margin: 0;
	padding: 0;
	border-bottom-width: 0;
	
}
.m1 {
	left: 0;
	top: 0;
	width: 160px;
}
.m2 {
	left: 160px;
	top: 0;
	width: 160px;
}
.m3 {
	left: 320px;
	top: 0;
	width: 160px;
}
.m4 {
	left: 480px;
	top: 0;
	width: 160px;
}
.m5 {
	left: 640px;
	top: 0;
	width: 160px;
}
.m6 {
	left: 800px;
	top: 0;
	width: 160px;
}

.m1 a:hover {
	background: transparent url(../images/menu.png) 0 -66px no-repeat;
	border-bottom: 0;
}
.m2 a:hover {
	background: transparent url(../images/menu.png) -160px -66px no-repeat;
	border-bottom: 0;
}
.m3 a:hover {
	background: transparent url(../images/menu.png) -320px -66px no-repeat;
	border-bottom: 0;
}
.m4 a:hover {
	background: transparent url(../images/menu.png) -480px -66px no-repeat;
	border-bottom: 0;
}
.m5 a:hover {
	background: transparent url(../images/menu.png) -640px -66px no-repeat;
	border-bottom: 0;
}
.m6 a:hover {
	background: transparent url(../images/menu.png) -800px -66px no-repeat;
	border-bottom: 0;
}
