/* /////////////////////
//
//	CORE NAV STYLES
//
///////////////////// */
div#sideBar .itemRolloverOff {
	background-color: #CCE7F3;
	background-image: url(../img/core/dlsm-subnav-arrow-off.gif);
	background-position: 0 7px;
	background-repeat: no-repeat;
	color: #0088C3;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 10px 5px 40px;
}

div#sideBar .itemRolloverOn {
	background-color: #0088C3;
	background-image: url(../img/core/dlsm-subnav-arrow-on.gif);
	background-position: 0 7px;
	background-repeat: no-repeat;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 10px 5px 40px;
}

div#sideBar {
	float: left;
	width: 202px;
}


/* ///////////////////
//
//	VIDEO CHALLENGE SECTION
//
/////////////////// */

div#sideBar .section .video_challenge {
	background-image: url(../img/sections/dlsm-video-challenge.gif);
	background-position: left top;
	background-repeat: no-repeat;
	height: 43px;
	line-height: 43px;
	width: 202px;
}