﻿.SideBarHighlight {
	position: relative;
}
.SideBarMenu {
	font: bold 0.7em Georgia, "Times New Roman", Times, serif;
	background-color: #f3f0eb;
	position: relative;
	/* For testing sidebar list items width
	border: 1px dotted #000000;
	margin-right: 59px; */
}

.SideBarMenu ul{
	padding-left: 0;
	margin-left: 0;
	list-style: none;
}

.SideBarMenu ul li{
	padding-bottom: 10px;	
}

.SideBarMenu ul li a{
	padding: 3px 20px 5px 40px;
	text-decoration: none;
	color: #A8927A;
	background-color: #f3f0eb;
	height: 25px;
	white-space: nowrap;
	width: 132px;
}

.SideBarMenu ul li a:hover{
	color: #f3f0eb;
	background-color: #98012e;
}

