Salve a tutti! Scusate, non son tanto pratica di questi forum, e non ho trovato nessuna sezione per la presentazione, mi scuso quindi se ci si dovesse presentare prima di postare.

Allora, avrei un problema, intanto ve lo esponego. Partendo dal presupposto che ho una conoscienza di html e css di base, ovvero riesco a modifcare e via discorrendo, su un layout e codice già pronto. Ho bisogno di modificare un free layout

Walls is a free template released by Reality Software under the Creative Commons Attribution 3.0 license, which means you can use it in any way you want provided you keep links to the author intact.
nello specifico http://hisinfernalmusic.altervista.o...olume_tre.html

Cercando di farla breve, per problemi di spazio, avrei bisogno di strutturare un menù a tendina, solo che non riesco a modificare il codice, ho provato, ma credo che al momento mi venga un pò difficile.

In poche parole, non è che qualcuno potrebbe gentilmente aiutarmi o spiegarmi come fare?

Questo è il css di base del layout:

html {background:url(images/body_bckg.jpg) center repeat-y #1f0100;}
body {margin:0; font-size:15px; line-height:18px; font-family:"Times New Roman", Times, serif; background:url(images/head_bckg.jpg) repeat-x; padding-top:80px;}
a {color:#775b30;}
a:hover {text-decoration:none;}

#container {width:1000px; margin:0 auto;}

#header {margin:0 20px; background:url(http://hisinfernalmusic.altervista.o...e/main_top.jpg) no-repeat #FFFFFF; height:100px;}
#logo {float:left; height:30px; padding:50px 0 0 90px; background:url(images/logo.gif) no-repeat 40px 40px; width:290px;}
#logo a {color:#000000; font-size:20px; text-decoration:none; text-transform:capitalize;}
#menu {float:left; height:30px; padding:50px 0 0 0; width:580px;}
#menu ul {margin:0; padding:0;}
#menu ul li {display:inline; list-style:none;}
#menu ul a {display:block; float:left; font-size:18px; text-decoration:none; padding:0 10px 2px 10px; color:#000000;}
#menu ul a:hover {background-color:#F7F2EE;}

#main {margin:0 20px; background-color:#FFFFFF; float:left;}
#text {float:right; width:550px; padding:10px 20px 0 20px;}
#text ul {padding:0; margin:10px 0 10px 40px;}
#text ul li {padding-left:20px; background:url(images/li.gif) no-repeat; list-style:none;}
h1 {margin:20px 0 0 0; text-transform:uppercase; font-size:20px; font-weight:normal;}
#text p {margin:10px 0;}
#sidebar {float:left; width:270px; background:url(images/sidebar_image.jpg) no-repeat 0 10px; padding:420px 50px 20px 50px; color:#775b30; font-size:12px;}

#footer {height:149px; clear:both; background:url(http://hisinfernalmusic.altervista.o...ooter_bckg.jpg) no-repeat; text-transform:uppercase; font-size:10px; color:#5c5c5c;}
#left_footer {float:left; padding:40px 0 0 50px;}
#right_footer {float:right; padding:40px 50px 0 0;}



Questo è la schermata principale (oddio, perdonatemi, ma non sò come si chiama xD) del layout:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!--
Author: Reality Software
Website: http://www.realitysoftware.ca
Note: This is a free template released under the Creative Commons Attribution 3.0 license,
which means you can use it in any way you want provided you keep links to the author intact.
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title></title>
<link href="http://hisinfernalmusic.altervista.org/prova_volume_tre/style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="container">

<div id="header">
<div id="logo">His Infernal Music - The Magazine Official Site</div>
<div id="menu">
<ul>[*]home[*]about us[*]services[*]pricing[*]contacts
[/list]
</div>
</div>



<div id="main">
<div id="sidebar">


Questo Sito non rappresenta una testata giornalistica
in quanto viene aggiornato senza alcuna periodicità. Non può pertanto considerarsi un prodotto editoriale ai sensi della legge
n. 62 del 7.03.2001
<center>

<span xmlns:dc="http://purl.org/dc/elements/1.1/" href="http://purl.org/dc/dcmitype/Text" property="dc:title" rel="dc:type">His Infernal Music</span> is licensed under a Creative Commons Attribuzione-Non commerciale-Non opere derivate 2.5 Italia License.</p>

</div>

<div id="text">
<h1>Welcome</h1>


Walls is a free template released by Reality Software under the Creative Commons Attribution 3.0 license, which means you can use it in any way you want provided you keep links to the author intact.</p>

<h1>Lorem ipsum</h1>


Suspendisse egestas tincidunt erat. Proin tellus lacus, luctus vitae, ultrices vel, tincidunt vitae, quam. Proin sed enim. Nullam lobortis. Phasellus nec urna sit amet nibh iaculis consequat. Maecenas nisi eros, volutpat a, sagittis vitae, semper vestibulum, nibh. Integer euismod ante et ipsum. </p>
<ul>[*]Praesent hendrerit tincidunt metus. [*]Proin vel felis a urna tempus lobortis.[*] Sed pellentesque est in mi.
[*] Lorem ipsum dolor sit amet, consectetuer adipiscing elit. [*]Quisque lacinia, est non pretium rutrum, libero arcu ultrices lacus. [/list]
<h1>Fusce aliquet</h1>


ahhhhhhhhhhhhhhhhhhh</p>



ahhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh</p>
</div>
</div>


<div id="footer">
<div id="left_footer">&copy; Copyright 2008 Your Website</div>

<div id="right_footer">


Web design by Reality Software

</div>
</div>

</div>

</body>
</html>


http://hisinfernalmusic.altervista.o...na_html.it.css è il codice del menù a tendina che ho trovato quì su html.it...ora, spero possiate aiutarmi, sennò grazie lo stesso ^^


Edit: non funzionano i link testuali, ho dovuto mettere il link visibile.