ul#breadcrumbs-two{margin: 0;padding: 0;list-style: none;}
#breadcrumbs-two{overflow: hidden;width: 100%;}
#breadcrumbs-two li{float: left;margin: 0 .5em 0 1em;margin-left:20px;margin-top:5px;font-weight:bold;}
#breadcrumbs-two li a{margin-left:-10px;margin-top:-5px;font-weight:normal;}
#breadcrumbs-two a{background: #ddd;padding: .7em 1em;float: left;text-decoration: none;color: #444;text-shadow: 0 1px 0 rgba(255,255,255,.5);-moz-text-shadow: 0 1px 0 rgba(255,255,255,.5);-webkit-text-shadow: 0 1px 0 rgba(255,255,255,.5);position: relative;}
#breadcrumbs-two a:hover{background: #444;color:#fff;}
#breadcrumbs-two a::before{content: "";position: absolute;top: 50%;margin-top: -1.5em;border-width: 1.5em 0 1.5em 1em;border-style: solid;border-color: #ddd #ddd #ddd transparent;left: -1em;}
#breadcrumbs-two a:hover::before{border-color: #444 #444 #444 transparent;}
#breadcrumbs-two a::after{content: "";position: absolute;top: 50%;margin-top: -1.5em;border-top: 1.5em solid transparent;border-bottom: 1.5em solid transparent;border-left: 1em solid #ddd;right: -1em;}
#breadcrumbs-two a:hover::after{border-left-color: #444;}