<?xml version='1.0' encoding='utf-8'?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
 <xsl:output method="html"/>

<xsl:template match="/">
	<html><head></head>
		<body>
			<p>
				<font style="font-size: 16pt; color: #3642a9; font-family: arial">
					<xsl:value-of select="cwhome/title"/>
				</font>
			</p>
			<p>
				<table cellSpacing="0" cellPadding="0" width="88" style="table-layout: auto; ; width: 88px; font-family: arial; white-space: nowrap; position: absolute; text-align: center">
					<tbody>
						<xsl:for-each select="cwhome/menu/division">
							<tr>
								<td vAlign="middle" width="50%">
									<button id="X" onclick="dothis" style="border-right: medium none; border-top: medium none; font-size: 10pt; filter: progid:dximagetransform.microsoft.gradient(gradienttype=0,startcolorstr=#bbbbe7,endcolorstr=#ddddff); vertical-align: top; border-left: medium none; width: 110px; color: midnightblue; border-bottom: medium none; font-family: arial; white-space: pre; height: 27px; text-align: center">
										<xsl:value-of select="."/>
									</button><![CDATA[ ]]>
								</td>
							</tr>
						</xsl:for-each>
					</tbody>
				</table>
			</p>
			<p>&#160;</p>
		</body>
	</html>
</xsl:template>
<xsl:template name="NewTemplate0"/>
</xsl:stylesheet><!-- Stylus Studio meta-information - (c) 2004-2005. Progress Software Corporation. All rights reserved.
<metaInformation>
<scenarios ><scenario default="yes" name="Scenario121" userelativepaths="yes" externalpreview="no" url="CWHomeNavigation.xml" htmlbaseurl="" outputurl="" processortype="internal" useresolver="yes" profilemode="0" profiledepth="" profilelength="" urlprofilexml="" commandline="" additionalpath="" additionalclasspath="" postprocessortype="none" postprocesscommandline="" postprocessadditionalpath="" postprocessgeneratedext="" validateoutput="no" validator="internal" customvalidator=""/></scenarios><MapperMetaTag><MapperInfo srcSchemaPathIsRelative="yes" srcSchemaInterpretAsXML="no" destSchemaPath="" destSchemaRoot="" destSchemaPathIsRelative="yes" destSchemaInterpretAsXML="no" ><SourceSchema srcSchemaPath="CWHomeNavigation.xml" srcSchemaRoot="cwhome" AssociatedInstance="" loaderFunction="document" loaderFunctionUsesURI="no"/></MapperInfo><MapperBlockPosition><template match="/"><block path="html/body/p[1]/table/tbody/xsl:for&#x2D;each" x="168" y="72"/><block path="html/body/p[2]/xsl:call&#x2D;template" x="168" y="72"/></template></MapperBlockPosition><TemplateContext></TemplateContext><MapperFilter side="source"></MapperFilter></MapperMetaTag>
</metaInformation>
-->