
#spanel
{
	top: -300px;
	position: absolute;
	left: 0px;
	width: 100%;
}

#spanel .spcontainer
{
	width: 980px;
	height: 300px;
	margin: auto;
	background: url(http://www.hcbc.com/themes/eventspage/img/bg-spanel.png) repeat;
}

#spanel .spcontent
{
	padding: 20px;
	padding-right: 0px;
	width: 940px;
}

#spanel ul
{
	width: 150px;
	padding: 12px 15px 0px;
	margin: 0px;
	float: left;
	list-style-type: none;
}

#spanel ul li
{
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	line-height: 15px;
	overflow: hidden;
}

#spanel ul li.heading h2
{
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: white;
	padding: 10px 0 0 0;
}

#spanel ul li a
{
	margin: 0px;
	padding: 0px;
	padding-left: 0px;
	color: black;

	font-size: 11px;
}

#spanel ul li a:hover
{
	color: white;
}

#spanel .clear
{
	height: 1px;
	clear: both;
	float: none;
}

#spanel #sptoggle
{
	width: 980px;
	margin: auto;
}

#spanel #sptoggle a
{
	font-family: Arial, sans-serif;
	background: url(http://www.hcbc.com/themes/eventspage/img/topmenu-selected-bg.png) no-repeat;
	padding-top: 6px;
	text-align: center;

	color: white;
	font-weight: bold;
	display: block;
	width: 155px;
	height: 32px;
	font-size: 11px;
	font-weight: bold;

	cursor: pointer;
	position: relative;
	left: 489px;

}
#spanel #sptoggle a:hover
{
	color: black;
}
