#page_body_left
{
	width: 160px;
	background-image: url("../img/LeftBarBg.php");
	background-repeat: repeat-y;
}
#left_table
{
	width: 160px;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	empty-cells: show;
}
.left_bar_header
{
	padding: 0px;
	width: 19px;
	background-image: url("../img/left_middle_right.png");
	background-repeat: repeat-y;
}
.left_bar_seperator
{
	height: 20px;
}

.left_bar_content
{
	background-color: #000;
	padding: 3px;
	color: #FFF;
	vertical-align: top;
}

.left_bar_content a
{
	color: #FFF;
}

.left_bar_content hr
{
	width: 90%;
	border: none;
	height: 1px;
	background-color: #FFF;
	margin: 5px auto 5px 0px;
}
