	/* Normal state */
.menuItemFirst {
	font-family: verdana;
	font-size:11px;
	font-weight:bold;
	color:#dddddd;
	cursor:pointer;
	background-color:#981b1e;
	padding:4px 4px 4px 4px;
	width:110px;
 	border: 1px solid black;
	text-align:left;
}
.menuItem {
	font-family: verdana;
	font-size:11px;
	font-weight:bold;
	color:#dddddd;
	cursor:pointer;
	background-color:#981b1e;
	padding:4px 4px 4px 4px;
	width:110px;
	border: 1px solid black;
	border-top:0px;
	text-align:left;
}
.menuItemLast {
	font-family: verdana;
	font-size:11px;
	font-weight:bold;
	color:#dddddd;
	cursor:pointer;
	background-color:#981b1e;
	padding:4px 4px 4px 4px;
	width:110px;
	border: 1px solid black;
	border-top:0px;
	text-align:left;
}

/* On mouse over */
.menuItemFirstOver {
	font-family: verdana;
	font-size:11px;
	font-weight:bolder;
	color:#FFFFFF;
	cursor:pointer;
	background-color:#666666;
	padding:4px 4px 4px 4px;
	width:110px;
 	border: 1px solid black;
	text-align:left;
}
.menuItemOver {
	font-family: verdana;
	font-size:11px;
	font-weight:bolder;
	color:#FFFFFF;
	cursor:pointer;
	background-color:#666666;
	padding:4px 4px 4px 4px;
	width:110px;
	border: 1px solid black;
	border-top:0px;
	text-align:left;
}
.menuItemLastOver {
	font-family: verdana;
	font-size:11px;
	font-weight:bolder;
	color:#FFFFFF;
	cursor:pointer;
	background-color:#666666;
	padding:4px 4px 4px 4px;
	width:110px;
	border: 1px solid black;
	border-top:0px;
	text-align:left;
}

/* submenus container */
.submenu {
	-moz-opacity:.9;
	filter:alpha(opacity=90);
	width:110px;
}
