@charset "utf-8";
/* CSS Document */

ul.menu2
{
   list-style:none;
   width: 400px;
}
ul.menu2 li
{
   position:relative; /* Las coordenadas de los ul inferiores serán relativas al <li> que los contiene */
   width:400px;
}
ul.menu2 ul
{
   display:none;
   list-style:none;
}
ul.menu2 li:hover > ul
{
   display:block;
}
  .opcions2 {  
    width: 170px; background-color: #ffffff; z-index:1; min-height: 110px; height: auto !important; height: 110px;
    padding: 0px 0px 0px 0px; margin-bottom: 20px; border-bottom: 1px dashed #6C2A2A; list-style:none;
    }
  .opcions2 p { margin: 0px; }
  .opcions2 ul { display: none}
  .opcions2 ul li { width: 98%; margin: 0px 0px 0px 0px; height: 19px; height: auto;
    border-top: 1px dashed #6C2A2A; list-style-type: none; 
	
    }

  .opcions2 ul li a {
    width: 98%; margin: 0px 0px 0px 0px; padding: 5px 5px 0px 10px;
    font-size: 90%; background-color: #ffffff; background-image: url(galeria/punt_llista01.gif); 
	background-repeat: no-repeat;display: none;color: #333333; text-decoration: none; 
    }
  .opcions2 li:hover > ul {
  display: block; }
  
/*  
  .opcions2 ul ul { clear: both; width: 100%; margin: 0px 0px 0px 10px; background-color: #F7F1E3; text-transform: lowercase; }
  .opcions2 ul ul li { background-color: #F7F1E3; height: auto; }
  .opcions2 ul ul li a { width: 100px; display: block; background-color: #F7F1E3; font-weight: bold; }
  .opcions2 ul ul li a:hover { width: 100px; display: block; background-color: #cccccc; }
  */
  


