<html xmlns="http://www.w3.org/1999/xhtml" ><head runat="server"> <title>JS Menu Jeneration</title> <style type="text/css">#coolmenu{border: 3px solid black;width: 170px;background-color: magenta;}#coolmenu a{font: bold 13px Verdana;padding: 2px;padding-left: 4px;display: block;width: 100%;color: white;text-decoration: none;border-bottom: 1px solid black;}html>body #coolmenu a{ /*Non IE lule*/width: auto;}#coolmenu a:hover{background-color:cyan;color: black}</style> </head> <body> <div id="coolmenu"><a href="http://dotnetspider.com">Post Resources</a><a href="http://santoshdotnetarena.blogspot.com">Code Snippets</a><a href=”http://www.santoshonlinehelp.blogspot.com>Online Help</a><a href="http://www.microsoft.com">.Net Software</a><a href="http://www.asp.netm">ASP.Net CODE</a></div></body></html>