﻿<%@ Page Language="VB" MasterPageFile="~/MasterPage.master" AutoEventWireup="false" CodeFile="SiteMap.aspx.vb" 
Inherits="SiteMap" title="Safety Statements for Irish SME's - ComplianceDoc" %>

<asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server">
<meta name="description" content="ComplianceDoc is the first Irish based online website specifically designed to help Irish small to medium enterprises generate their own safety statement documents" />
<meta name="subject" content="ComplianceDoc is the first Irish based online website specifically designed to help Irish small to medium enterprises generate their own safety statement documents." />
<meta name="keywords" content="safety statement,safety ireland,safety statement document,safety policy,safety compliance,compliancedoc,health and safety" />
<meta name="classification" content="safety statement,safety ireland,safety statement document,safety policy,safety compliance,compliance,compliancedoc,health and safety" />
<meta name="Memberships" content="OSHA, European Agency for Safety and Health at Work, West Cork Enterprise Board,Health and Safety Authority, Health and Safety Executive, Institute of Occupational Safety and Health, SME, Tilleard Goya Ltd "> 

<meta name="abstract" content="compliancedoc.ie" />
<meta name="owner" content="compliancedoc.ie" />
<meta name="copyright" content="© 2009 ComplianceDoc" />
<meta name="author" content="Custom Software Design Group, www.customsoftwaredesigngroup.com" />
<meta name="publisher" content="Custom Software Design Group, www.customsoftwaredesigngroup.com">

<meta name="Geography" content="Atrium Business Centre, Blackpool, Cork, Ireland" />
<meta name="country" content="en-ie" />
<meta name="Language" content="English" />
<meta name="distribution" content="GLOBAL">

<meta name="robots" content="index, follow" />
<meta name="googlebot" content="index, follow" />
<meta name="msnbot" content="index, follow">
<meta name="revisit-after" content="2 days" />

<meta http-equiv="pragma" content="no-cache" />
<meta http-equiv="expires" content="never" />
<meta http-equiv="Robots" content="index, follow" />
<meta http-equiv="imagetoolbar" content="no">
<meta http-equiv="Cache-Control" content="no-cache, must-revalidate">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
    <div id="introduction">
				<h2>Site <span class="siteblue">Map</span></h2>
				<p>	
				</p>
 <div id="TreeView1" style="height:400px;margin:10px 0px 10px 100px;">
 <asp:TreeView ID="TreeView1"
  CssClass="TreeView"  
  runat="server" DataSourceID="SiteMapDataSource1" ShowLines="True">
  <RootNodeStyle Font-Bold="true" HorizontalPadding="0px" VerticalPadding="0px" Font-Size="9pt"  />
            <ParentNodeStyle CssClass="TreeLeaf" Font-Bold="True" HorizontalPadding="0px" VerticalPadding="0px" />
            <HoverNodeStyle CssClass="TreeLeaf" Font-Underline="True" ForeColor="#5555DD"/>
            <LeafNodeStyle CssClass="TreeLeaf" Height="10px" VerticalPadding="0" />
            <SelectedNodeStyle  CssClass="TreeLeaf" Font-Bold="true" ForeColor="#0000FF" 
                HorizontalPadding="0px" VerticalPadding="0px" />
            <NodeStyle CssClass="TreeLeaf" Height="10" HorizontalPadding="0px" NodeSpacing="0px" VerticalPadding="0px" />
    </asp:TreeView>
     <asp:SiteMapDataSource ID="SiteMapDataSource1" runat="server" />
 </div>
    
				
</div>
</asp:Content>


