/* external CSS file */
/* filename 'floating-menu-styles.css' */
/* NO HTML MARKUP ALLOWED */

/* Normal state */
.menuItemFirst {
	font-family: times, times new roman, lucidia grande, geneva, verdana;
	font-size:12px;
	font-weight:bold;
	color:#993300;
	cursor:hand;
	padding:2px 4px 2px 4px;
	border: 1px solid #000000;
	background-color:#C9B669;
}
.menuItem {
	font-family: times, times new roman, lucidia grande, geneva, verdana;
	font-size:12px;
	font-weight:bold;
	color:#993300;
	cursor:hand;
	padding:2px 4px 2px 4px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-color:#C9B669;
}
.menuItemLast {
	font-family: times, times new roman, lucidia grande, geneva, verdana;
	font-size:12px;
	font-weight:bold;
	color:#993300;
	cursor:hand;
	padding:2px 4px 2px 4px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-color:#C9B669;
}

/* On mouse over */
.menuItemFirstOver {
	font-family: times, times new roman, lucidia grande, geneva, verdana;
	font-size:12px;
	font-weight:bold;
	color:#993300;
	cursor:hand;
	padding:2px 4px 2px 4px;
	border: 1px solid #000000;
	background-color:#F3EFE0;
}
.submenu div:hover,.menuItemOver {
	font-family: times, times new roman, lucidia grande, geneva, verdana;
	font-size:12px;
	font-weight:bold;
	color:#993300;
	cursor:hand;
	padding:2px 4px 2px 4px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-color:#F3EFE0;
}
.menuItemLastOver {
	font-family: times, times new roman, lucidia grande, geneva, verdana;
	font-size:12px;
	font-weight:bold;
	color:#993300;
	cursor:hand;
	padding:2px 4px 2px 4px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-color:#F3EFE0;
}

/* submenus container */
.submenu {
	-moz-opacity:.8;
	/* filter:alpha(opacity=100);*/
}