/* ------------- SideBar Navigation (events) ------------ */

#sidebar {
	float:left;
	width:20%;
	background-color:#2f2f2f;
	color:#999999;
/*	font-family:Helvetica,Arial,Sans-Serif; */
	}
	
#sbPadding {
	padding:2em 0em 4em 2.3em;
}

/* Inserted extra div to display bg Shadow to avoid triggering "margin-collapse" IE 7 bug (which was triggered by width on hover element) */
#sbBG {
	background: url('../images/bgSidebarShadow.jpg') no-repeat;
}


#sidebar ul {
	background: url('../images/bgSidebar.jpg') repeat-x;
	width:151px;			/* limits hover bar to not include shadow */
	min-height:559px;		/* without setting layout on the hover el */
	list-style-type:none;
	
	font-weight:medium;
	font-size:small;
	letter-spacing:-.05e;  /* max kerning reduction in ie = .-0.5em !! */
	
	margin:0px;			/* Removes xtra list padding in firefox */
	padding:0px;
	
}
	
* html #sidebar ul {
	height:559px;		/* ie6 hack has same effect as min-height */
}

#sidebar ul li {
	margin: 18px 0;
}


#sbTitle {
	padding:10px 0 0 26px;
	font-size:110%;
	font-weight:bold;
	color:#fff;
}
	
#sidebar  a {
	display:block;
	color:#AAA;
	text-decoration:none;
	padding:2px 0 2px 26px;
	}

#sidebar  a:link,  #sidebar a:visited {
	padding:2px 0 2px 26px;
}
#sidebar a:hover {
	background-color:#000;
	padding:2px 0 2px 26px;

}

