/* Normal state */
.menuItemFirst {
	font-family: arial;
	font-size:12px;
	font-weight:normal;
	color:#ffffff;
	cursor:pointer;
	background-color:#DEA113;
	padding:4px 4px 4px 4px;
	width:120px;
 	border: 1px dotted #ffffff;
}
.menuItem {
	font-family: arial;
	font-size:12px;
	font-weight:normal;
	color:#ffffff;
	cursor:pointer;
	background-color:#DEA113;
	padding:4px 4px 4px 4px;
	width:120px;
	border-left: 1px dotted #ffffff;
	border-right: 1px dotted #ffffff;
	border-bottom: 1px dotted #ffffff;
}
.menuItemLast {
	font-family: arial;
	font-size:12px;
	font-weight:normal;
	color:#ffffff;
	cursor:pointer;
	background-color:#DEA113;
	padding:4px 4px 4px 4px;
	width:120px;
	border-left: 1px dotted #ffffff;
	border-right: 1px dotted #ffffff;
	border-bottom: 1px dotted #ffffff;
}

/* On mouse over */
.menuItemFirstOver {
	font-family: arial;
	font-size:12px;
	font-weight:normal;
	color:#ffffff;
	cursor:pointer;
	background-color:#DEA113;
	padding:4px 4px 4px 4px;
	width:120px;
 	border: 1px dotted #ffffff;
}
.menuItemOver {
	font-family: arial;
	font-size:12px;
	font-weight:normal;
	color:#ffffff;
	cursor:pointer;
	background-color:#DEA113;
	padding:4px 4px 4px 4px;
	width:120px;
	border-left: 1px dotted #ffffff;
	border-right: 1px dotted #ffffff;
	border-bottom: 1px dotted #ffffff;
}
.menuItemLastOver {
	font-family: arial;
	font-size:12px;
	font-weight:normal;
	color:#ffffff;
	cursor:pointer;
	background-color:#DEA113;
	padding:4px 4px 4px 4px;
	width:120px;
	border-left: 1px dotted #ffffff;
	border-right: 1px dotted #ffffff;
	border-bottom: 1px dotted #ffffff;
}

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