/* Stylesheet for SelfHelpCollective.com lhs nav */

ul.vert-one {
margin:0;
padding:0;
list-style-type:none;
display:block;
font:bold 12px Verdana, Arial, Helvetica, sans-serif;
color:#1d3691;
line-height:18px;
width:180px;
}

ul.vert-one li{
margin:0;
padding:0;
border-top:1px solid #ebebeb;
border-bottom:1px solid #ebebeb;
font:normal 10px;
}

ul.vert-one li a{
display:block;
text-decoration:none;
color:#1d3691;
background:#ffffff;
padding:0 0 0 20px;
width:160px;
background: url("../images/diamond-blue.gif") no-repeat 0 6px;
}

ul.vert-one li a:hover{
background:#dce9ef url("../images/diamond-blueon.gif") no-repeat 0 6px;
}

/* ul.vert-one li.current,ul.vert-one li a.current:hover{ SMN WRONG? */
/*
***
ul.vert-one li a.current,ul.vert-one li a.current:hover{
background:#dce9ef url("../images/diamond-blueon.gif") no-repeat 0 6px;
} SMN NOT NEEDED? 
*** 
*/

#current a:link, #current a:visited, #current a:hover
{
background:#dce9ef url("../images/diamond-blueon.gif") no-repeat 0 6px;
}


