Listing K
<%@ Control Language="vb" AutoEventWireup="false" Codebehind="NavBar.ascx.vb" Inherits="WSB2BJohn.NavBar" TargetSchema="http://schemas.microsoft.com/intellisense/ie5" %>
<link rel="stylesheet" href="Styles.css">
<div align="center">
       <asp:ButtonCausesValidation=False id="btnHome" Text="Home" runat="server" CssClass="BUTTON" tabIndex="-1"></asp:Button>&nbsp;
       <asp:ButtonCausesValidation=False id="btnViewBooks" Text="View Books" runat="server" CssClass="BUTTON" tabIndex="-1"></asp:Button>&nbsp;
       <asp:ButtonCausesValidation=False id="btnViewOrders" Text="View Orders" runat="server" CssClass="BUTTON" tabIndex="-1"></asp:Button>&nbsp;
       <hr width="100%" color="#000099">
</div>