/* Normal state */
.menuItemFirst {
	font-family: Tahoma, Geneva, Verdana, arial, helvetica;;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	cursor:pointer;
	background-color:#443014;
	padding:6px 6px 6px 6px;
	width:160px;
 	border: 1px solid #0f0e09;
}
.menuItem {
	font-family: Tahoma, Geneva, Verdana, arial, helvetica;;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	cursor:pointer;
	background-color:#443014;
	padding:6px 6px 6px 6px;
	width:160px;
	border-left: 1px solid #0f0e09;
	border-right: 1px solid #0f0e09;
	border-bottom: 1px solid #0f0e09;
}
.menuItemLast {
	font-family: Tahoma, Geneva, Verdana, arial, helvetica;;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	cursor:pointer;
	background-color:#443014;
	padding:6px 6px 6px 6px;
	width:160px;
	border-left: 1px solid #0f0e09;
	border-right: 1px solid #0f0e09;
	border-bottom: 1px solid #0f0e09;
}

/* On mouse over */
.menuItemFirstOver {
	font-family: Tahoma, Geneva, Verdana, arial, helvetica;;
	font-size:12px;
	font-weight:bolder;
	color:#ffffff;
	cursor:pointer;
	background-color:#714e1c;
	background-image:url(over_back.gif);
	padding:6px 6px 6px 6px;
	width:160px;
 	border: 1px solid #0f0e09;
}
.menuItemOver {
	font-family: Tahoma, Geneva, Verdana, arial, helvetica;;
	font-size:12px;
	font-weight:bolder;
	color:#ffffff;
	cursor:pointer;
	background-color:#714e1c;
	background-image:url(over_back.gif);
	padding:6px 6px 6px 6px;
	width:160px;
	border-left: 1px solid #0f0e09;
	border-right: 1px solid #0f0e09;
	border-bottom: 1px solid #0f0e09;
}
.menuItemLastOver {
	font-family: Tahoma, Geneva, Verdana, arial, helvetica;;
	font-size:12px;
	font-weight:bolder;
	color:#ffffff;
	cursor:pointer;
	background-color:#714e1c;
	background-image:url(over_back.gif);
	padding:6px 6px 6px 6px;
	width:160px;
	border-left: 1px solid #0f0e09;
	border-right: 1px solid #0f0e09;
	border-bottom: 2px solid #0f0e09;
}

/* submenus container */
.submenu {
	-moz-opacity:.9;
	filter:alpha(opacity=90);
	width:160px;
}
