
/*<style>
.dummy{} */


#bottomNav {
	display:block;
	float:left;
	margin:0;
	padding:0;
	width:400px;
}
/************* Level 1 ***************/
#bottomNav ul {
	display:block;
	float:left;
	list-style:none;
	margin:0;
	padding:0 0 16px 0;
	width:200px;
}
#bottomNav ul li {
	display:block;
	float:left;
	margin:0;
	padding:16px 0 0 30px;
	width:170px;
}
#bottomNav ul li a {
	display:block;
	margin:0;
	padding:1px 0;
	width:170px;
	font-weight:bold;
}
#bottomNav ul li a:link, #bottomNav ul li a:visited  {
	color:#ffcb05;
	text-decoration:none;
}
#bottomNav ul li a:hover, #bottomNav ul li a:active  {
	color:#ffcb05;
	text-decoration:underline;
}

/************* Level 2 ***************/
#bottomNav ul ul {
	display:block;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	width:170px;
}
#bottomNav ul li li {
	display:block;
	float:left;
	margin:0;
	padding:0;
	width:170px;
}
#bottomNav ul li li a {
	display:block;
	margin:0;
	padding:1px 0;
	width:170px;
	font-weight:normal;
	font-size:10px;
}
#bottomNav ul li li a:link, #bottomNav ul li li a:visited {
	color:#000000 !important;
	text-decoration:none !important;
}
#bottomNav ul li li a:hover, #bottomNav ul li li a:active {
	color:#ffcb05 !important;
	text-decoration:none !important;
}

