﻿	
ul.vert-one{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
	font: bold 14px Helvetica, Verdana, Arial, sans-serif;
	line-height: 165%;
	width: 180px;
}
ul.vert-one li{
	margin: 0;
	padding: 4;
	
}
ul.vert-one li a{
	margin: 0px;
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	padding: 0 0 0 10px;
	width: 150px;
	font-family: Verdana;
	background-image: url('images/blankb.png');
	height: 32px;
	background-repeat: no-repeat;
}
ul.vert-one li a:hover{
	background: url('images/blank.png') 0
0px;
	background-repeat: no-repeat;
	height: 32px;
}
ul.vert-one li a.current,ul.vert-one li a.current:hover{
	background: url('images/blankb.png') no-repeat 0 2px;
}

