/* MENU */

ul#menu{
	list-style-type: none;
	width: 100%;
	position: relative;
	height: 18px;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 14px;
	margin: 0 0 0 0;
	padding: 6px 0 0 0;
}
ul#menu li{
	display: block;
	float: left;
	margin: 0 0 0 8px;
	height: 18px;
}
ul#menu li a{
	display: block;
	float: left;
	color: #000;
	background: transparent;
	line-height: 16px;
	text-decoration: none;
	padding: 0 8px 0 8px;
	height: 18px;
}
ul#menu li a:hover{
	background: #209f4a;
	color: #fff;
}
ul#menu li a.current, ul#menu li a.current:hover{
	color: #fff;
	background: #209f4a;
}