<%@ Register TagPrefix="cyberakt" Namespace="CYBERAKT.WebControls.Navigation" Assembly="ASPnetMenu" %>
<html>
<head>
  <title>Example 2: Basic Vertical</title>
  <link href="menuStyle.css" type=text/css rel=stylesheet >
  <style>
    body {background-color:White; font-family:Verdana; font-size:12px;}
    a {color:#3B5386; font-weight:bold; text-decoration:none;}
    a:hover {color:#3B5386; font-weight:bold; text-decoration:underline;}
    ul {list-style-type:square; list-style-position:outside; margin-left:18px;}
  </style>
</head>
<body><form id="Form1" runat="server"><cyberakt:ASPnetMenu id=Menu1 runat="server" 
   menuStyle="ClassicVertical" 
   menuData="menuData.xml"
   expandDelay="300"
   shadowenabled="true"
   />   
<br><br>
<b>Comments</b>: <br>
This menu was created by specifying the following property values: 
<ul>
<li><b>MenuStyle</b> is set to <b>ClassicVertical</b>;</li>
<li><b>ExpandDelay</b> is set to <b>300</b> milliseconds;</li>
<li><b>ShadowEnabled</b> is set to <b>True</b>;</li>
<li>CSS style definitions are provided in the <b>menuStyle.css</b> file;</li>
</ul><a href="../default.aspx"><img src="../images/back.gif" border="0">Back</a>
</form></body>
</html>