ul.menu, ul.menu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
  width: 180px;
}

ul.menu {border-top: dotted #333 1px;}

ul.menu a {
  display: block;
  text-decoration: none;
}

ul.menu li {
  margin-top: 0px;
  padding-top: 9px;
  padding-bottom: 9px;
  border-bottom: dotted #333 1px;
}

ul.menu li a, ul.menu li a:visited {
  text-decoration: none;
  background: transparent;
  letter-spacing: 2px;
  color: #fff;	
  padding-left: 25px;
  /* height: 23px; */
  background: url(img/mnu_bullet.gif) no-repeat;
  font-size: 14px; /* 14px*/
  font-weight: bold;	
}

ul.menu li a:hover, ul.menu li a:visited:hover {
  
  background: url(img/mnu_bullet_hover.gif) no-repeat;
  color: #ff6600;
}

ul.menu li ul {margin-top: 5px; }

ul.menu li ul li {border: 0px; padding-bottom: 2px; margin-bottom: 0px; padding-top: 0px;}

ul.menu li ul li a, ul.menu li ul li a:visited {
  font-size: 12px; /* 12px*/
  font-weight: bold;
  background: transparent;
  color: #fff;
  padding-left: 25px;
  margin-top:0px;
  margin-left: 10px;
  background: url(img/mnu_bullet_sub.gif) no-repeat;
}

ul.menu li ul li a:hover, ul.menu li ul li a:visited:hover {
  background: transparent;
  background: url(img/mnu_bullet_sub_hover.gif) no-repeat;
  
}

.code { border: 1px solid #ccc; list-style-type: decimal-leading-zero; padding: 5px; margin: 0; }
.code code { display: block; padding: 3px; margin-bottom: 0; }
.code li { background: #ddd; border: 1px solid #ccc; margin: 0 0 2px 2.2em; }
.indent1 { padding-left: 1em; }
.indent2 { padding-left: 2em; }
.indent3 { padding-left: 3em; }
.indent4 { padding-left: 4em; }
.indent5 { padding-left: 5em; }


	
	
	#menu .active a {color:#ff6600; background: url(img/mnu_bullet_hover.gif) no-repeat; display: block;}
	#menu ul li.active a {color: #ff6600; background: url(img/mnu_bullet_sub_hover.gif) no-repeat; display: block;}

	
	#menu .active li a {color:#fff; background: url(img/mnu_bullet_sub.gif) no-repeat; display: block}
	#menu .active li a:hover {color:#ff6600; background: url(img/mnu_bullet_sub_hover.gif) no-repeat; display: block}
	
	
	
	
	/*#menu  .active ul  {color:#ff6600; background: url(img/mnu_bullet_sub_hover.gif) no-repeat; display: block;}
	#menu  .active li ul  {color:#ff6600; background: url(img/mnu_bullet_sub_hover.gif) no-repeat; display: block;}*/
	/*#menu  li.here ul li a:hover {color:#ff6600; background: url(img/mnu_bullet_sub_hover.gif) no-repeat;}
	#menu  ul li.here ul {display: block; }*/
	

	
	

