#header_links a {
	color: #001F55;
	text-transform: uppercase;
	font-size: 0.85em;
	}
#header_links a:hover {
	color: #CC0000;
	text-decoration:none;
	border:0;
	}
#sub_links a {
	color: #013963;
	}
#sub_links ul {
	list-style-image:  url("../images/list_bullet.gif");
	margin-left: 15px; 
	padding-left: 0px;
	font-size: 0.8em;
	line-height:1em;
	vertical-align:top;
	}
#deptheader_deptname {
	margin-top:7px;
	margin-left:5px;
	}
	
/* a class to use for image links so they aren't given borders */
/* previously accomplished with image maps, but ...ew */
a.plain:hover {
	text-decoration: none;
	border: 0px solid #FFFFFF;
}