#accepted a
{
	/* definition of the link that will take all of the container's place */
	display: block;
	width: 173px;
	height: 25px;
	background: url(/con/include/accepted_envelope_up.gif) top left no-repeat;
	/* Placement of first image in foregrand */
	color: #000;
}

#accepted a:hover
{
	/* masking the image when hovering background: transparent none;*/
	background: url(/con/include/accepted_envelope_down.gif) top left no-repeat;
	/* second image place, for second background */
}

#blackboard a
{
	/* definition of the link that will take all of the container's place */
	display: block;
	width: 137px;
	height: 38px;
	background: url(/con/intra/current_students/gifs/blackboard_up.jpg) top left no-repeat;
	/* Placement of first image in foregrand */
	color: #fff;
}

#blackboard a:hover
{
	/* masking the image when hovering background: transparent none;*/
	background: url(/con/intra/current_students/gifs/blackboard_down.jpg) top left no-repeat;
	/* second image place, for second background */
}

#campaign_07 a
{
	/* definition of the link that will take all of the container's place */
	display: block;
	width: 170px;
	height: 65px;
	background: url(/nursingalumni1/include/campaign_07a.jpg) top left no-repeat;
	/* Placement of first image in foregrand */
	color: #000;
}

#campaign_07 a:hover
{
	/* masking the image when hovering background: transparent none;*/
	background: url(/nursingalumni1/include/campaign_07b.jpg) 
	top left no-repeat;
	/* second image place, for second background */
}

#uhnurse a
{
	/* definition of the link that will take all of the container's place */
	display: block;
	width: 173px;
	height: 98px;
	background: url(/con/images/uh_nurse_up.jpg) top left no-repeat;
	/* Placement of first image in foregrand */
	color: #000;
}

#uhnurse a:hover
{
	/* masking the image when hovering background: transparent none;*/
	background: url(/con/images/uh_nurse_down.jpg) top left no-repeat;
	/* second image place, for second background */
}

#gradvideo
{
    width: 170px;
    height: 98px;
    display: block;
    background: url(/currentstudents/images/gradvideo.jpg) no-repeat;
    cursor: pointer;
}

#gradvideo:hover
{
    background-position: 0 -98px;

