div.mitem {
	float:left;
	border-style: solid;
	border-color: #fff;
	border-width: 0px 1px 0px 1px;
	padding: 0px 1em 0px 1em;
	font-size: 0.9em;
	text-decoration: none;
	font-weight: bold;
	
}

div.mitem {
	color: #fff;
}

div.mitem a:visited {
	color: #fff;
	text-decoration: none;
}

div.mleft {
	border-left-width: 0px;
}

div.mright {
	border-right-width: 0px;
}

div.mitem:hover, div.mcur {
	background-color: #aad;
}

div.mcur {
	cursor: auto;
}
