
/*<style>
.dummy{}*/
/* */
#bottomNav {
	display:block;
	margin:0;
	padding:0 0 20px 0;
	width:900px;
}
/************* Level 1 ***************/
#bottomNav ul {
	display:block;
	float:left;
	list-style:none;
	margin:0;
	padding:0 0 16px 0;
	width:225px;
}
#bottomNav ul li {
	display:block;
	float:left;
	margin:0;
	padding:0 0 0 20px;
	width:205px;
}
#bottomNav ul li a {
	display:block;
	margin:0;
	padding:1px 0;
	width:205px;
	font-size:11px;
}
#bottomNav ul li a:link, #bottomNav ul li a:visited  {
	color:#b3e070;
	text-decoration:none;
}
#bottomNav ul li a:hover, #bottomNav ul li a:active  {
	color:#b3e070;
	text-decoration:underline;
}

/************* Level 2 ***************/
#bottomNav ul ul {
	display:block;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	width:205px;
}
#bottomNav ul li li {
	display:block;
	float:left;
	margin:0;
	padding:0 0 0 15px;
	width:190px;
}
#bottomNav ul li li a {
	display:block;
	margin:0;
	padding:1px 0;
	width:190px;
	font-weight:normal;
}
#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:#ffffff !important;
	text-decoration:underline !important;
}

