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

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

/* This controls the indent for each sublist */
ul.aqtree3clickable ul {
  padding: 0 0 0 20px;
  list-style-position: inside;
  text-indent: -2.2em;
}

/* Provide space for our own "bullet" inside the link */

ul.aqtree3clickable .current{ 
	color: #F68C0A; 
}
ul.aqtree3clickable li a {
	color:#999999;	
	width:auto;
	padding:5px 12px 5px 28px;
	line-height: 2.2em;
	text-decoration:none;	
	

}

#navcontainer a {
	color:#999999;
}
#navcontainer a:hover{
	color:#F68C0A;
}
#navcontainer a:visited{
	color:#999999;
}

#navcontainer ul li a {background: url(bgmenu.gif) 15px 0.7em no-repeat;} 
#navcontainer ul ul li a {background: none;} 


ul.aqtree3clickable li li a  {
	line-height: 1.8em;	
}

/* Show "bullets" in the links, depending on the class of the
   LI that the link's in */
ul.aqtree3clickable li.aq3open a {
    background: none;
}
ul.aqtree3clickable li.aq3closed a {
    background: none;
}
ul.aqtree3clickable li.aq3bullet a {
    background: none;
}

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


