#bottom {
	position:relative;
	text-align: center;
	z-index: 150;
	margin-top: 7px;
	text-decoration: none;
	margin-bottom: 0px;
	left: 30px;
	width: 525px;
}
#bottom, #bottom ul {
	float: left;
	width: 525px;
	list-style: none;
	line-height: 1;
	font-weight: normal;
	padding: 0;
	margin: 0 0 0 0;
	text-align: center;
}

#bottom a {
	display: block;
	color: #996633;
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	border-left: solid #996633 1px;
	text-align: center;
	text-indent: 8px;
}
#bottom a.split {
	display: none;
}
#bottom a.left {
	border-left: none;
}
#bottom a:hover {
	color: #666;
}

#bottom li {
	float: left;
}
#bottom li a{
	margin-left: 8px;
	line-height: 15px;
}

#bottom li ul {
	position: absolute;
	left: -999em;
	width: 170px;
	margin-left: 0px;
	line-height: 15px;
	

}
#bottom li ul a {
	
	width: 208px;
	background-color: #C42703;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	margin-left: 8px;
	text-indent: 8px;
	color: #fff;
	display: none;
}

#bottom li ul ul {
	width: 208px;
	margin-left: 209px;
	margin-top: -31px;
}


#bottom li:hover ul ul, #bottom li:hover ul ul ul, #bottom li.sfhover ul ul, #bottom li.sfhover ul ul ul {
	left: -999em;
}

#bottom li:hover ul, #bottom li li:hover ul, #bottom li li li:hover ul, #bottom li.sfhover ul, #bottom li li.sfhover ul, #bottom li li li.sfhover ul {
	left: auto;
}
#bottom li:hover, #bottom li.sfhover {
	
}