
/* there is one of these for each menubar item and it's the only class of <ul> */
ul.m {
	width:271px;
	position:absolute;
	top:2px;
	left:479px;
	margin:0px;
	padding:0px;
	list-style:none;
	z-index:4
	}

/* the menu bar list item */
li.m{
	width:271px;
	float:left;
	margin:0px;
	padding:0px;
	display:block;
	}

a.m {
	width:271px;
	height:28px;
	margin:0px;
	padding:0px;
	display:block; /* req in Mozilla to fill <a> with background */
	background:url(btn_menu.jpg);
	background-repeat: no-repeat;
	border:none;
	font-size:18px;
	color:black;
	text-align:center;
	text-decoration:none;
	}

	/* not necessary to spec link pointer */
a.m:hover {
	color:white;
	background:url(btn_over.jpg);
	}