ul.vert-one {
	margin:0;
	margin-top:30px;
	padding:0;
	list-style-type:none;
	display:block;
	font:13px Arial, sans-serif;
	line-height:165%;
	width:185px;
}

ul.vert-one li {
	margin:0;
	padding:0;
	border-bottom:1px solid #cccccc;
}

ul.vert-one li:nth-of-type(1) {
	border-top:1px solid #cccccc;
}

ul.vert-one li a {
	display:block;
	text-decoration:none;
	color:#444444;
	padding:7px 0 0 20px;
	width:165px;
	height:30px;
	background-image: url("/images_tools/summary/bg_menu.png");
}

ul.vert-one li a:hover {
	background-image: url("/images_tools/summary/bg_menu.png2");
	color:#999;
}

ul.vert-one li a.current,ul.vert-one li a.current:hover{
	background:#0d8ecf no-repeat 0 9px;
}