/*
.pathway{
height:24px;
padding: 0px 10px 0px 10px;
color: #444444;
font-size: 11px;
margin: 9px 0px 0px 0px;
line-height: 24px;
background-color: #EFEFEF;
}
.pathway a{
color:#444444;	
font-size: 11px;
text-decoration: none;
font-family: verdana;
display: block;
float: left;
}
.pathway span{
display: none;
float: left;
font-family: tahoma;
font-size: 17px;
margin: 0px 3px 0px 3px;
}
.pathway > a:FIRST-CHILD{
font-weight: bold;
}
.pathway a.f{
color: #444444;
font-style: italic;
font-weight: normal;
}
*/
.pathway{
padding-bottom: 0px;
}
.pathway a{
color: #ffffff;
font-weight: 500;
font-size: 14px;
letter-spacing: 0.05em;
}
.pathway a.f{
color: #47ff90;
}
.pathway a:after{
content: ">";
position: relative;
padding: 0px 8px;
}

.pathway a.f:after{
content: none;
}
.pathway span{
display: none;
}