/* Estilo para menu Publicaciones x Javier P&eacute;rez Pacheco
http://www.javielinux.tk mdificado y adaptado a la web por FFI */

#menu {
  margin-left: 6px;
  margin-top:0px;
} 

#menu div {
  float:left;
  background:url("imags/solapa1.jpg") no-repeat left top;
  padding:0 0 0 9px;
} 

#menu a {
  display:block;
  background:url("imags/solapa2.jpg") no-repeat right top;
  padding:6px 12px 6px 6px;
  text-decoration:none;
  font-weight:bold;
  font-family: Trebuchet ms;
  font-size: 12px;
  color:#000;
}

#menu a:hover {
  color:#333;
} 

#menu #libros {
  background-position:0% -0px;
  border-width:0;
} 

#menu #libros a {
  background-position:100% -0px;
  padding-bottom:4px;
  color:#333;
} 
#menu #libros:hover {
  background-position:0% -600px;
  border-width:0;
} 

#menu #libros:hover a {
  background-position:100% -600px;
  padding-bottom:4px;
  color:#333;
} 

#menu #informes {
  background-position:0% -150px;
  border-width:0;
} 

#menu #informes a {
  background-position:100% -150px;
  padding-bottom:4px;
  color:#333;
} 
#menu #informes:hover {
  background-position:0% -600px;
  border-width:0;
} 

#menu #informes:hover a {
  background-position:100% -600px;
  padding-bottom:4px;
  color:#333;
} 

#menu #sindicales {
  background-position:0% -300px;
  border-width:0;
} 

#menu #sindicales a {
  background-position:100% -300px;
  padding-bottom:4px;
  color:#333;
}
#menu #sindicales:hover {
  background-position:0% -600px;
  border-width:0;
} 

#menu #sindicales:hover a {
  background-position:100% -600px;
  padding-bottom:4px;
  color:#333;
} 

#menu #articulos {
  background-position:0% -450px;
  border-width:0;
} 

#menu #articulos a {
  background-position:100% -450px;
  padding-bottom:4px;
  color:#333;
} 
#menu #articulos:hover {
  background-position:0% -600px;
  border-width:0;
} 

#menu #articulos:hover a {
  background-position:100% -600px;
  padding-bottom:4px;
  color:#333;
}
 

