<html>
<head>
<title>Menus - Sub-Menus</title>
<base href="/~sultans/html/demo/css/menus/">
<style type=text/css>
    a:link         {color:black; background-color:D0D0D0; text-decoration:none; width:200}
    a:visited      {color:black; background-color:D0D0D0; text-decoration:none; width:200}
    a:hover        {color:white; background-color:black;  text-decoration:none; width:200}
    a.open:link    {color:black; background-color:white;  text-decoration:none; width:200}
    a.open:visited {color:black; background-color:white;  text-decoration:none; width:200}
    a.open:hover   {color:white; background-color:gray;   text-decoration:none; width:200}
     .mainmenu     {width:220;   background-color:D0D0D0}
     .submenu      {width:220;   background-color:white}
</style>
</head>

<body bgcolor=lightyellow topmargin=0 leftmargin=0 rightmargin=0 bottommargin=0 
                          marginheight=0 marginwidth=0>

<table width=700 height=100% cellspacing=0 cellpadding=0 border=0>
<tr>

<!---------------- menu section ------------------->
<td bgcolor=tan width=220 valign=top >
<br><br><br>
<table width=100%>
<tr><td class=mainmenu><a href=menu1.html>
        <img src=opened.gif border=0><b> Web Development Books</a></td>

<tr><td class=submenu><a class=open href=unix.html>
              <b>--- Unix</a></td>
<tr><td class=submenu><a class=open href=unix.html>
              <b>--- HTML</a></td>
<tr><td class=submenu><a class=open href=unix.html>
              <b>--- CSS Style Sheets</a></td>
<tr><td class=submenu><a class=open href=unix.html>
              <b>--- JavaScript</a></td>
<tr><td class=submenu><a class=open href=unix.html>
              <b>--- Perl</a></td>

<tr><td class=mainmenu><a href=menu1_software.html>
        <img src=closed.gif border=0><b> Software tools for Web</a></td>
<tr><td class=mainmenu><a href=menu1_computer.html>
        <img src=closed.gif border=0><b> Computers & peripherals</a></td>
<tr><td class=mainmenu><a href=menu1_electronic.html>
        <img src=closed.gif border=0><b> Electronic equipments</a></td>
<tr><td class=mainmenu><a href=menu1_DVD.html>
        <img src=closed.gif border=0><b> DVDs, CDs, Music, etc.</a></td>
<tr><td class=mainmenu><a href=menu1_game.html>
        <img src=closed.gif border=0><b> Toys and Games</a></td>
</table>
</td>

<!--------------- content section ----------------->
<td valign=top height=100%>
<h1 align=center>Menus and Sub-Menus </H1>
<br>
  
Some content about Web Development Books
</td>


</table>
</body>
</html>