/* Normal state */
.menuItemFirst {
/* 	background-image: url(images/menu_back.gif); */
/* 	background-repeat:repeat-x; */
/* 	background-color:#595F79; */
	font-family: arial;
	font-size:12px;
	font-weight:bold;
	text-transform: capitalize;
	color:#ffffff;
	cursor:pointer;
	padding:3px 5px 3px 5px;
 	width:180px;
	border: 1px dotted #c0c0c0;
/* 	-moz-opacity:.9; */
/* 	filter:alpha(opacity=90); */
}
.menuItem {
/* 	background-color:#595F79; */
	font-family: arial;
	font-size:12px;
	font-weight:bold;
	text-transform: capitalize;
	color:#ffffff;
	cursor:pointer;
	padding:3px 5px 3px 5px;
 	width:180px;
	border-left: 1px dotted #c0c0c0;
	border-right: 1px dotted #c0c0c0;
	border-bottom: 1px dotted #c0c0c0;
/* 	-moz-opacity:.9; */
/* 	filter:alpha(opacity=90); */
}
.menuItemLast {
/* 	background-color:#595F79; */
	font-family: arial;
	font-size:12px;
	font-weight:bold;
	text-transform: capitalize;
	color:#ffffff;
	cursor:pointer;
	padding:3px 5px 3px 5px;
 	width:180px;
	border-left: 1px dotted #c0c0c0;
	border-right: 1px dotted #c0c0c0;
	border-bottom: 1px dotted #c0c0c0;
/* 	-moz-opacity:.9; */
/* 	filter:alpha(opacity=90); */
}

/* On mouse over */
.menuItemFirstOver {
	background-image:url('/domains/garagedijkman.nl/images/dijkman_button_back.jpg');
	background-repeat:no-repeat;
	background-color:#979797;
	font-family: arial;
	font-size:12px;
	font-weight:bold;
	text-transform: capitalize;
	color:#ffffff;
	cursor:pointer;
	padding:3px 5px 3px 5px;
	width:180px;
	border-left: 1px dotted #c0c0c0;
	border-right: 1px dotted #c0c0c0;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #000000;
}
.menuItemOver {
	background-image:url('/domains/garagedijkman.nl/images/dijkman_button_back.jpg');
	background-repeat:no-repeat;
	background-color:#979797;
	font-family: arial;
	font-size:12px;
	font-weight:bold;
	text-transform: capitalize;
	color:#ffffff;
	cursor:pointer;
	padding:2px 5px 3px 5px;
 	width:180px;
	border-left: 1px dotted #c0c0c0;
	border-right: 1px dotted #c0c0c0;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #000000;
}
.menuItemLastOver {
	background-image:url('/domains/garagedijkman.nl/images/dijkman_button_back.jpg');
	background-repeat:no-repeat;
	background-color:#979797;
	font-family: arial;
	font-size:12px;
	font-weight:bold;
	text-transform: capitalize;
	color:#ffffff;
	cursor:pointer;
	width:180px;
	padding:2px 5px 3px 5px;
	border-left: 1px dotted #c0c0c0;
	border-right: 1px dotted #c0c0c0;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #000000;
}

/* submenus container */
.submenu {
	background-image:url('/domains/garagedijkman.nl/images/garage_dijkman_02.jpg');
	background-repeat:no-repeat;
	background-position:top;
	width:192px;
	border-left: 1px solid #000000;
	border-right: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #000000;
	-moz-opacity:.9;
	filter:alpha(opacity=90);
}

/* 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;
}*/
