/* NAV */

.spacer { padding-left: 13px; }

div#nav { height: 150px; width: 119px; margin: 0 0 10px 0; padding: 0; border: 0; }
div#nav ul#menu { height: 150px; width: 119px; background: url(../im/nav_in.gif) top left no-repeat; margin: 0; padding: 0; position: relative; }
div#nav ul#menu li { margin: 0; padding: 0; list-style: none; position: absolute; }
ul#menu li, ul#menu a { height: 30px; width: 119px; display: block; }
div#nav ul#menu li a { text-indent: -9999px; text-decoration: none; }

#homemenu { top: 0px; }
#acercamenu { top: 30px; }
#coleccionesmenu { top: 60px; }
#contactomenu { top: 90px; }
#tiendamenu { top: 120px; }

#homemenu a:hover { background: url(../im/nav_in.gif) -119px -0px no-repeat; }
#acercamenu a:hover { background: url(../im/nav_in.gif) -119px -30px no-repeat; }
#coleccionesmenu a:hover { background: url(../im/nav_in.gif) -119px -60px no-repeat; }
#contactomenu a:hover { background: url(../im/nav_in.gif) -119px -90px no-repeat; }
#tiendamenu a:hover { background: url(../im/nav_in.gif) -119px -120px no-repeat; }

body#home #homemenu { background: url(../im/nav_in.gif) -119px -0px no-repeat; }
body#acerca #acercamenu { background: url(../im/nav_in.gif) -119px -30px no-repeat; }
body#colecciones #coleccionesmenu { background: url(../im/nav_in.gif) -119px -60px no-repeat; }
body#contacto #contactomenu { background: url(../im/nav_in.gif) -119px -90px no-repeat; }
body#tienda #tiendamenu { background: url(../im/nav_in.gif) -119px -120px no-repeat; }




