#LeftBar
{
	height: 100%;
	width: 153;
	background: url(/images/leftbackground.jpg);
}
#LeftBar .NavButton
{
	position: relative;
	display: block;
	background-repeat: no-repeat;
	background-color: Transparent;
	width: 143px;
	height: 35px;
	margin-left: 5px;
	margin-top: 4px;
	margin-bottom: 4px;
}
#LeftBar .NavButton A
{
	display: block;
	float: left;
}
#LeftBar .NavButton A:hover img
{
	visibility: hidden;
}

#LeftBar DIV
{
	background-color: #cc0033;
	color: White;
	font-family: CG Omega, Palatino Linotype, Serif;
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
	padding: 0px 3px 3px 3px;
	border-top: 2px solid #e06685;
	border-left: 2px solid #e06685;
	border-right: 2px solid #990000;
	border-bottom: 2px solid #990000;
	margin-top: 4px;
}
#LeftBar DIV DIV
{
	background-color: White;
	color: #cc0033;
	font-family: CG Omega, Palatino Linotype, Serif;
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
	padding: 1px 0px 1px 0px;
	border-bottom: 2px solid #e06685;
	border-right: 2px solid #e06685;
	border-left: 2px solid #990000;
	border-top: 2px solid #990000;

}