div#links_centered{
text-align:center;
padding:10px 0;
border-top:dashed 1px #ccc;
border-bottom:dashed 1px #ccc;}
div#links_centered ul{
display:block;}
div#links_centered li{
padding:.5em 0;
display:block;
}
div#links_centered ul li a{
text-decoration:none;
text-transform:capitalize;
color:#333;
font-weight:normal;
font-size:1em;
background-image:url(../images/arrow_333.jpg);
background-repeat:no-repeat;
background-position:right;
padding:0 15px;}
div#links_centered ul li a:hover{
color:#990000;
text-decoration:underline;}
div#links_centered img{
border:0;}