
.about_nav .title{
font: bold 14px Arial;
color: white;
background: #005a4e url(images/bg_header_about.png) repeat-x center left;
margin-bottom: 10px;
text-transform: lowercase;
padding: 4px 0 4px 10px;
}

.about_nav ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px;
}

.about_nav ul li{
padding-bottom: 2px; 
}

.about_nav ul li a{
color: #335d85;
background: url(images/nav_arrow.jpg) no-repeat center left;
display: block;
padding: 2px;
padding-left: 19px; 
border-bottom: 1px solid #ccc;
text-decoration: none;
font-weight: bold;
font-size: 90%;
}

.about_nav ul li a:visited{
color: #0066ff;
}

.about_nav ul li a:hover{ 
color: #333333;
background-color: #e8e6e6;

}
