﻿/*-------Navigate Path----------*/
#NavigatePath {white-space: nowrap;width: 100%;border-bottom: solid 6px #cfa57d;padding-bottom: 3px;margin-bottom: 20px;}
#NavigatePath .home {float: left;font-size: 0;width: 20px;height: 20px;background: url('img/ic_home.png') no-repeat left 0px; margin-right: 3px}
#NavigatePath a {text-transform: uppercase;font:bold 15px/18px Arial ;color: #743023;}
#NavigatePath .arr{ display: none;float: left;background: url('img/dot-nav.png') no-repeat left 10px;
    margin-left: 5px;padding-top: 3px; }
#NavigatePath .arr.firt {float: left;padding-top: 3px;background: url('img/dot-nav.png') no-repeat left 7px;margin-left: 0;display: block; padding-left: 13px}

