#flyup{
	width:390px;
	margin-left:100px;
	margin-right:0px;
	line-height:1.6em;
	height:40px;
	text-align:center;
}
#flyup_spacer{
	height:20px;
	margin:0px;
}
#flyup dl{
	float:left;
	cursor:pointer;
	text-align:center;
	margin:0px;
	height:30px;
}
#flyup dt{
	margin:0px;
	width:80px;
	font-size:18px;
	font-weight:bold;
	color:#fff;
	padding:10px 5px 0px 5px;
	text-align:center;
}
#flyup dd{
	position:absolute;
	text-align:center;
	top:0px;
	display:none;
	width:450px;
	height:20px;
}
#flyup dd span{
	background-color:#c59c48;
	padding:2px 0px 4px 0px;
}
#flyup a{
	text-decoration:none;
	color:#853214;
	border-right:1px solid #853214;
	background-color:#c59c48;
	padding:1px 5px 3px 5px;
}
#flyup a.last{border:none;}
#flyup a:hover{
	color:#fff;
}
#flyup .divider{
	float:left;
	position:relative;
	top:10px;
	color:#c59c48;
}
