
.ListStyle{
width: 180px;
}

.ListStyle .headerbar{
font: bold 12px Arial;
color: white;
background: black url(media/titlebar.png) repeat-x center left;
margin-bottom: 10px;
text-transform: uppercase;
padding: 4px 0 4px 19px;
}

.ListStyle ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 7px;
}

.ListStyle ul li{
padding-bottom: 2px;
}

.ListStyle ul li a{
color: #A70303;
background: url(media/bullet.png) no-repeat center left;
display: block;
padding: 2px 0;
padding-left: 19px;
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.ListStyle ul li a:visited{
color: #A70303;
}

.ListStyle ul li a:hover{
color: #A70303;
background-color: #F3F3F3;
text-decoration: none;
}
