/* --------- styles for the menu frame --------- */

.menuitem {
	background-image: url(/img/item_on.gif);
	background-repeat: no-repeat;
	width: 117px;
	height: 22px;
	cursor: pointer;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 10px;
	padding-top: 4px;
	padding-left: 5px;
	padding-right: 5px;
}

.menuitem_over {
	background-image: url(/img/item_on.gif);
	background-repeat: no-repeat;
	width: 117px;
	height: 22px;
	cursor: pointer;
	font-size: 9pt;
	font-weight: bold;
	color: #FDEF06;;
	margin-top: 10px;
	padding-top: 4px;
	padding-left: 5px;
	padding-right: 5px;
}

.menuitemholder {
	width: 105px;
	height: 16px;
	overflow: hidden;
}
