<?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>
		<body>
			<font style="font-size: 16pt; color: #3642a9; font-family: arial">
				<table id="Table1" width="384" border="0" style="font-size: 15pt; ; vertical-align: top; width: 384px; color: darkslateblue; font-family: arial; white-space: nowrap; height: 53px">
					<tbody>
						<tr>
							<td width="100%">
								<xsl:value-of select="cwhome/title"/>
							</td>
						</tr>
					</tbody>
				</table>
				<br/>
				<br/>
			</font>
			<table width="88" style="table-layout: auto; ; width: 88px; font-family: arial; white-space: nowrap; position: absolute; text-align: center; cellpadding: -3; cellspacing: -2">
				<tbody>
					<xsl:for-each select="cwhome/menu/division">
						<tr>
							<td vAlign="middle" width="50%">
								<button 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: 20px; text-align: center">
									<xsl:value-of select="."/>
								</button>
							</td>
						</tr>
					</xsl:for-each>
				</tbody>
			</table>
		</body>
	</html>
</xsl:template>

</xsl:stylesheet><!-- Stylus Studio meta-information - (c) 2004-2005. Progress Software Corporation. All rights reserved.
<metaInformation>
<scenarios ><scenario default="yes" name="Scenario111" 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"/><MapperBlockPosition></MapperBlockPosition><TemplateContext></TemplateContext><MapperFilter side="source"></MapperFilter></MapperMetaTag>
</metaInformation>
-->