﻿body 
{ 
	background: white url(../../images/background/bg_curriculum.jpg) no-repeat center top scroll; 
}
a#Curriculum 
{ 
	background: url(../../images/video/SideGraphic_VL2_rollover.jpg) no-repeat scroll top center; 
	width:150px; 
	height:155px; 
	display:block; 
	margin:0px 0px 0 25px;
	float:left; 
	z-index:10000;
	}

#ACurriculum:hover
{ 
	background: url(../../images/video/SideGraphic_VL2_rollover-hover.jpg) no-repeat scroll top center; 
	width:150px; 
	height:155px; 
	display:block; 
	margin:0px 0px 0 25px; 
	float:left; 
	z-index:10000 
}

*a#Curriculum 
{ 
	background: url(../../images/video/SideGraphic_VL2_rollover.jpg) no-repeat scroll top center; 
	width:210px; 
	height:155px; 
	display:block; 
	margin:0px 0px 0 -2px; 
	float:left; 
	z-index:10000;
}

*a#Curriculum:hover
{ 
	background: url(../../images/video/SideGraphic_VL2_rollover-hover.jpg) no-repeat scroll top center; 
	width:210px; 
	height:155px; 
	display:block; 
	margin:0px 0px 0 -2px;  
	float:left; 
	z-index:10000;

