
#left ol,
#left li {
    list-style: none;
	margin: 0;
	padding: 0;
	display:inline;
	position:relative;
	z-index: 99;
}

.menu_item_l1 a:link,
.menu_item_l1_active a:link,
.menu_item_l1 a:visited,
.menu_item_l1_active a:visited {
	display:block;
	font-family: 'Trebuchet Ms', Tahoma;
	font-size: 13px;
	color: #263a78;
	text-decoration:none;
	font-weight:bold;
	border: 0;
	border-top: #e9e9e9 1px solid;
	background: #8bbee6 url(../gfx/agro/bullet.jpg) no-repeat 1px 10px;
	padding: 6px 5px 5px 20px;
}

.menu_item_l1_active a:link,
.menu_item_l1_active a:visited {
    color: #eef5fa;
	background: #2d4890 url(../gfx/agro/bullet2.jpg) no-repeat 1px 10px;
}

.menu_item_l1 a:link:hover,
.menu_item_l1 a:visited:hover {
    text-decoration: underline;
	color: #f5f9fc;
}

.menu_item_l1_active a:link:hover,
.menu_item_l1_active a:visited:hover {
     text-decoration: underline;
}











.menu_item_l2 a:link,
.menu_item_l2_active a:link,
.menu_item_l2 a:visited,
.menu_item_l2_active a:visited {
	display:block;
	font-family: 'Trebuchet Ms', Tahoma;
	font-size: 13px;
	color: #a57d68;
	text-decoration:none;
	padding: 6px 5px 5px 12px;
}

.menu_item_l2_active a:link,
.menu_item_l2_active a:visited {
    color: #e91d1d;
	text-decoration:underline;
}

.menu_item_l2 a:link:hover,
.menu_item_l2 a:visited:hover {
    text-decoration: underline;
}

.menu_item_l2_active a:link:hover,
.menu_item_l2_active a:visited:hover {
     text-decoration: underline;
}










.menu_item_l3 a:link,
.menu_item_l3_active a:link,
.menu_item_l3 a:visited,
.menu_item_l3_active a:visited {
	display:block;
	font-family: 'Trebuchet Ms', Tahoma;
	font-size: 12px;
	color: #a57d68;
	text-decoration:none;
	padding: 2px 5px 1px 24px;
}

.menu_item_l3_active a:link,
.menu_item_l3_active a:visited {
    color: #e91d1d;
	text-decoration:underline;
}

.menu_item_l3 a:link:hover,
.menu_item_l3 a:visited:hover {
    text-decoration: underline;
}

.menu_item_l3_active a:link:hover,
.menu_item_l3_active a:visited:hover {
     text-decoration: underline;
}












