ul.vert-one{
	margin:0;
	padding:0;
	list-style-type:none;
	display:block;
	font:12px Helvetica, Verdana, Arial, sans-serif;
	line-height:165%;
	width:167px;
	height:300px;
	color: #AB0E61;
}

ul.vert-one li{
	margin:0;
	padding:0;
	color: #AB0E61;
	border-top: 1px solid #393939;
}

ul.vert-one li a{display:block;text-decoration:none; color: #FFFFFF;
background:#333;padding:3 0 3 10px;width:167px;}

ul.vert-one li a:hover{
background:#AB0E61 url("images/vert-one_arrow.gif") no-repeat 0 9px; color: #FFFFFF}

ul.vert-one li a.current,ul.vert-one li a.current:hover{
	background:#AB0E61 url("images/vert-one_arrow.gif") no-repeat 0 9px;
	color:#393939;
	font-weight: bold;
}

