.bevelmenu {
	font: bold .9em arial;
	padding: 6px 0 6px 20px;
	margin: 0;
	background-color: #f4f1e7;
	text-align: left;
}
.bevelmenu li {
	list-style: none;
	display: inline;
}
.bevelmenu li a {
	padding: 3px 0.5em;
	text-decoration: none;
	color: black;
	background-color: #f4f1e7;
	border: 2px solid #f4f1e7;
}
.bevelmenu li a:hover {
	color: #F1EDEB;
	background-color: #5F3A2A;
	border-style: outset;
}
html > body .bevelmenu li a:active {
	/* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}
