/* ------------- SideBar Navigation (events) ------------ */

#sidebar {
	background: url('../images/nav/bgSidebar.jpg') repeat-x;
	width:20%;
	min-height:500px;
	float:left;
	padding-top:2em;
}
* html #sidebar {
	height:500px;
}

#eventsTitle {
	color:#9D9D9D;
	font-weight:bold;	
	padding:.5em 2em;
}
#sidebar ul {
	list-style-type:none;
/*	font-family: Arial, Helvetica, sans-serif; /* s/b unneeded */
}
#sidebar ul li {

}

#sidebar  a {
	display:block;
	color:#595959;
	font-weight:bold;
	font-size:smaller;
	padding: 1em 0 1em 2.5em;
	}

#sidebar  a:link,  #sidebar a:visited {
/*	text-indent:0; */
	text-decoration:none;
}
#sidebar a:hover {
	background-color:#D8D8D8;
	font-weight:bold;
	text-indent:0;
}