#menu ul{ width: 100%; height: 43px; background: #FFF url(images/menu-bg.gif) top left repeat-x; font-size: 0.8em; font-family: Verdana, Arial, sans-serif; font-weight: bold; list-style-type: none; margin: 0; padding: 0; }
#menu ul li {
	display: block;
	float: left;
	margin: 0 0 0 5px;
	overflow: visible;
}
#menu ul li a { height: 43px; color: #777; text-decoration: none; display: block; float: left; line-height: 200%; padding: 8px 15px 0; }
#menu ul li a:hover { color: #333; }
#menu ul li a.current{ color: #FFF; background: #FFF url(images/current-bg.gif) top left repeat-x; padding: 5px 15px 0; }
.endbar {
	background-image: url(../../images/menubarend.gif);
	background-repeat: no-repeat;
	margin-top: -3.1em;
	margin-left: 82.3em;
	height: 3.1em;
	width: 0.9em;
	position:absolute;
}
.startbar {
	background-image: url(../../images/menubarstart.gif);
	background-repeat: no-repeat;
	margin-left: 0;
	margin-top: -3.1em;
	height: 3.1em;
	width: 0.9em;
	position:absolute;
