ul.vert-one{
	margin:0;
	padding:0;
	list-style-type:none;
	display:block;
	line-height:230%;
	width:190px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
ul.vert-one li{
	margin:0;
	padding:0;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #13283D;
	border-bottom-color: #5F8C9F;
}
ul.vert-one li a{
	display:block;
	text-decoration:none;
	color:#fff;
	padding:0 0 0 18px;
	width:170px;
	background-color: #495776;
}
ul.vert-one li a:hover{
	background-color: #75869F;
	background-image: url(arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 9px;
}
ul.vert-one li a.current,ul.vert-one li a.current:hover{
	background-color: #378F21;
	background-image: url(arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 9px;
}

