.left_menu {
	width: 200px; /*width of menu*/
	padding:0;
	margin:0;
	padding-bottom: 2px;
}
.left_menu .headerbar {
	font: bold 12pt "Arial Narrow", Arial, Helvetica, sans-serif;
	background: #FFFFFF; /*last 2 values are the x and y coordinates of bullet image*/
	margin-bottom: 0; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
}
.left_menu .headerbar a {
	text-decoration: none;
	display: block;
}
.left_menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
	margin-left: 8px;
}
.left_menu ul li {
	padding-bottom: 2px; /*bottom spacing between menu items*/
	padding-left: 5px;
}
.left_menu ul li a {
	font: normal 12pt "Arial Narrow", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: black;
	display: block;
	padding: 5px 0;
	line-height: 15px;
	text-decoration: none;
}
