/* Horozontal Sprite Nav
 * ------------------------------------------------------------------------- */
#nav {
	background: url(../images/images/newhome_02.jpg) no-repeat;
	width:730px;
	height:70px;
	margin:0px;
	padding:0px 0px 0px 62px;
	}
#nav ul{
	float: right;
}	

#nav span { display:none; }

#nav li, #nav a { height:70px; display:block; } /* change height here also */

#nav li { float:left; list-style:none; _display:block; }

#nav-01 { width:253px; }
#nav-02 { width:201px;}
#nav-03 { width:250px;}

/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/images/nav-o_02.jpg")  -62px 0px no-repeat; }
#nav-02 a:hover { background:url("../images/images/nav-o_02.jpg")  -315px 0px no-repeat; }
#nav-03 a:hover { background:url("../images/images/nav-o_02.jpg")  -516px 0px no-repeat; }