	
	#sideNav
	{
		list-style-type: none;
		text-indent:-9999px; line-height: 0.001em; font-size: 0.001em;
	}
	
	#sideNav li
	{
		text-indent:-9999px; line-height: 0.001em; font-size: 0.001em;
		margin-left:auto;
		margin-right:auto;
	}
	
	#sideNav li a
	{
		text-indent:-9999px; line-height: 0.001em; font-size: 0.001em;
		display:block;
		width:268px;
	}
	
	/*******************************************************/
	#login
	{
		width:268px;
		height:165px;
	}
	
	#toptips
	{
		width:268px;
		height:103px;
		margin-top:-20px;
	}
	
	#userguide
	{
		width:268px;
		height:103px;
		margin-top:-20px;
	}
	
	#samples
	{
		width:268px;
		height:103px;
		margin-top:-20px;
	}
	
	#needhelp
	{
		width:272px;
		height:275px;
	}
	
	/*******************************************************/
	#login a
	{
		background: url(../../images/login.png) no-repeat;
		width:268px;
		height:165px;
	}
	#login a:hover
	{
		background: url(../../images/login_over.png) no-repeat;
	}
	
	#toptips a
	{
		background: url(../../images/toptips.png) no-repeat;
		width:268px;
		height:103px;
	}
	#toptips a:hover
	{
		background: url(../../images/toptips_over.png) no-repeat;
	}
	
	#userguide a
	{
		background: url(../../images/userguide.png) no-repeat;
		width:268px;
		height:103px;
	}
	#userguide a:hover
	{
		background: url(../../images/userguide_over.png) no-repeat;
	}
	
	#samples a
	{
		background: url(../../images/samples.png) no-repeat;
		width:268px;
		height:103px;
	}
	#samples a:hover
	{
		background: url(../../images/samples_over.png) no-repeat;
	}
	
	#needhelp a
	{
		background: url(../../images/needhelp.png) no-repeat;
		width:272px;
		height:275px;
	}
	#needhelp a:hover
	{
		background: url(../../images/needhelp_over.png) no-repeat;
		width:272px;
		height:275px;
	}
	
	/*******************************************************/
	#spacer
	{
		width:268px;
		height:10px;
		margin-top:-20px;
		font: 1px/1px sans-serif; text-indent: -9999px;
	}
	