.crumbswrapper {
    height: 30px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    background-color: #FFF;
    margin-top: 0;
    line-height: 30px;
    top: 0;
    font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    font-size: 12px;
    text-indent: 15px;
    border-style: none;
	z-index: -99999999;
	display: block;
}

nav {
    margin: 0
}

#crumbswrapper #crumb ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 3
}

#crumbswrapper #crumbs li {
    display: inline-block;
    float: left;
    margin-right: 1px;
    text-align: left
}

#crumbswrapper #crumbs li a {
    display: block;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    color: #00F;
    text-decoration: none;
    width: auto;
    font-weight: 500;
    white-space: nowrap
}

#crumbswrapper #crumbs li:hover a {
    background: #fff;
    color: #00F;
    text-decoration: underline
}

#crumbswrapper #crumbs li ul {
    display: none
}

#crumbswrapper #crumbs li ul li {
    display: block;
    float: none
}

#crumbswrapper #crumbs li ul li a {
    width: auto;
    min-width: 100px;
    padding: 0 20px;
    z-index: 1
}

#crumbswrapper #crumbs ul li a:hover+.hidden,
.hidden:hover {
    display: block
}

@media screen and (max-width:760px) {
    #crumbswrapper {
        display: none
    }
}