@charset "utf-8";
/* CSS Document */

/*  deptNav  */
/*  deptNav  */
div#deptNav {
	width: 200px;
	background-color: #FFFFFF;
	text-align: left;
	float: left;
	} 
div#deptNav ul li.subNav {
	margin-top: 12px;
	list-style-type: none;
	text-align:left;
	font-size:0.9em;
	color:#336666;
	margin-left:15px;
	}
	
div#deptNav ul li.subNav a:link {
	text-decoration:none;
	color: #336666;
	
	}
div#deptNav ul li.subNav a:visited {
	text-decoration:none;
	color: #336666;
	}

div#deptNav ul li.subNav a:hover {
	text-decoration:underline;
	color: #336666;
	}
div#deptNav ul li.subNav a:active {
	text-decoration:underline;
	color: #336666;
	}
/*  end deptNav  */
