/* CSS Document */



ul.vert-one{
margin:0;
padding:0;
list-style-type:none;
display:block;
font:bold 12px Helvetica, Verdana;
line-height:160%;
width:199px;
}
ul.vert-one li{
margin:0;
padding:0;
border-bottom:1px solid #BFC4BD;
}
ul.vert-one li a{
display:block;
text-decoration:none;
color: #000000;
line-height:25px;
background:#EFE6D3;
padding:0 0 0 20px;
width:180px;
}

ul.vert-one li a:hover{
color: #1E1E1E;
background:#BFA072 url("arrow.gif") no-repeat 0 5px;
text-decoration: none;
}
ul.vert-one li a.current,ul.vert-one li a.current:hover{
background:#933 url("arrow.gif") no-repeat 0 5px;
}
