#bend_nav{width:888px; height:100px; background:url(../images/nav_bg.png) no-repeat; padding:0; position: relative; margin-top:2px;}
#bend_nav li{margin: 0; padding: 0; list-style: none; display: block; position: absolute;}
#bend_nav a{height:100px; display: block;}


#home{
	left: 0px;
	width:79px;
}
#race{
	left: 79px;
	width:102px;
}
#team{
	left: 181px;
	width:98px;
}
#talking{
	left: 279px;
	width:157px;
}
#news{
	left: 436px;
	width:139px;
}
#sponsors{
	left: 575px;
	width:112px;
}
#donations{
	left: 687px;
	width:122px;
}

#store{
	left: 809px;
	width:79px;
}

#home a:hover{background:url(../images/nav_bg.png) 0px -100px no-repeat;}
#race a:hover{background:url(../images/nav_bg.png) -79px -100px no-repeat;}
#team a:hover{background:url(../images/nav_bg.png) -181px -100px no-repeat;}
#talking a:hover{background:url(../images/nav_bg.png) -279px -100px no-repeat;}
#news a:hover{background:url(../images/nav_bg.png) -436px -100px no-repeat;}
#sponsors a:hover{background:url(../images/nav_bg.png) -575px -100px no-repeat;}
#donations a:hover{background:url(../images/nav_bg.png) -687px -100px no-repeat;}
#store a:hover{background:url(../images/nav_bg.png) -809px -100px no-repeat;}

#home a.active{background:url(../images/nav_bg.png) 0px -200px no-repeat;}
#race a.active{background:url(../images/nav_bg.png) -79px -200px no-repeat;}
#team a.active{background:url(../images/nav_bg.png) -181px -200px no-repeat;}
#talking a.active{background:url(../images/nav_bg.png) -279px -200px no-repeat;}
#news a.active{background:url(../images/nav_bg.png) -436px -200px no-repeat;}
#sponsors a.active{background:url(../images/nav_bg.png) -575px -200px no-repeat;}
#donations a.active{background:url(../images/nav_bg.png) -687px -200px no-repeat;}
#store a.active{background:url(../images/nav_bg.png) -809px -200px no-repeat;}

