#navLeft {
	width: 233px;
	margin: 16px 0 0 0;
	float:left;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: normal;
	background: #FFF;
}
#navLeft ul{
    list-style: none;
	margin: 0;
	padding: 0;
}
#navLeft li a {
	height: 29px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 21px;
	text-decoration: none;
	}	
#navLeft li a:link, #navLeft li a:visited {
	color:#AFADAD;
	display: block;
	background: url(../images/menuArrow.gif) ;
	padding: 5px 0 3px 32px;
	}
#navLeft li a:hover {
	color:#f141ca;
	background:  url(../images/menuArrow.gif) 0 -29px;
	padding: 5px 0 3px 32px;
	}
#navLeft li a.current {
  	color:#f141ca;
	background:  url(../images/menuArrow.gif) 0 -29px;
	
}





