.leftbar {
	background-color: white;
}
.leftgroup {
	margin-bottom: 10px;
}
.leftgroup h1, .leftgroup h2, .leftgroup h3, .leftgroup h4
{
	background-image: url(/images/gui/leftbar_divider.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	color: #666666;
	font-size: 13px;
	font-weight: bold;
	padding: 3px 4px;
}
.leftgroup ul, .leftgroup table {
	margin: 5px 0px 5px 5px;
	padding: 0px;
	list-style-type: none;	
	text-align: left;
	font-size: 11px;
	color: black;
}
.leftgroup li
{
	background: transparent url(/images/gui/bullet.gif) no-repeat scroll 0px 5px;
	line-height: 16px;
	margin: 0pt;
	padding: 0pt 0pt 0pt 10px;
}
.leftgroup a {
	color: black;
	text-decoration: none;
}
.leftgroup a:hover {
	color: black;
	text-decoration: underline;
}