<style type="text/css">

#verticalnavigation {
font-family: Verdana;
font-size: 11px;
width: 131px;
height: 15px;
padding: 0px;
margin: 0px;
}

#verticalnavigation h1 {
display: block; 
background: url(bulletlist.gif) center center repeat-x;/*light gray background*/
font-size: 11px; 
padding: 8px 0 2px 12px;
border: 1px solid #000000;
color: #ffffff;
margin: 0px;
width:131px;
height: 15px;
}

#verticalnavigation ul {
list-style: none;
margin: 0px;
padding: 0px;
border: none;
}
#verticalnavigation ul li {
margin: 1px;
padding: 0px;
}
#verticalnavigation ul li a {
font-size: 12px;
font-weight:100;
display: block;
border: 1px solid #000000;
padding: 2px 0px 2px 2px;
text-decoration: none;
color: #000000;
background: url(bulletlist.gif) center center repeat-x;/*light gray background*/
width:138px;
height: 15px;
}

#verticalnavigation ul li a:hover, #verticalnavigation ul li a:focus {
background: url(bulletlist3.gif) center center repeat-x;/*light gray background*/
color: #ffffff;
}

#verticalnavigation li a:visited{
color: black;
}

</style>

