body {
	padding: 4px;
	background-color: whitesmoke;
	color: maroon;
}

#LeftMenuBar {
	font: bold 14px/20px Arial, Helvetica, sans-serif;
	width: 150px;
	margin: 0;
	padding: 0;
	color: white;
	list-style: none;
	text-indent: 18px;
}

#LeftMenuBar a {
	background-color: maroon;
	color: white;
	text-decoration: none;
	height: 22px;	
	position: relative;
	border: 1px solid white;
	display:  block;
	zoom: 1;  /* fix for IE6 */
}

#LeftMenuBar a:hover {
	background-color: white;
	color: maroon;
	border: 1px solid maroon;
}



