.menu_item_green {
	border-top: 1px solid #1F654D;
	border-right: 1px solid #1F654D;
	width: 130px;
	background-color: #ffffff;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #1F654D;
	height: 17px;
	cursor: pointer;
	padding-left: 5px;
}
.menu_item_green a {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #1F654D;
	text-decoration: none;
}
.menu_item_green_over {
	border-top: 1px solid #1F654D;
	border-right: 1px solid #1F654D;
	width: 130px;
	background-color: #1F654D;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	height: 17px;
	cursor: pointer;
	padding-left: 5px;
}
.menu_item_green_over a {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

.menu_item_red {
	border-top: 1px solid red;
	border-right: 1px solid red;
	width: 130px;
	background-color: #ffffff;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #1F654D;
	height: 17px;
	cursor: pointer;
	padding-left: 5px;
}
.menu_item_red a {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #1F654D;
	text-decoration: none;
}
.menu_item_red_over {
	border-top: 1px solid red;
	border-right: 1px solid red;
	width: 130px;
	background-color: red;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	height: 17px;
	cursor: pointer;
	padding-left: 5px;
}
.menu_item_red_over a {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

.menu_item_brown {
	border-top: 1px solid red;
	border-right: 1px solid red;
	width: 130px;
	background-color: #ffffff;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #1F654D;
	height: 17px;
	cursor: pointer;
	padding-left: 5px;
}
.menu_item_brown a {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #1F654D;
	text-decoration: none;
}
.menu_item_brown_over {
	border-top: 1px solid red;
	border-right: 1px solid red;
	width: 130px;
	background-color: #81523d;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	height: 17px;
	cursor: pointer;
	padding-left: 5px;
}
.menu_item_brown_over a {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
