.webmap ul
{
 margin: 1px 0px;
 list-style-type: none;
  
}

.webmap li
{
 margin: 1px 35px;
 /* background-image: url(img/list-arrow.gif) no-repeat fixed; */
 list-style-type: none;
}

.webmap a
{

display: block;
color: #0a5ea6;
margin: 1px 0px; 
text-decoration: none;
background: url(../../img/list-arrow.gif) left no-repeat;
padding-left: 18px;
 
}

 .webmap a:visited
{
color: #c30002;
text-decoration: none;
}


.webmap a:hover 
{
color: #c30002;
text-decoration: none;
}


