/* Faculty Staff Style Document */

#tertiaryMenu {/* change  */
	background-color: #bfa202;/* change here */
	}

	
	#secondaryNavArea li { /* change  */
	background: url(/_global/images/bullets/faculty_sec/faculty_bullet.gif) no-repeat left center;/* change here */
		
}
#secondaryNavArea li li a{ /* do not change */
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #fdfdfa;
	text-decoration: none;	
}
#secondaryNavArea li li a:link{/* do not change */
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #fdfdfa;
	text-decoration: none;	
}
#secondaryNavArea li li a:active{/* do not change */
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #fdfdfa;
	text-decoration: none;	
}
#secondaryNavArea li li a:visited{/* do not change */
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #fdfdfa;
	text-decoration: none;	
}
#secondaryNavArea li li a:hover{/* change */
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #e1d280;/* change here */
	text-decoration: none;	
}
#secondaryNavArea li li a:visited:hover{ /* change */
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #e1d280;/* change here */
	text-decoration: none;	
}
#calloutNav {
	background-image: url(/_global/images/callout_bottom_faculty.gif);
	
	background-repeat: no-repeat;
	background-position: bottom;
}
#calloutMenu {
		list-style-image: url(/_global/images/bullets/faculty_sec/faculty_arrow.gif);

}

#calloutMenu li a:link {/* change */
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #e1d280;
	}
	
#calloutMenu li a:active {/* change */
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #e1d280;
}

#calloutMenu li a:visited {/* change */
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #e1d280;
	}
#calloutMenu li a:hover {/* change*/
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #e1d280;
}
#calloutMenu li a:visited:hover {/* change */
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #e1d280;
}

/*This style hides the area reserved for the "What Type of Student Are You?" menu. 
It should be applied to all stylesheets not in use by Prospective od Current Students, as they are the ones that require the reserved space.
This style allows pages without such necessity to have links positioned in that area be "clickable"  */
#highlight{
z-index: 0;
display: none;
}



