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;
			height:230px
*/
			clear:both;
			float: left;
			margin: 25px 0 10px 5px;
			width: 190px;
			background-color: #F4ECE6;
			padding: 4px 0;
		}

div.leftNavArea	{
/*
			position: absolute;
			left: 20px;
			top: 100px;
			height:242px;
*/
			clear:both;
			float: left;
			margin: 25px 0 10px 9px;
			width: 190px;
			background-color: #F4ECE6;
			padding: 2px 0;
		}
