/* All clickable menu items */
.menu_item {
	cursor: pointer;
}

/* Dropdown menu popup containers */
.menu_popup {
}

/* Top-level menu items */
td.menu_item {
	text-align: left;
	width: 12%;
	font-weight: bold;
}
td.menu_item_over {
	font-weight: normal;
}
td.menu_item div {
	text-align: center;
}
td.menu_item .menu_anchor {
	position: relative;
	top: 12px;
}

/* Drop-down menu items */
div.menu_item {
	margin-bottom: 1px;
	text-align: left;
	padding: 2px 0 0 2px;
	height: 18px;
	font-family: Verdana;
	font-size: 8pt;
	background-color: #FFFFFF;
}
div.menu_item_over {
	background-color: #EFEFEF;
}
