/*@charset "UTF-8";
/* CSS Document*/

#archmenu {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	text-align: center;
}
.button {
	display: inline-block;
	width: 32%;
	list-style: none;
}
.dropitems {
	text-align: left;
	display: none;
	list-style: none;
	background-image: url(../../images/bg_color_f.png);
	border: 3px ridge rgb(233,117,8);
	padding: 0 25px 0 -10px;
}
.button:hover .dropitems {
	display: block;
	position: absolute;
}
.item {
	list-style: none;
	display: block;
	width: 100px;
}
#archcap {
	font-style: italic;
	font-size: 10pt;
	text-align: center;
}
#back {
	text-align: center;
}
