.menu2 {
	width: 670px;
	margin: 0px; 
	list-style: none; 
	height: 28px;
	left: -40px;
	*left: 0px;
	position: relative; 
	border: 0px blue solid;
	z-index:500; 
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	clear: right;

}
.menu2 li.top {
	display:block; 
	float:left;
}
.menu2 li a.top_link {
	display: block; 
	float: left; 
	height: 28px;
	line-height: 28px; 
	color: #fff; 
	text-decoration: none; 
	font-size: 10px; 
	font-weight: bold;
	cursor: pointer;	
	border-right: 1px #01351C solid;
}
.menu2 li a.top_link span.down {
	float:left; 
	display:block; 
	padding:0 11px 0 11px;
	height:28px; 
}
.menu2 li a.top_link:hover {
	color: #fff;
	background-color: #078518;
}
.menu2 a:hover {
	visibility: visible; 
	position: relative; 
	z-index:200;
}
.menu2 li:hover {
	position:relative; 
	z-index:200;
}
.menu2 ul, 
.menu2 :hover ul ul, 
.menu2 :hover ul :hover ul ul,
.menu2 :hover ul :hover ul :hover ul ul,
.menu2 :hover ul :hover ul :hover ul :hover ul ul {
	position:absolute; 
	left:-9999px; 
	top:-9999px; 
	width:0; 
	height:0; 
	margin:0; 
	padding:0; 
	list-style:none;
}

.menu2 :hover ul.sub {
	left:0; 
	top:28px; 
	padding:2px; 
	background-color: #078518;
	white-space: nowrap; 
	width: 265px;
	height:auto; 
	z-index:300;
	border-top: 1px #fff solid;
	border-bottom: 1px #fff solid;
	border-left: 1px #fff solid;
	border-right: 1px #fff solid;
}
.menu2 :hover ul.sub li {
	display:block; 
	height:25px; 
	position:relative; 
	font-weight: bold;
	background-color: transparent;
}
.menu2 :hover ul.sub li a {
	display: block; 
	font-size: 9px; 
	height: 25px; 
	width: 90px; 
	line-height: 22px; 
	text-indent: 10px; 
	color: #fff; 
	text-decoration: none;
}
.menu2 :hover ul.sub li a:hover {
	background: #056912; 
	width: 265px;
	height: 24px;
	color:#fff;
} 

