#nav {
	float: right;
	height: 13px;
	overflow: hidden;
	margin-top: 57px;
	position:absolute;
	right:25px;
}

div#nav a {
    background-image:url(http://www.vicinorestaurant.com/images/misc/nav.png);
    background-repeat:no-repeat;
    color:transparent;
    display:block;
    float:left;
    height:15px;
    overflow:hidden;
    text-indent:-2000em;
}

a#go-restaurant {
    background-position:0 -14px;
    width:126px;
}

a#go-about {
    background-position:-126px -14px;
    width:108px;
}

a#go-food {
    background-position:-234px -14px;
    width:141px;
}

a#go-offers {
    background-position:-375px -14px;
    width:143px;
}

a#go-contact {
    background-position:-518px -14px;
    width:65px;
}









a#go-restaurant:hover {
    background-position:0 -0px;
    width:126px;
}

a#go-about:hover {
    background-position:-126px -0px;
    width:108px;
}

a#go-food:hover {
    background-position:-234px -0px;
    width:141px;
}

a#go-offers:hover {
    background-position:-375px -0px;
    width:143px;
}

a#go-contact:hover {
    background-position:-518px -0px;
    width:65px;
}




