@charset "utf-8";
/* CSS Document */

ul.vert-one{
	margin:0;
	padding:0;
	list-style-type:none;
	display:block;
	font:bold 13px Helvetica, Verdana, Arial, sans-serif;
	line-height:165%;
	width:152px;
}
ul.vert-one li{
	margin:0;
	border-bottom:1px dashed #999999;
}
ul.vert-one li a{
	display:block;
	text-decoration:none;
	color:#1E7D86;
	background:#F1EBE3;
	padding:3px 0 0 20px;
	width:142px;
	height: 30px;
}
ul.vert-one li a:hover{
	background:#0096D7 url(images/vert-one_arrow.gif) no-repeat 0 9px;
	color: #FFFFFF;
}
ul.vert-one li a.current,ul.vert-one li a.current:hover{
	background:#0096D7 url(images/vert-one_arrow.gif) no-repeat 0 9px;
	color: #FFFFFF;
}
