.menu_table {
	border-left: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
.menu_item {
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	width: 160px;
	background-color: #990000;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
	cursor: pointer;
	padding-left: 5px;
	padding-bottom: 3px;
	padding-top: 3px;
	filter: alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity: 0.9;
}
.menu_item a {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}
.menu_item_over {
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	width: 160px;
	background-color: #c16363;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #002b55;
	cursor: pointer;
	padding-left: 5px;
	padding-bottom: 3px;
	padding-top: 3px;
	filter: alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity: 0.9;
}
.menu_item_over a {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #002b55;
	text-decoration: none;
}