#bend_nav{width:764px; height:200px;background:url(../images/nav_main.jpg);margin:auto; padding:0; position: relative;}
#bend_nav li{margin: 0; padding: 0; list-style: none; display: block; position: absolute;}
#bend_nav a{height:200px; display: block;}

#individual{
	left: 0px;
	width:382px;
}
#corporate{
	left: 382px;
	width:382px;
}


#individual a:hover{background: url(../images/nav_main.jpg) -0px -200px no-repeat;}
#corporate a:hover{background: url(../images/nav_main.jpg) -382px -200px no-repeat;}

#individual a.active{background: url(../images/nav_main.jpg) -0px -400px no-repeat;}
#corporate a.active{background: url(../images/nav_main.jpg) -382px -400px no-repeat;}

