/* Normal state */
.menuItemFirst {
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	color:white;
	cursor:pointer;
	background-color:#6072a3;
	padding:4px 4px 4px 4px;
	width:160px;
 	border: 1px solid #990033;
}
.menuItem {
	font-family: Verdana;
	font-size:11px;
	font-weight:bold;
	color:white;
	cursor:pointer;
	background-color:#6072a3;
	padding:4px 4px 4px 4px;
	width:160px;
	border-left: 1px solid #990033;
	border-right: 1px solid #990033;
	border-bottom: 1px solid #990033;
}
.menuItemLast {
	font-family: Verdana;
	font-size:11px;
	font-weight:bold;
	color:white;
	cursor:pointer;
	background-color:#6072a3;
	padding:4px 4px 4px 4px;
	width:160px;
	border-left: 1px solid #990033;
	border-right: 1px solid #990033;
	border-bottom: 1px solid #990033;
}

/* On mouse over */
.menuItemFirstOver {
	font-family: Verdana;
	font-size:11px;
	font-weight:bolder;
	text-decoration:underline;
	color:white;
	cursor:pointer;
	background-color:#998a74;
	/*background-image:url(over_back.gif);*/
	padding:4px 4px 4px 4px;
	width:160px;
 	border: 1px solid #990033;
}
.menuItemOver {
	font-family: Verdana;
	font-size:11px;
	font-weight:bolder;
	text-decoration:underline;
	color:white;
	cursor:pointer;
	background-color:#998a74;
	/*background-image:url(over_back.gif);*/
	padding:4px 4px 4px 4px;
	width:160px;
	border-left: 1px solid #990033;
	border-right: 1px solid #990033;
	border-bottom: 1px solid #990033;
}
.menuItemLastOver {
	font-family: Verdana;
	font-size:11px;
	font-weight:bolder;
	text-decoration:underline;
	color:white;
	cursor:pointer;
	background-color:#998a74;
	/*background-image:url(over_back.gif);*/
	padding:4px 4px 4px 4px;
	width:160px;
	border-left: 1px solid #990033;
	border-right: 1px solid #990033;
	border-bottom: 2px solid #990033;
}

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

