/*====================================================
	nav
====================================================*/


#nav{
	margin:0;
	padding:0;
	height:35px;
	background:url(../img/atari/02.png) no-repeat;
	clear:both;
}

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

#nav li{
	margin:0;
	padding:0;
	float:left;
	list-style:none;
	
}

#nav a{
	display:block;
	width:120px;
	height:35px;
	text-indent:-9999px;
}

a.m1{
	background:url(../img/atari/02.png) no-repeat;
	background-position:0 -70px;
}

a.m2{
	background:url(../img/atari/02.png) no-repeat;
	background-position:-120px 0;
}

a.m3{
	background:url(../img/atari/02.png) no-repeat;
	background-position:-240px 0;
}

a.m4{
	background:url(../img/atari/02.png) no-repeat;
	background-position:-360px 0;
}

a.m5{
	background:url(../img/atari/02.png) no-repeat;
	background-position:-480px 0;
}

a.m6{
	background:url(../img/atari/02.png) no-repeat;
	background-position:-600px 0;
}

a.m1:hover{
	background-position:0 -70px;
}

a.m2:hover{
	background-position:-120px -35px;
}

a.m3:hover{
	background-position:-240px -35px;
}

a.m4:hover{
	background-position:-360px -35px;
}

a.m5:hover{
	background-position:-480px -35px;
}

a.m6:hover{
	background-position:-600px 0;
}

