/* CSS Document */

#menubar {
	float: left;
	margin: 0;
	padding: 0 5px;
	height:28px;
	font: bold 13px/28px 'Trebuchet MS', Helvetica, Arial, Geneva, sans-serif;
	text-decoration: none;
	color: #eee;
	background-image: url(img/batt.jpg);
}


#menubar a {
	float: left;
	margin: 0;
	padding: 0 5px;
	font: bold 13px/28px 'Trebuchet MS', Helvetica, Arial, Geneva, sans-serif;
	text-decoration: none;
	color: #eee;
	background-image: url(img/batt.jpg);
}

#menubar a:hover, 

#menubar a:active {
	color: #000000;
	border: none;
	background-image: url(img/batt.jpg);
}
