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

#sidebar ul li ul li
{
	background-repeat	: no-repeat;
	padding				: 5px;
	padding-bottom		: 10px;
	padding-top			: 0px;
	color				: #02284e;
	font-size			: 11px;
	font-family			: verdana;
	border-bottom		: 1px solid #d1d9c4;
	font-weight			: bold;
}

#sidebar ul ul li
{
	background		: none;

}

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