@charset "utf-8";
/* CSS Document */
/*Menu Item Contact */
.roll-1 a { display:block; width: 122px; padding:0px; background: url(assets/images/mnu-contact.jpg) no-repeat 0 0; text-decoration: none; height: 130px; float: right; }
.roll-1 a:hover { 
background-position: 0 -130px;
}
/*Menu Item Gallery */
.roll-2 a { display:block; width: 111px; padding:0px; background: url(assets/images/mnu-gallery.jpg) no-repeat 0 0; text-decoration: none; height: 130px; float: right; }
.roll-2 a:hover { 
background-position: 0 -130px;
}
/*Menu Item About */
.roll-3 a { display:block; width: 114px; padding:0px; background: url(assets/images/mnu-about.jpg) no-repeat 0 0; text-decoration: none; height: 130px; float: right; }
.roll-3 a:hover { 
background-position: 0 -130px;
}
/*Menu Item Welcome */
.roll-4 a { display:block; width: 118px; padding:0px; background: url(assets/images/mnu-welcome.jpg) no-repeat 0 0; text-decoration: none; height: 130px; float: right; }
.roll-4 a:hover { 
background-position: 0 -130px;
}
/*Facebook */
.roll-face a { display:block; width: 152px; padding:0px; background: url(assets/images/facebook.gif) no-repeat 0 0; text-decoration: none; height: 52px; float: left; }
.roll-face  a:hover { 
background-position: 0 -51px;
}
