
<style>
.dummy{}
/* */

#footerSitemapContainer {
	display:block;
	position:relative;
	margin:0;
	padding:7px 0 0 0;
	width:900px;
	z-index:10;
}
#bottomNav {
	display:block;
	float:left;
	margin:0;
	padding:0;
	width:900px;
}
/************* Level 1 ***************/
#bottomNav ul {
	display:block;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	width:300px;
}
#bottomNav ul li {
	display:block;
	float:left;
	margin:0;
	padding:13px 0 0 30px;
	width:270px;
}
#bottomNav ul li a {
	display:block;
	margin:0;
	padding:1px 0 0 0;
	width:270px;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
}
#bottomNav ul li a:link, #bottomNav ul li a:visited  {
	color:#f8981c;
	text-decoration:none;
}
#bottomNav ul li a:hover, #bottomNav ul li a:active  {
	color:#f8981c;
	text-decoration:underline;
}

/************* Level 2 ***************/
#bottomNav ul ul {
	display:block;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	width:270px;
}
#bottomNav ul li li {
	display:block;
	float:left;
	margin:0;
	padding:0;
	width:270px;
}
#bottomNav ul li li a {
	display:block;
	margin:0;
	padding:1px 30px 0 0;
	width:240px;
	font-weight:normal;
	font-size:12px;
	text-transform:none;
}
#bottomNav ul li li a:link, #bottomNav ul li li a:visited {
	color:#ffffff !important;
	text-decoration:none !important;
}
#bottomNav ul li li a:hover, #bottomNav ul li li a:active {
	color:#f8981c !important;
	text-decoration:underline !important;
}

