.mainMenuBlock {
	background-color: #77920F;
	margin: 0px;
	padding: 0px;
}


xMenu {
background-color:#77920F;
}

a.xMenu_items, a.xMenu_items:visited, a.xMenu_items:link {
	background-color:#77920F;
	color: #FFFFFF;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-indent: 7px;
}

a.xMenu_items:hover {
	background-color:#77920F;
	color: #FFFF00;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-indent: 7px;
}


.xMenuSub1 {
	background-color: #BBC887;
}

a.xMenuSub1_items, a.xMenuSub1_items:visited, a.xMenuSub1_items:link {
	background-color: #BBC887;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: none;
	color: #000000;
	text-decoration:none;
	padding-left: 7px;
}

a.xMenuSub1_items:hover {
	background-color: #BBC887;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: none;
	color: #FF0000;
	text-decoration:none;
}

.xMenuSub2 {
background-color: #DDE4C3;
position:relative;
}
a.xMenuSub2_items, a.xMenuSub2_items:visited, a.xMenuSub2_items:link {
	background-color: #DDE4C3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration:none;
	padding-left: 7px;
	}
a.xMenuSub2_items:hover {
color:#FF0000;
}
