#menuBar {
	font: 0.8em "arial";
	background: #fff;
	width: 60%;
	float: left;
	}

#menuBar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#menuBar li {
	background: url(tab_right.gif) no-repeat right top;
	margin: 0;
	padding: 0;
	float: left;

border-bottom: 1px solid black;
	}

#menuBar a {
	text-decoration: none;
	background: url(tab_left.gif) no-repeat left top;
	display: block;
	padding: 5px 15px;
	color: #c00;
	float: left;
	}

#menuBar .current {
	background: url(tab_right_current.gif) no-repeat right top;
	margin-top: 1px;
	border-bottom: medium none;
	}

#menuBar .current a {
	color: black;
	text-decoration: none;
	background: url(tab_left_current.gif) no-repeat left top;
	}
