#sidebar h2
{
	background		: #e7e7e7;
	padding-top		: 3px;
	height			: 20px;
	width			: 140px;
	color			: #333;
	font-family		: arial;
	font-size		: 12px;
	text-align		: center;
	border			: 1px solid #fff;
}

#sidebar li
{
	background-repeat	: no-repeat;
	padding				: 5px;
	padding-bottom		: 10px;
	padding-top			: 0px;
}

#sidebar ul ul li
{
	background		: none;

}

#sidebar a:link,
#sidebar a:visited,
#sidebar a:active
{
	color 			: #000;
	
}