#programs-sidebar-header {
	display: block;
	z-index: 999;
	position: absolute;
	top: 0;
	left: 0;
	background: transparent url(/images/programs-template/sidebar-header.png) no-repeat top left;
	height: 200px;
	width: 270px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	}
	
#programs #programs-left-sidebar {
	width: 300px;
	float: left;
	}
	
#programs #programs-right-sidebar {
	width: 270px;
	float: right;
	margin: 0 0 20px 20px;
	position: relative;
	z-index: 1;
	}
#programs #programs-right-sidebar ul { list-style: none; margin: 10px 0 0 0; padding: 0; }
#programs #programs-right-sidebar li { margin: 0; padding: 0; }
#programs #programs-right-sidebar li a { display: block; padding: 6px 0; border-bottom: 1px solid #666; text-decoration: none; width: 200px; margin: 0 auto; }
#programs #programs-right-sidebar li a:hover { color: #005e8b; background: #fff; text-decoration: underline; }

#programs #programs-right-sidebar a#register-today {
	display: block;
	width: 183px;
	height: 37px;
	text-indent: -9999px;
	background: transparent url(/images/programs-template/register-button.gif) no-repeat top center;
	margin: 0 auto;
	}
	#programs #programs-right-sidebar a#register-today:hover {
		background: transparent url(/images/programs-template/register-button.gif) no-repeat bottom center;
		}
#programs #programs-right-sidebar a#register-classes-today {
	display: block;
	width: 183px;
	height: 37px;
	text-indent: -9999px;
	background: transparent url(/images/programs-template/register-classes-button.gif) no-repeat top center;
	margin: 0 auto;
	}
	#programs #programs-right-sidebar a#register-classes-today:hover {
		background: transparent url(/images/programs-template/register-classes-button.gif) no-repeat bottom center;
		}

#daycare-dropdown{
	width: 225px;
float: left;
	margin: 0 0 10px 50px;
}