/* Normal state */
.menuItemFirst {
/* 	background-image: url(images/menu_back.gif); */
/* 	background-repeat:repeat-x; */
	background-color:#000000;
	font-family: verdana;
	font-size:10px;
	font-weight:normal;
	text-transform: capitalize;
	color:#ffffff;
	cursor:pointer;
	padding:0px 4px 0px 4px;
 	width:130px;
	border-top: 1px solid #ffffff;
/*	border-left: 2px solid #ff9900;
	border-right: 2px solid #ff9900;
	border-bottom: 1px solid #ff9900;*/
}
.menuItem {
	background-color:#000000;
	font-family: verdana;
	font-size:10px;
	font-weight:normal;
	text-transform: capitalize;
	color:#ffffff;
	cursor:pointer;
	padding:0px 4px 0px 4px;
 	width:130px;
	border-top: 1px solid #ffffff;
/*	border-left: 2px solid #ff9900;
	border-right: 2px solid #ff9900;
	border-bottom: 1px solid #ff9900;*/
}
.menuItemLast {
	background-color:#000000;
	font-family: verdana;
	font-size:10px;
	font-weight:normal;
	text-transform: capitalize;
	color:#ffffff;
	cursor:pointer;
	padding:0px 4px 0px 4px;
 	width:130px;
	border-top: 1px solid #ffffff;
/*	border-left: 2px solid #ff9900;
	border-right: 2px solid #ff9900;
	border-bottom: 2px solid #ff9900;*/
}

/* On mouse over */
.menuItemFirstOver {
	background-image: url(images/menu_back.gif);
	background-repeat:repeat-x;
	background-color:#ff9900;
	font-family: verdana;
	font-size:10px;
	font-weight:normal;
	text-transform: capitalize;
	color:#ffffff;
	cursor:pointer;
	padding:0px 4px 0px 4px;
	width:130px;
	border-top: 1px solid #ffffff;
/*	border-left: 2px solid #ff9900;
	border-right: 2px solid #ff9900;
	border-bottom: 1px solid #ff9900;*/
}
.menuItemOver {
	background-color:#ff9900;
	font-family: verdana;
	font-size:10px;
	font-weight:normal;
	text-transform: capitalize;
	color:#ffffff;
	cursor:pointer;
	padding:0px 4px 0px 4px;
 	width:130px;
	border-top: 1px solid #ffffff;
/*	border-left: 2px solid #ff9900;
	border-right: 2px solid #ff9900;
	border-bottom: 1px solid #ff9900;*/
}
.menuItemLastOver {
	background-color:#ff9900;
	font-family: verdana;
	font-size:10px;
	font-weight:normal;
	text-transform: capitalize;
	color:#ffffff;
	cursor:pointer;
	width:130px;
	padding:0px 4px 0px 4px;
	border-top: 1px solid #ffffff;
/*	border-left: 2px solid #ff9900;
	border-right: 2px solid #ff9900;
	border-bottom: 2px solid #ff9900;*/
}

/* submenus container */
.submenu {
/* 	-moz-opacity:.9; */
/* 	filter:alpha(opacity=90); */
/*  width:138px; */
/*  border:2px solid #ffffff; */
}

/* 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:10px;
	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:10px;
	float:right;
}
*/
