ul.menu {
	list-style: none; 
	margin: 0; 
	padding: 0
}

ul.menu * {
	margin: 0; 
	padding: 0
}

ul.menu a {
	display: block; 
	color: #000; 
	text-decoration: none
}

ul.menu li {
	position: relative; 
	float: left;
}

ul.menu ul {
	position: absolute; 
	top: 36px; 
	left: 0; 
	background: #e7fed6; 
	display: none; 
	opacity: 0; 
	list-style: none
}

ul.menu ul li {
	position: relative; 
	border: 1px solid #2f5215; 
	border-top: none; 
	width: 148px; 
	margin: 0
}

ul.menu ul li a {
	display: block; 
	padding: 3px 7px 5px; 
	background-color: #e7fed6
}

ul.menu ul li a:hover {
	background-color: #d8fcbd;
}

ul.menu ul ul {
	left: 148px; 
	top: -1px
}

ul.menu .main {
	padding: 10px 8px 11px; 
	color: #FFF; 
	font-weight: bold; 
	background: url(../images/menu_separator.jpg) no-repeat right; 
}

ul.menu .main:hover, ul.menu .menuhover {
	background: url(../images/menu_bg_hover.jpg)
}

ul.menu .daddy {
	background: #e7fed6 url(../images/arrow.gif) 136px 8px no-repeat
}

ul.menu .first {
	border-top: 1px solid #2f5215
}
