/* CSS Menu Classes */
#menuFrame {
	position:absolute;
	top:100px;
	left:0px;
	text-align:left;
}

#menu {
z-index:2;
width: 990px;
background: #eee;
float: left;
background-image:url(/~ecoagric/images/structure/backgrounds/menu_background.jpg);
height:29px;
padding:0;
background-repeat:repeat-x; 
clear:both;
margin-bottom:1px;
position:relative;
opacity:.95;
moz-opacity:.95;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
width: 152px;
float: right;
text-align: center;
}

#menu a, #menu h2 {
font: bold 11px Tahoma, Verdana;
display: block;
margin: 0;
padding: 2px 3px;
}

#menu h2 {
color: #fff;
border:none;
font: bold 13px Tahoma, Verdana;
text-transform: lowercase;
white-space:nowrap;
padding-top:6px; padding-bottom:6px;
}

#menu a {
color: #fff;
padding-top:8px;
padding-bottom:8px;
border:1px solid #669900;
border-top:2px solid #ccc;
background: #669900;
text-decoration: none;
text-align:left;
}

/* FOR SUB-MENU-ITEMS */
#menu ul ul ul a {
font-size:10px;
padding-bottom:4px;
padding-top:4px;
border-left:1px solid white;
}

#menu a:hover {
color: #669900;
background: #fff;
/*border:1px solid #669900;*/
}

#menu li {position: relative;}

#menu ul ul {
position: absolute;
z-index: 500;
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}
