.menu {
	width: 815px;
	height: 58px;
	background: #5f8701 url(../images/menu2-bg.png) repeat-x 0 0;
/*	overflow: hidden;   */
	
}


/* .menu {position:relative;} */

.menu ul li a {
    text-decoration:none; 
}

.menu ul li ul li a
{
  display:block; 
  text-decoration:none; 
  height:23px; 
  text-align:left; 
  color:#000; 
  padding-left:20px; 
  line-height:25px; 

}

.menu ul {
  padding:0; 
  margin:0;
  list-style-type: none; 
  }


.menu ul li {
float:left; 
position:relative;
}

.level1 {
	padding-left: 3px;
	line-height: 52px;
	background: url(../images/menu2-separator.png) no-repeat 0 0;
 
  }
  
  
.link1:visited, .link1:link{
  	display: block;
	line-height: 52px;
	text-align: center;
	color: #fff;
        padding: 0 22px;
	margin: 3px 0;
}

.link1:active, .link1:hover{
  	display: block;
	line-height: 52px;
	text-align: center;
	color: #fff;
        padding: 0 22px;
	margin: 3px 0;
	background: #fff url(../images/menu2-hover.png) no-repeat 50% 100%;
	color: #436000;
}




.link1:hover {
  	background: #fff url(../images/menu2-hover.png) no-repeat 50% 100%;
	color: #436000;
}

.menu ul li ul {visibility:hidden; position:absolute; margin-left: 3px;}

.menu table {border-collapse:collapse; margin:0; padding:0; font-size:1em; margin:-1px;}



.menu ul li:hover ul, .menu ul li a:hover ul {
  visibility:visible; 
  bottom:58px;
  _bottom: 56px; 
  left:0;
}

.menu ul li:hover ul li, .menu ul li a:hover ul li {
display:block; 
background:#fff; 
color:#000;
width:169px; 
clear:both;
/* border-bottom: 1px solid #567b00; */
}

.menu ul li:hover ul li a, .menu ul li a:hover ul li a {
  display:block; 
  color:#4c6800; 
  width:100%; 
  padding-left:16px;
  background: #ffffff url(../images/submenu.gif) no-repeat 7px 50%;
}

.menu ul li:hover ul li a:hover, .menu ul li a:hover ul li a:hover {
  color:#4c6800;
  background: #ededed url(../images/submenu.gif) no-repeat 7px 50%;
  }



.menu ul li:hover ul li a.sub, .menu ul li a:hover ul li a.sub {
  background: #ffffff url(../images/submenu1.gif) no-repeat 3px 50%;
  color:#4c6800;
  }

.menu ul li:hover ul li:hover a.sub, .menu ul li a:hover ul li a:hover.sub {
  background: #ededed url(../images/submenu1.gif) no-repeat 3px 50%;
  color:#4c6800;
  }


.menu ul li:hover ul li ul, .menu ul li a:hover ul li a ul {visibility:hidden; position:absolute; margin-left: 0;}

.menu ul li:hover ul li:hover ul, .menu ul li a:hover ul li a:hover ul {visibility:visible; left:186px; bottom:0;}

.menu ul li:hover ul li:hover ul li a, .menu ul li a:hover ul li a:hover ul li a {
  background: #ffffff url(../images/submenu.gif) no-repeat 7px 50%;
  color:#4c6800;
  }


.menu ul li:hover ul li:hover ul li a:hover, .menu ul li a:hover ul li a:hover ul li a:hover {
  background: #ededed url(../images/submenu.gif) no-repeat 7px 50%;
  color:#4c6800;
  }




.menu ul li:hover ul.left, .menu ul li a:hover ul.left {left:-105px;}

.menu ul li:hover ul li:hover ul.left, .menu ul li a:hover ul li a:hover ul.left {left:-210px; width:209px;}