#sidebar
{
	position: absolute;
	left: 0px;
	top: 200px;
	
	width: 200px;
	
	background-color: #333333;
}

#subbuttons a
{
	text-decoration: none;
	font-weight: bold;
	font-size: 10pt;
	color: #000000;
}
	
#subpane
{
	text-align: center;
	font-size: 10pt;

	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.subnormalbutton, .subselectedbutton
{
	float: left;
	clear: left;

	width: 170px;
	height: 16px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 30px;
}

.subnormalbutton
{
	background-image: url(Images/Sub_Normal.png);
}

.subselectedbutton
{
	background-image: url(Images/Sub_Select.png);
}