/* Normal state */
.mainMenu {
	font-weight:bolder;
	cursor:pointer;
	font-family:arial;
	padding:0px 5px 0px 20px;
	width:90px;
	
}
.mainMenu a {
	text-decoration:none;
	color:#FFFFFF;
}

.mainMenu a:hover {
	text-decoration:none;
	color:silver;
}

.menuItemFirst {
	font-family: tahoma,arial;
	font-size:11px;
	font-weight:bold;
	color:#4F4F4F;
	cursor:pointer;
	background-color:#ececec;
	padding:4px 4px 4px 4px;
	width:160px;
	
	-moz-opacity:.7;
	filter:alpha(opacity=70);
	
}
.menuItem {
	font-family: tahoma,arial;
	font-size:11px;
	font-weight:bold;
	color:#4F4F4F;
	cursor:pointer;
	background-color:#ececec;
	padding:4px 4px 4px 4px;
	width:160px;
	-moz-opacity:.7;
	filter:alpha(opacity=70);
}
.menuItemLast {
	font-family: tahoma,arial;
	font-size:11px;
	font-weight:bold;
	color:#4F4F4F;
	cursor:pointer;
	background-color:#ececec;
	padding:4px 4px 4px 4px;
	width:160px;
	-moz-opacity:.7;
	filter:alpha(opacity=70);
}

/* On mouse over */
.menuItemFirstOver {
	font-family: tahoma,arial;
	font-size:11px;
	font-weight:bolder;
	color:#606060;
	cursor:pointer;
	background-color:#fff;
	padding:4px 4px 4px 4px;
	width:160px;
}
.menuItemOver {
	font-family: tahoma,arial;
	font-size:11px;
	font-weight:bolder;
	color:#606060;
	cursor:pointer;
	background-color:#fff;
	padding:4px 4px 4px 4px;
	width:160px;
}
.menuItemLastOver {
	font-family: tahoma,arial;
	font-size:11px;
	font-weight:bolder;
	color:#606060;
	cursor:pointer;
	background-color:#fff;
	padding:4px 4px 4px 4px;
	width:160px;
}

#menu1 { background:#3c7628;
height:30px;

}

#menu2 { background:#588c46;
height:30px;
}

#menu3 { background:#7faf6e;
height:30px;
}

#menu4 { background:#a0cb92;
height:30px;
}

#menu5 { background:#b8dcac;
height:30px;
}

#menu6 { background:#cfedc4;
height:30px;
}





/* submenus container */
.submenu {
	
	width:160px;
}