/* File is compressed! */
@charset "utf-8";
a {
    text-decoration: underline;
    color: #A30000;
}

a:hover {
    text-decoration: none;
    color: #C00;
}

#header a { text-decoration: none; }
#header #logotype a { display: block; width: 100%; height: 100%; }
#header #navigation ul li a {
    float: left;
    width: auto;
    height: 25px;
    display: block;
    padding: 0px 25px;
    color: #EED;
    margin-left: 2px;
    position: relative;
    z-index: 10;
}
#header #navigation ul li a:hover, #header #navigation ul li.active a { color: #FFF; }

#navigation li a span { position: relative; top: 0; left: 0; }
#navigation li a span.jq-shadow {
    top: .1em;
    left: 1.65em;
    color: #333;
    position: absolute;
    display: none;
}
#navigation li a:hover span.jq-shadow { display: block; }

#breadcrumbs a {
    text-decoration: underline;
}
#breadcrumbs a:hover {
    border-bottom: none;
}
#footer a, #footer2nd a { color: #707070; }
#footer a, #footer2nd a:hover { color: #909090; }
#footer2nd span ul li a {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.8em;
    padding: 2px;
}