ul.acc {
	width: 180px;
    font-size: 9px;
}

ul.acc li div ul {
	height: 100px;
    font-size: 90%;
}

ul.acc, ul.acc li ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.acc a{
	color: #000;
	display: block;
	height: 28px;
	line-height: 20px;
	text-indent: 10px;
	text-decoration: none;
	outline: none;
}

ul.acc li a {
/*  background: url(acc_bg.png) left -30px no-repeat;*/
}
ul.acc li div ul li a { 
 background: none;
}

ul.acc li div ul li a:hover { 
/*  background-color: #185AAC; */
color: #999;
}

ul.acc li div ul,
ul.acc li div div.notlast {
/*	background-color: #A6B5E2;*/
    margin-left: 10px;
}

ul.acc li div div {
	height: 10px;
}

ul.acc li div div.last {
/*	background: transparent url(acc_menu_last.png) left bottom no-repeat;*/
}

.current {
color: #ccc;
}

