/* Normal state */
.menuItemFirst {
	font-family: tahoma,arial;
	font-size:11px;
	font-weight:bold;
	color:#666;
	cursor:pointer;
	background-color:#f4f4f4;
	padding:4px 4px 4px 4px;
	width:170px;
 	border-top: 1px solid #2A2978;
 	border-bottom: 1px solid #2A2978;
}
.menuItem {
	font-family: tahoma,arial;
	font-size:11px;
	font-weight:bold;
	color:#666;
	cursor:pointer;
	background-color:#f4f4f4;
	padding:4px 4px 4px 4px;
	width:170px;
	border-bottom: 1px solid #2A2978;
}
.menuItemLast {
	font-family: tahoma,arial;
	font-size:11px;
	font-weight:bold;
	color:#666;
	cursor:pointer;
	background-color:#f4f4f4;
	padding:4px 4px 4px 4px;
	width:170px;
	border-bottom: 1px solid #2A2978;
}

/* On mouse over */
.menuItemFirstOver {
	font-family: tahoma,arial;
	font-size:11px;
	font-weight:bolder;
	color:#FFF;
	cursor:pointer;
	background-color:#CD873B;
	padding:4px 4px 4px 4px;
	width:170px;
 	border-top: 1px solid #f4f4f4;
 	border-bottom: 1px solid #1E71B8;
}
.menuItemOver {
	font-family: tahoma,arial;
	font-size:11px;
	font-weight:bolder;
	color:#FFF;
	cursor:pointer;
	background-color:#CD873B;
	padding:4px 4px 4px 4px;
	width:170px;
	border-bottom: 1px solid #1E71B8;
}
.menuItemLastOver {
	font-family: tahoma,arial;
	font-size:11px;
	font-weight:bolder;
	color:#FFF;
	cursor:pointer;
	background-color:#CD873B;
	padding:4px 4px 4px 4px;
	width:170px;
	border-bottom: 1px solid #1E71B8;
}

/* submenus container */
.submenu {
	-moz-opacity:.95;
	filter:alpha(opacity=95);
	width:150px;
}

