/******* STYLES ******/
.sitemapWrap {
width: 1066px;
height: 150px;
margin: 0 auto;
position: relative;
}

#sitemapBKG {
width: 1066px;
height: 150px;
background: url(../img/sitemapSlice.jpg) repeat-x;
margin: 0 auto;
float: left;
position: relative;
}

	.sitmapToggle {
	float: left;
	position: relative;
	top: 10px;
	left: 50px;
	}

		.sitmapToggle a {
		color: #000;
		text-decoration: none;
		font-size: 1.4em;
		}	
		
			.sitmapToggle a:hover {
			text-decoration: underline;
			}

	#sitemapWrapper .sitemapTable {
	position: relative;
	top: 35px;
	left: -35px;
	margin: 0 auto;
	}

	#sitemapWrapper tr {
	margin: 5px 0 0 0;
	}
	
		#sitemapWrapper td {
		padding: 0 35px 0px 0;
		color: #333;
		font-size: 0.9em;
		text-align: left;
		}
		
			#sitemapWrapper td a {
			padding: 5px 0 0 0;
			color: #ff4200;
			text-decoration: none;
			}
			
				#sitemapWrapper td a:hover {
				text-decoration: underline;
				}
		
		
/********* IE HACKS *********/
* html #sitemapWrapper td {
		padding: 0 25px 0px 0;
		color: #FFFF00;
		font-size: 0.8em;
		text-align: left;
		}
		
		* html #sitemapWrapper td a {
			padding: 5px 0 0 0;
			color: #ff4200;
			font-size: 0.9em;
			text-decoration: none;
			}