ul.vert-one{
	margin:0;
	list-style-type:none;
	display:block;
	line-height:165%;
	width:180px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 0;
}
ul.vert-one li{
	margin:1px;
	border: 1px solid #DFE3EA;
	padding: 0px;
	float: right;
}
ul.vert-one li a{
	display:block;
	text-decoration:none;
	color:#0B669C;
	width:162px;
	background-color: #FFFFFF;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 15px;
}
ul.vert-one li a:hover{
	background-color: #84B4CB;
	background-image: url(images/vert-one_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 9px;
	color: #FFFFFF;
}
ul.vert-one li a.current,ul.vert-one li a.current:hover{
	background-color: #84B4CB;
	background-image: url(images/vert-one_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 9px;
	color: #FFFFFF;
}
