<html>
<head>
<title>Menus - Sub-Menus</title>
<base href="/~sultans/html/demo/css/menus/">
<style type=text/css>
    table  .mainmenu      {width:200;   background-color:D0D0D0}

    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.content:link      {color:blue;  text-align:center; text-decoration:none; width:70}
    a.content:visited   {color:blue;  text-align:center; text-decoration:none; width:70}
    a.content:hover     {color:red;   text-align:center; text-decoration:none; width:70}

</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_book.html>
        <img src=closed.gif border=0><b> Web Development Books</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><br>
<p>  Some introductory site content,
<a href="http://www.google.com" class=content>click here</a>  for more info

</td>


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