/******* STYLES ******/
#sitemapBKG {
width: 100%;
height: 150px;
background: url(../img/sitemapSlice.jpg) repeat-x;
margin: 0 auto;
position: relative;
top: 0px;
}

#sitemapWrapper {
width: 840px;
margin: 0 auto;
}

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

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

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

	#sitemapWrapper tr {
	margin: 5px 0 0 0;
	}
	
		#sitemapWrapper td {
		padding: 0 15px 0px 0;
		color: #FFFF00;
		font-size: 0.9em;
		text-align: left;
		}
		
			#sitemapWrapper td a {
			padding: 3px 0 0 0;
			display: block;
			color: #ff4200;
			text-decoration: none;
			font-size: 1.0em;
			}
			
				#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;
			}