/* Default CSS Stylesheet for a new Web Application project */

.leftnav {
	font-family: Verdana, Arial, Helvetica, sans-serif, Aberration;
	font-size: 14px;
	color: #FF0000;
	background-image: url(../Images/mission.GIF);
	background-repeat: no-repeat;
	display: block;
	height: 29px;
	width: 157px;
	text-decoration: none;
	padding-top: 5px;
	text-align: center;
	font-weight: bold
}

.leftnav:hover {
	background-image: url(../images/mission3.GIF);
	color: #FF0066;}


