ul.vert-one{
margin:0;
padding:0;
list-style-type:none;
display:block;
font:bold 9pt "tahoma";
line-height:165%;
width:150px;
}

ul.vert-one li{
margin:0;
padding:0;
border-top:1px solid #3F3F3F;
border-bottom:1px solid White;
}

ul.vert-one li a{
	display: block;
	text-decoration: none;
	color: #fff;
	background: #545454;
	padding: 0 0 0 10px;
	width: 140px;
}

ul.vert-one li a:hover{
background: #7F7F7F url("vert-one_arrow.gif") no-repeat 0 6px;
}

ul.vert-one li a.current,ul.vert-one li a.current:hover{
background:#949494 url("vert-one_arrow.gif") no-repeat 0 6px;
}
