#location {
    position: relative;
    display: inline;
    float: left;
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #e9e7e7;    
    z-index: 10;
}
@media screen and (max-width:480px) {
    #location {
        display: none;
    }
}

.locArea {
    height: 50px;
    padding: 0;
    margin: 0;
}
.locArea img {
    padding: 17px 0 0 14px;
}
.locArea>li {
    float: left;
    width: 180px;
    height: 50px;
    border-right: 1px solid #e9e7e7;
}
.locArea>li:first-child {
    width: 45px;
    border-left: 1px solid #e9e7e7;
    padding: 0;
    margin-right: 0;
}
.locArea>li:last-child>a {
    font-weight: 500;
}
.locArea .primary-crumbs>a {
    display: block;
    color: #555555;
    font-size: 1.05em;
    padding: 14px 15px 11px 15px;
    background: url(/bizdemo59708/img/common/arrow_btm.png) no-repeat right 15px center;
}
.locArea .primary-crumbs:hover .crumbs {
	display: block;
}
.locArea .primary-crumbs:hover>a {
	background: #fff url(/bizdemo59708/img/common/arrow_top.png) no-repeat right 15px center;
}

.locArea .crumbs {
    position: absolute;
    display: none;
    width: 181px;
    margin-left: -1px;
    border-top: 1px solid #e9e7e7;
    border-left: 1px solid #e9e7e7;
    border-right: 1px solid #e9e7e7;
    background-color: #fff;
    padding: 0;
    z-index: 50;
}
.locArea .crumbs li a {
    display: block;
    color: #555555;
    padding: 12px 15px;
    border-bottom: 1px solid #e9e7e7;
}
.locArea .crumbs li a:hover {
    color: #7f280b;
}
.locArea .crumbs li.on a {
    width: 181px;
    margin-left: -1px;
    background: #7f280b;
    color: #fff;
}
.locArea .crumbs li.on a {	
	color: #fff;
}