#right ul {
	padding: 0px;
	list-style-type: none;
	clear: both;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#right li {
	float: left;
	text-align: center;
	padding: 5px;
	background-color: #FFE3BB;
	margin-bottom: 5px;
	border: 1px solid #FF6600;
	margin-left: 5px;
}
.above {
	display: block;
	width: 100px;
	background-color: #FFFFFF;
	color: #000000;
	text-decoration: none;
	padding: 5px;
}
#right li a:hover {
	background-color: #FFC772;
}

#right p {
	clear: both;
}
.onclick {
	display: block;
	width: 100px;
	background-color: #FF9900;
	color: #000000;
	text-decoration: none;
	padding: 5px;
}
#p1 {
	width: 500px;
	text-align: right;
	background-color: #FFE3BB;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
}
.hidden {
	display:none;
}
