div.leftNavButtonIE	{
			font-family: arial, helvetica, sans-serif;
			font-weight: bold;
			font-size: 12px;
			color: #5A2A06;
			background-color: #F4EEE4;
			width: 180px;
			height: 18px;
			border-left: 2px #C8B29C solid;
			border-bottom: 2px #C8B29C solid;
			border-top: 1px white solid;
			border-right: 1px white solid;
			padding-left: 14px;
			margin-left: 5px;
			margin-top: 3px;
			cursor: pointer;
		}	
div.leftNavButton	{
			font-family: arial, helvetica, sans-serif;
			font-weight: bold;
			font-size: 12px;
			color: #5A2A06;
			background-color: #F4EEE4;
			width: 164px;
			height: 17px;
			border-left: 2px #C8B29C solid;
			border-bottom: 2px #C8B29C solid;
			border-top: 1px white solid;
			border-right: 1px white solid;
			padding-left: 14px;
			margin-left: 5px;
			margin-top: 3px;
			cursor: pointer;
		}
div.leftNavButtonSel	{
			background: URL(images/buttonsel.gif);
		}
	
div.leftNavButtonOver	{
			background-color: #CAB691;
			border-bottom: 2px #9A8661 solid;
			border-left: 2px #9A8661 solid;
		}
	
div.leftNavAreaIE	{
			position: absolute;
			left: 20px;
			top: 100px;
			width: 190px;
			background-color: #F4ECE6;
			padding-top: 4px;
		}
div.leftNavArea	{
			position: absolute;
			left: 20px;
			top: 100px;
			width: 190px;
			background-color: #F4ECE6;
			padding-top: 2px;
		}
