ul.vert-one{
	margin:0;
	list-style-type:none;
	display:block;
	width:200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 0;
	line-height: 23px;
}
ul.vert-one li{
	border: 1px solid #DFE3EA;
	padding: 0px;
	float: right;
	left: 0px;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 1px;
}
ul.vert-one li a{
	display:block;
	text-decoration:none;
	color:#0B669C;
	width:187px;
	background-color: #FFFFFF;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
}
ul.vert-one li a:hover{
	background-color: #D1DEEF;
	background-image: url(images/vert-one_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 7px;
	color: #333333;
}
ul.vert-one li a.current,ul.vert-one li a.current:hover{
	background-color: #4579C0;
	background-image: url(images/vert-one_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 7px;
	color: #FFFFFF;
}
ul.vert-one   li   a.headline{
	background-color: #4D4037;
	background-repeat: no-repeat;
	background-position: 0 7px;
	color: #FFFFFF;
	font-weight: normal;
}
