﻿.navigation-path {
    padding-top: 1px;
}
.navigation-path a:first-child {
    padding-right: 5px;
}
.navigation-path a:visited{
	color:#fff;
}
.navigation-path a:hover{
	color:#333;
    text-decoration:none
}
.navigation-path a {
    background-color: #aaa;
    font-size: 10px;
    color: #fff;
    text-decoration: none;
    border-left: 2px solid #fff;
    position: relative;
    padding: 0 10px 0 2px;
    display: inline-block;
}
.navigation-path a:before {
    position: absolute;
    top: 0;
    height: 0;
    width: 0;
    border-bottom: 7px inset transparent;
    border-right: 7px solid #fff;
    border-top: 7px inset transparent;
    content: "";
    right: 0px;
}
.navigation-path a:after {
    position: absolute;
    top: 0;
    height: 0;
    width: 0;
    border-bottom: 7px inset transparent;
    border-right: 7px solid #aaa;
    border-top: 7px inset transparent;
    content: "";
    z-index: 2;
    margin-left: 0px;
    left: -7px;
}
.navigation-path a:first-child:before {
	display:none
}
