/* Turn off list bullets */
ul.aqtree3clickable li { list-style: none; }

ul.aqtree3clickable, ul.aqtree3clickable ul {
  margin: 0; padding: 0; 
}

ul.aqtree3clickable li {
	padding-top:5px;
	background: url(http://www.asil-inc.com/Library/nav-dashline.gif) bottom left no-repeat;
	font-family: Verdana, Sans-Serif;
	font-size: 10px;
    
}

/* This controls the indent for each sublist */
ul.aqtree3clickable ul {
  padding-left: 10px;
  
}

/* Provide space for our own "bullet" inside the link */
ul.aqtree3clickable li a { 
   padding-left: 20px; 
   color: #333333;
   text-decoration:none;
   }
   
ul.aqtree3clickable li a:hover { 
   padding-left: 20px; 
   color:#FFBF00;
   text-decoration:none;
   }

/* Show "bullets" in the links, depending on the class of the
   LI that the link's in */
ul.aqtree3clickable li.aq3open a {
    background: url(http://www.asil-inc.com/Library/nav-collapse.gif) center left no-repeat;
}
ul.aqtree3clickable li.aq3closed a {
    background: url(http://www.asil-inc.com/Library/nav-expand.gif) center left no-repeat;
	
}
ul.aqtree3clickable li.aq3bullet a {
    background: url(http://www.asil-inc.com/Library/bullet.gif) center left no-repeat;
}

ul.aqtree3clickable li.aq3selected a{
    background: url(http://www.asil-inc.com/Library/arrow.gif) center left no-repeat;
}

ul.aqtree3clickable li.aq3BigBullet a{
	font-weight:bold;
    background: url(http://www.asil-inc.com/Library/nav-arrow-right.gif) center left no-repeat;
}


/* Actually show and hide sublists */
ul.aqtree3clickable li.aq3open ul { display: block; }
ul.aqtree3clickable li.aq3closed ul { display: none; }

