.menu {
	background-color: #DEDEDE;
	border-top: #B5B5B5 solid 1px;
	border-left: #B5B5B5 solid 1px;
	border-right: #B5B5B5 solid 1px;
}

.menu_over {
	background-color: #FEAD32;
	border-top: #BF7300 solid 1px;
	border-left: #BF7300 solid 1px;
	border-right: #BF7300 solid 1px;
}

.menu A {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #4B4B4B;
	text-decoration: none;
	margin: 10px;
}

.menu_over A {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin: 10px;
}