/* CSS Document */

/* start class for leftNav */

.leftNav2 {
	margin: 0;
	padding: 0;
	width: 238px;
	color: rgb(102, 102, 102); 
	font-family: sans-serif;
	font-size: 10px;
	line-height: 180%;
	background: transparent url(http://www.ecu.edu/cs-cfac/theatredance/productions/customcf/leftNAV-THEAprod.jpg) no-repeat;
	background-position: top left; 

}
.leftNav2 ul {
	list-style: none;
	margin-top:10px;
	margin-bottom:20px;
}		
.leftNav2 li a:link, .leftNav2 li a:visited {
	text-decoration: none;
	text-indent: -25px;
	display: block;
	margin-left: 0px;
	color: #FFFFFF;
	font-weight: 700;
	line-height: 180%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color:rgb(227, 227, 227);
		
}

.leftNav2 li a:hover, .leftNav2 li a:active {
	
	color: #000;
}

/* end class for leftNav */
