Hola, me presento, soy Mario Hernández y soy webmaster, hoy os traigo un menú en html, con algo de CSS; sirve para todas las webs, blogs, o cualquier página que soporte html y CSS.
Lo primero será poner el CSS:
<--Inicio de código-->
#nav {
padding:0;
margin:0;
list-style:none;
height:28px;
position:relative;
z-index:500;
font-family:arial, verdana, sans-serif;
}
#nav li.top {display:block; float:left;}
#nav li a.top_link {
display:block;
float:left;
height:28px;
line-height:27px;
color:#ccc;
text-decoration:none;
font-size:11px;
font-weight:bold;
padding:0 0 0 12px;
cursor:pointer;
background: url(https://lh3.googleusercontent.com/_dsEG33PDaHw/TZ09RHaFbzI/AAAAAAAABTE/6p3R65Ner8s/blank.png);
}
#nav li a.top_link span {
float:left;
display:block;
padding:0 24px 0 12px;
height:28px;
background:url(https://lh3.googleusercontent.com/_dsEG33PDaHw/TZ09RHaFbzI/AAAAAAAABTE/6p3R65Ner8s/blank.png) right top;
}
#nav li a.top_link span.down {
float:left;
display:block;
padding:0 24px 0 12px;
height:28px;
background:url(https://lh4.googleusercontent.com/_dsEG33PDaHw/TZ09Rc6Bo-I/AAAAAAAABTM/Hw8Z7P-ArJY/blanka.png) no-repeat right top;
}
#nav li a.top_link:hover {color:#fff; background: url(https://lh6.googleusercontent.com/_dsEG33PDaHw/TZ09ROu843I/AAAAAAAABTA/YiHQiVi2PvA/blank_over.png) no-repeat;}
#nav li a.top_link:hover span {background:url(https://lh6.googleusercontent.com/_dsEG33PDaHw/TZ09ROu843I/AAAAAAAABTA/YiHQiVi2PvA/blank_over.png) no-repeat right top;}
#nav li a.top_link:hover span.down {background:url(https://lh5.googleusercontent.com/_dsEG33PDaHw/TZ09RW6ujwI/AAAAAAAABTI/ZhMxmj3L_UU/blank_overa.png) no-repeat right top;}
#nav li:hover > a.top_link {color:#fff; background: url(https://lh6.googleusercontent.com/_dsEG33PDaHw/TZ09ROu843I/AAAAAAAABTA/YiHQiVi2PvA/blank_over.png) no-repeat;}
#nav li:hover > a.top_link span {background:url(https://lh6.googleusercontent.com/_dsEG33PDaHw/TZ09ROu843I/AAAAAAAABTA/YiHQiVi2PvA/blank_over.png) no-repeat right top;}
#nav li:hover > a.top_link span.down {background:url(https://lh5.googleusercontent.com/_dsEG33PDaHw/TZ09RW6ujwI/AAAAAAAABTI/ZhMxmj3L_UU/blank_overa.png) no-repeat right top;}
#nav li:hover {position:relative; z-index:200;}
#nav ul,
#nav li:hover ul ul,
#nav li:hover ul li:hover ul ul,
#nav li:hover ul li:hover ul li:hover ul ul,
#nav li:hover ul li:hover ul li:hover ul li:hover ul ul
{position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}
#nav li:hover ul.sub{
left:0;
top:28px;
background: #fff;
padding:3px;
border:1px solid #3a93d2;
white-space:nowrap;
width:90px;
height:auto;
z-index:300;
}
#nav li:hover ul.sub li{
display:block;
height:20px;
position:relative;
float:left;
width:90px;
font-weight:normal;
}
#nav li:hover ul.sub li a{
display:block;
font-size:11px;
height:20px;
width:90px;
line-height:20px;
text-indent:5px;
color:#000;
text-decoration:none;
}
#nav li ul.sub li a.fly
{background:#fff url(https://lh4.googleusercontent.com/_dsEG33PDaHw/TZ0rcqtIs9I/AAAAAAAABSo/DM1oojAqk5s/arrow.gif) 80px 7px no-repeat;}
#nav li:hover ul.sub li a:hover
{background:#3a93d2; color:#fff;}
#nav li:hover ul.sub li a.fly:hover
{background:#3a93d2 url(https://lh4.googleusercontent.com/_dsEG33PDaHw/TZ0rcSPpqlI/AAAAAAAABSc/RseHiYluzAM/arrow_over.gif) 80px 7px no-repeat; color:#fff;}
#nav li:hover ul li:hover > a.fly {background:#3a93d2 url(https://lh4.googleusercontent.com/_dsEG33PDaHw/TZ0rcSPpqlI/AAAAAAAABSc/RseHiYluzAM/arrow_over.gif) 80px 7px no-repeat; color:#fff;}
#nav li:hover ul li:hover ul,
#nav li:hover ul li:hover ul li:hover ul,
#nav li:hover ul li:hover ul li:hover ul li:hover ul,
#nav li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul
{left:90px; top:-4px; background: #fff; padding:3px; border:1px solid #3a93d2; white-space:nowrap; width:90px; z-index:400; height:auto;
}
<--Fin del código-->
Poner el CSS es muy sencillo, solo hay que, meter el código entre las siguientes etiquetas:
<style type='text/css'>
</style>
Ahora vendría el html, es el siguiente:
<--Inicio del código-->
<ul id="nav">
<li class="top"><a href="URL del enlace" class="top_link"><span>Pestaña 1</span></a></li>
<li class="top"><a href="#" class="top_link"><span class="down">Pestaña 2</span></a><ul class="sub"><li><a href="#" class="fly">Pestaña 2.1</a><ul>
<li><a href="URL del enlace">Pestaña 2.1.1</a></li>
<li><a href="URL del enlace">Pestaña 2.1.2</a></li>
<li><a href="URL del enlace">Pestaña 2.1.3</a></li>
</ul>
</li>
<li class="mid"><a href="#" class="fly">Pestaña 2.2</a>
<ul>
<li><a href="URL del enlace">Pestaña 2.2.1</a></li>
<li><a href="URL del enlace">Pestaña 2.2.2</a></li>
<li><a href="URL del enlace">Pestaña 2.2.3</a></li>
<li><a href="#" class="fly">Pestaña 2.2.4</a>
<ul>
<li><a href="URL del enlace">Pestaña 2.2.4.1</a></li>
<li><a href="URL del enlace">Pestaña 2.2.4.2</a></li>
<li><a href="URL del enlace">Pestaña 2.2.4.3</a></li>
</ul>
</li>
<li><a href="URL del enlace">Pestaña 2.2.5</a></li>
<li><a href="#" class="fly">Pestaña 2.2.6</a>
<ul>
<li><a href="URL del enlace">Pestaña 2.2.6.1</a></li>
<li><a href="URL del enlace">Pestaña 2.2.6.2</a></li>
</ul>
</li>
</ul>
</li>
<li><a href="URL del enlace">Pestaña 2.3</a></li>
<li><a href="URL del enlace">Pestaña 2.4</a></li>
<li><a href="URL del enlace">Pestaña 2.5</a></li>
</ul>
</li>
<li class="top"><a href="#" class="top_link"><span class="down">Pestaña 3</span></a>
<ul class="sub">
<li><a href="URL del enlace">Pestaña 3.1</a></li>
<li><a href="URL del enlace">Pestaña 3.2</a></li>
<li><a href="URL del enlace">Pestaña 3.3</a></li>
<li><a href="URL del enlace">Pestaña 3.4</a></li>
</ul>
</li>
<li class="top"><a href="#" class="top_link"><span class="down">Pestaña 4</span></a>
<ul class="sub">
<li><a href="URL del enlace">Pestaña 4.1</a></li>
<li><a href="#" class="fly">Pestaña 4.2</a>
<ul>
<li><a href="URL del enlace">Pestaña 4.2.1</a></li>
<li><a href="URL del enlace">Pestaña 4.2.2</a></li>
<li><a href="URL del enlace">Pestaña 4.2.3</a></li>
<li><a href="URL del enlace">Pestaña 4.2.4</a></li>
<li><a href="URL del enlace">Pestaña 4.2.5</a></li>
<li><a href="URL del enlace">Pestaña 4.2.6</a></li>
</ul>
</li>
<li><a href="URL del enlace">Pestaña 4.3</a></li>
<li><a href="URL del enlace">Pestaña 4.4</a></li>
<li><a href="URL del enlace">Pestaña 4.5</a></li>
<li><a href="URL del enlace">Pestaña 4.6</a></li>
</ul>
</li>
<li class="top"><a href="#" class="top_link"><span class="down">Pestaña 5</span></a>
<ul class="sub">
<li><a href="URL del enlace">Pestaña 5.1</a></li>
<li><a href="URL del enlace">Pestaña 5.2</a></li>
<li><a href="URL del enlace">Pestaña 5.3</a></li>
</ul>
</li>
<li class="top"><a href="URL del enlace" class="top_link"><span>Pestaña 6</span></a></li>
</ul>
<--Fin del código-->
Que sepais que este código no es mío, si no que es de Ciudad Blogger.com
Hasta aquí todo, si teneis cualquier duda me lo decis en un comentario.