/* Menú CSS, basado en www.meyerweb.com/eric/css/edge/menus/demo.html */
#menu ul {padding: 0; margin: 0; border-bottom: 1px solid silver;
  font: 1em sans-serif;}
#menu ul li {list-style-type: none; border: 1px solid silver;
  border-width: 1px 1px 0 3px; position: relative; margin: 0; padding: 0;
  text-indent:0px;
}
#menu ul ul {display: none; width: 10em; }
#menu ul li:hover > ul {display: block; position: absolute; top: -1px; left: 100%;}
#menu li a {display: block; padding: 7px 9px; text-decoration: underline;
  background: #FFE;}
#menu ul#top li a:hover {background: #ffa500;}
#menu li.sub > a {font-weight: bold; background: #FFC url(file:///C|/Documents%20and%20Settings/miguelangel.FEDE/Configuraci%F3n%20local/Archivos%20temporales%20de%20Internet/Content.IE5/236XUF0Z/derecha.png) right no-repeat;
  text-decoration: none; }
#menu ul#top > li > a {background: #FFC url(file:///C|/Documents%20and%20Settings/miguelangel.FEDE/Configuraci%F3n%20local/Archivos%20temporales%20de%20Internet/Content.IE5/236XUF0Z/abajo.png) right no-repeat; }

#menu ul#top {width: 6em;}
#menu ul#top > li:hover > ul {width: 10em; top: 1.7em; left: -3px;}
#menu ul#top > li > a:hover {background: #0ee; text-transform:uppercase;}

/* Estos colores sólo han de afectar al menú, no a toda la página */
#menu li.sub > a {color:black;}
#menu a[href]:link {color:blue;}
#menu a[href]:visited {color:#007;}
#menu a[href]:hover {color:red;}
#menu * {font-size:100%; font-family:sans-serif; }

/* Reglas globales para todas mis páginas: */
body {margin:4%;}
