/* Normal state */
.menuItemFirst {
	font-family: helvetica,arial,sans-serif;
 	font-size:75%;
 	font-weight:bold;
	color:#000;
	cursor:pointer;
	width:190px;
/* 	height:19px; */
 	padding:4px;
	padding-left: 15px;
	border-top: 1px solid #9A9A9A;
	border-left: 1px solid #9A9A9A;
	border-right: 1px solid #9A9A9A;
}
.menuItem {
	font-family: helvetica,arial,sans-serif;
	font-size:75%;
	font-weight:bold;
	color:#000;
	cursor:pointer;
	width:190px;
/* 	height:19px; */
	padding:4px;
	padding-left: 15px;
	border-top: 1px solid #9A9A9A;
	border-left: 1px solid #9A9A9A;
	border-right: 1px solid #9A9A9A;
}
.menuItemLast {
	font-family: helvetica,arial,sans-serif;
 	font-size:75%;
 	font-weight:bold;
	color:#000;
	cursor:pointer;
	width:190px;
/* 	height:19px; */
 	padding:4px;
	padding-left: 15px;
	border: 1px solid #9A9A9A;
}

/* On mouse over */
.menuItemFirstOver {
	background-color:#f90;
	font-family: helvetica,arial,sans-serif;
 	font-size:75%;
 	font-weight:bold;
	color:#000;
	cursor:pointer;
	width:190px;
/* 	height:19px; */
	padding:4px;
	padding-left: 15px;
	border-top: 1px solid #9A9A9A;
	border-left: 1px solid #9A9A9A;
	border-right: 1px solid #9A9A9A;
}
.menuItemOver {
	background-color:#f90;
	font-family: helvetica,arial,sans-serif;
 	font-size:75%;
 	font-weight:bold;
	color:#000;
	cursor:pointer;
	width:190px;
/* 	height:19px; */
 	padding:4px;
	padding-left: 15px;
	border-top: 1px solid #9A9A9A;
	border-left: 1px solid #9A9A9A;
	border-right: 1px solid #9A9A9A;
}
.menuItemLastOver {
	background-color:#f90;
	font-family: helvetica,arial,sans-serif;
 	font-size:75%;
 	font-weight:bold;
	color:#000;
	cursor:pointer;
	width:190px;
/* 	height:19px; */
	padding:4px;
	padding-left: 15px;
	border: 1px solid #9A9A9A;
}

/* submenus container */
.submenu {
/*	background-image:url(/domains/basvandenbroeke/foodcenter.nl/images/menu_back.png);
	background-repeat:repeat-x;
	background-position:top;*/
	background-color:#fff;
/* 	-moz-opacity:.9; */
/* 	filter:alpha(opacity=90); */
/*  width:180px; */
}

/* arrow when a item has a submenu */
/*
.menuItemArrow {
	background-image: url(/domains/strapid.nl/images/menu_arrow.gif);
	background-repeat:no-repeat;
	background-position: center center;
	width:7px;
	height:12px;
	float:right;
}
.menuItemArrowOver {
	background-image: url(/domains/strapid.nl/images/menu_arrow_over.gif);
	background-repeat:no-repeat;
	background-position: center center;
	width:7px;
	height:12px;
	float:right;
}*/