ul, li {
	list-style-type: none;
}

div.menu a {
	display: block;
	text-align: center;
	font-weight: bold;
	font-family: Verdana;
	font-size:9px;
	text-decoration: none;
	color: #000000;
	background: #FFFFFF;
	padding-top:1px;
	padding-bottom:1px;
}

div.menu a:hover {
	background: #64A65C;
}

#smenu1, #smenu2{
	display: none;
	float: left;
	width: 142px;
	font-size: 12px;
	margin:0px;
	padding:0px;
	background: #FFFFFF;
}

#smenu3{
	display: none;
	float: left;
	width: 129px;
	font-size: 12px;
	margin:0px;
	padding:0px;
	background: #FFFFFF;
}

.menu{
	position: absolute;
	opacity: 0.8;
	-moz-opacity:0.80;
	-khtml-opacity:0.80;
	filter:Alpha(opacity=80);
}
