#ac_menu {
	margin:15px 0;
	padding:0px;
	text-indent:0px;
	width:209px;
	float:right;
}
#ac_menu a.head {
	cursor:pointer;
	background:url(../images/cat_closed.jpg) no-repeat;
	color:#FFFFFF;
	display:block;
	font-weight:bold;
	margin:0 0 3px;
	padding:0px;
	text-indent:14px;
	text-decoration: none;
	height:31px;
	font-size:16px;
	line-height:31px;
}
#ac_menu a.head:hover {
	color:#FFFF99;
}
#ac_menu a.selected {
	background:url(../images/cat_open.jpg) no-repeat;
}
#ac_menu a.current {
	background-color:#FFFF99;
}
#ac_menu ul {
	border-width:0px;
	margin:10px 0;
	padding:0px;
	text-indent:0px;
	width:100%;
	overflow:hidden;
}
#ac_menu li {
	float:left;
	width:100%;
	overflow:hidden;
}
#ac_menu li li a {
	color:#21a8d3;
	display:block;
	text-indent:10px;
	text-decoration: none;
	font-size:14px;
	padding:5px 0;
	margin:0 0 0 10px;
	background:url(../images/bullet.jpg) no-repeat left center;
}
#ac_menu li li a:hover {
	text-decoration:underline;
}

