/* Brings in the department banner */

#globalarea {
    background: url("../MasterPages/images/banners/saHeaderHNS_02.jpg") top right no-repeat;	
	width:236px;
	height:122px;	
}

#LeftDeptBanner {
	background: url("../MasterPages/images/banners/saHeaderHNS_01.jpg") top right no-repeat;	
	width:724px;
	height: 122px;		
}

#LeftDeptBanner a { 
    display:inline-block;
    width:724px;
	height: 122px;
	    
}

#LeftDeptBanner a:hover 
{
	text-decoration:none;
}


#LeftDeptBanner a span { visibility:hidden; }



