

/* Brings in the department banner */

#globalarea {
    background: url("../MasterPages/images/banners/saHeaderITSD2_02.gif") top right no-repeat;	
	width:224px;
	height:122px;	
}

#LeftDeptBanner {
	background: url("../MasterPages/images/banners/saHeaderITSD2_01.gif") top right no-repeat;	
	width:736px;
	height: 122px;		
}

#LeftDeptBanner a { 
    display:inline-block;
    width:736px;
	height: 122px;       
}

#LeftDeptBanner a:hover 
{
	text-decoration:none;
}


#LeftDeptBanner a span { visibility:hidden; }


#current a 
{
	display:block;
	cursor: pointer;
	background-color: #DDDBB9; 	
	width:150px;
	text-decoration: none;	
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #FFFFFF;
	color: #542916;
}
