/* Normal state */
.menuItemFirst {
	background-color:#000000;
	font-family: verdana;
	font-size:10px;
	font-weight:normal;
	text-align:bottom;
	text-transform: capitalize;
	color:#ffffff;
	cursor:pointer;
	width:134px;
/* 	height:19px; */
 	padding:2px 6px 2px 6px;
	border-top: 1px dotted #ffffff;
	border-left: 1px dotted #ffffff;
	border-right: 1px dotted #ffffff;
}
.menuItem {
	background-color:#000000;
	font-family: verdana;
	font-size:10px;
	font-weight:normal;
	text-align:bottom;
	text-transform: capitalize;
	color:#ffffff;
	cursor:pointer;
	width:134px;
/* 	height:19px; */
	padding:2px 6px 2px 6px;
	border-top: 1px dotted #ffffff;
	border-left: 1px dotted #ffffff;
	border-right: 1px dotted #ffffff;
}
.menuItemLast {
	background-color:#000000;
	font-family: verdana;
	font-size:10px;
	font-weight:normal;
	text-align:bottom;
	text-transform: capitalize;
	color:#ffffff;
	cursor:pointer;
	width:134px;
/* 	height:19px; */
	padding:2px 6px 2px 6px;
	border: 1px dotted #ffffff;
}

/* On mouse over */
.menuItemFirstOver {
	background-color:#505050;
	font-family: verdana;
	font-size:10px;
	font-weight:normal;
	text-align:bottom;
	text-transform: capitalize;
	color:#cccccc;
	cursor:pointer;
	width:134px;
/* 	height:19px; */
	padding:2px 6px 2px 6px;
	border-top: 1px dotted #ffffff;
	border-left: 1px dotted #ffffff;
	border-right: 1px dotted #ffffff;
}
.menuItemOver {
	background-color:#505050;
	font-family: verdana;
	font-size:10px;
	font-weight:normal;
	text-align:bottom;
	text-transform: capitalize;
	color:#cccccc;
	cursor:pointer;
	width:134px;
/* 	height:19px; */
 	padding:2px 6px 2px 6px;
	border-top: 1px dotted #ffffff;
	border-left: 1px dotted #ffffff;
	border-right: 1px dotted #ffffff;
}
.menuItemLastOver {
	background-color:#505050;
	font-family: verdana;
	font-size:10px;
	font-weight:normal;
	text-align:bottom;
	text-transform: capitalize;
	color:#cccccc;
	cursor:pointer;
	width:134px;
/* 	height:19px; */
	padding:2px 6px 2px 6px;
	border: 1px dotted #ffffff;
}

/* submenus container */
.submenu {
/* 	-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;
}*/
