/* Turn off list bullets */
ul.aqtree3clickable li { list-style: none; }
a {
  cursor: pointer;
}

ul.aqtree3clickable, ul.aqtree3clickable ul, ul.aqtree3clickable li {
  margin: 0; padding: 0; 
}

/* This controls the indent for each sublist */
ul.aqtree3clickable ul {
  padding-left: 20px;
    cursor: pointer;
}

/* Provide space for our own "bullet" inside the link */
ul.aqtree3clickable li a { padding-left: 20px; }

/* Show "bullets" in the links, depending on the class of the
   LI that the link's in */
ul.aqtree3clickable li.aq3open a {
    background: url(./images/mnu_mrkr2.gif) center left no-repeat;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		color: #515151;
		text-decoration: none;
		line-height: 24px;
          cursor: pointer;
}
ul.aqtree3clickable li.aq3closed a {
    background: url(./images/mnu_mrkr.gif) center left no-repeat;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		color: #515151;
		text-decoration: none;
		line-height: 24px;
          cursor: pointer;
}
ul.aqtree3clickable li.aq3bullet a {
    background: url(./bullet.gif) center left no-repeat;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		color: #515151;
    	text-decoration: none;
		line-height: 24px;
          cursor: pointer; 
}

/* Actually show and hide sublists */
ul.aqtree3clickable li.aq3open ul { display: block; }
ul.aqtree3clickable li.aq3closed ul { display: none; }
