#Menu {
	float:left;
	width:800px;
	background-image:url("../images/menu.gif");
	background-repeat:repeat-y;
	font-size:85%;
	line-height:normal;	
	font-weight:bold;
	height:29px;
	}
#Menu ul {
	margin:0;
	padding:4px 10px 0 20px;
	list-style:none;
}
#Menu li {
	display:inline;
	margin:0;
	padding:0;
}
#Menu a {
	float:left;
	background:url("../images/mnuleftB.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	}
#Menu a span {
	float:left;
	display:block;
	background:url("../images/mnurightB.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#666;
	}
#Menu a span {float:none;}
#Menu a:hover span {
	color:#000;
}
#Menu a:hover {
	background-position:0% -42px;
	}
#Menu a:hover span {
	background-position:100% -42px;
}
#Menu #current a {
	background-position:0% -42px;
}
#Menu #current a span {
	background-position:100% -42px;
	color:red;
}
