/* Normal state */
.menuItemFirst {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#1E4725;
	cursor:pointer;
	background-color:#F8DF68;
	padding:4px 4px 4px 4px;
	width:100px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-style: solid;
	border-right-color: #1E4725;
	border-bottom-color: #1E4725;
	border-left-color: #1E4725;
	border-top-color: #1E4725;
}
.menuItem {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#1E4725;
	cursor:pointer;
	background-color:#F8DF68;
	padding:4px 4px 4px 4px;
	width:100px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #1E4725;
	border-bottom-color: #1E4725;
	border-left-color: #1E4725;
}
.menuItemLast {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#1E4725;
	cursor:pointer;
	background-color:#F8DF68;
	padding:4px 4px 4px 4px;
	width:100px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #1E4725;
	border-bottom-color: #1E4725;
	border-left-color: #1E4725;
}

/* On mouse over */
.menuItemFirstOver {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#1E4725;
	cursor:pointer;
	background-color:#F8DF68;
	background-image:none;
	padding:4px 4px 4px 4px;
	width:100px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-style: solid;
	border-right-color: #1E4725;
	border-bottom-color: #1E4725;
	border-left-color: #1E4725;
	border-top-color: #1E4725;
	text-decoration: underline;
}
.menuItemOver {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#1E4725;
	cursor:pointer;
	background-color:#F8DF68;
	background-image:none;
	padding:4px 4px 4px 4px;
	width:100px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #1E4725;
	border-bottom-color: #1E4725;
	border-left-color: #1E4725;
	text-decoration: underline;
}
.menuItemLastOver {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#1E4725;
	cursor:pointer;
	background-color:#F8DF68;
	background-image:none;
	padding:4px 4px 4px 4px;
	width:100px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #1E4725;
	border-bottom-color: #1E4725;
	border-left-color: #1E4725;
	text-decoration: underline;
}

/* submenus container */
.submenu {
	-moz-opacity:1;
	filter:alpha(opacity=100);
	width:100px;
}
