@charset "iso-8859-1";
#menu {
	background: #333;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 15em;	
}

#menu li {
	font: 67.5% "tahoma", "ms sans-serif", "arial", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size:14px;
	font-weight:bold;
}
#menu a {
	background: #4ea760;
	border-bottom: 1px solid #264521;
	color: #FFF;
	display: block;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:normal;
}
#menu a:hover {
	background: #393939 url("../images/lhover.gif") left center no-repeat;
	color: #4ea760;
	padding-bottom: 8px;
}
#top {
	background-image: url(../images/curve_top.gif);
	background-repeat: no-repeat;
	height: 20px;
}
#menubox {
	background-color: #4ea760; width:15em; 
}
.tl {
	background-image: url(../images/t_left.gif);
	background-repeat: no-repeat;
	height:9px;
	font-size:1px;
	background-position: left top;
	display: block;
}
.tr {
	background-image: url(../images/t_right.gif);
	background-repeat: no-repeat;
	height:9px;
	font-size:1px;
	background-position: right top;
	display: block;
}

.bl {
	background-image: url(../images/b_left.gif);
	background-repeat: no-repeat;
	height:9px;
	font-size:1px;
	background-position: left bottom;
	display: block;
}
.br {
	background-image: url(../images/b_right.gif);
	background-repeat: no-repeat;
	height:9px;
	font-size:1px;
	background-position: right bottom;
	display: block;
}
