
.govbar {
    border-bottom: 1px solid #cccaca;
    font-family: Arial,sans-serif;
    font-size: 12px;
    position: relative;
    z-index: 30000;
}
.ie7 .govbar {
    display: inline-block;
}
.govbar:before, .govbar:after {
    content: "";
    display: table;
}
.govbar:after {
    clear: both;
}
.govbar--light {
    background: none repeat scroll 0 0 #fff;
}
.govbar--light .govbar-link {
    color: #222 !important;
	font-family: arial;
}
.govbar--light .govbar-link:hover, .govbar--light .govbar-link:focus {
    background: none repeat scroll 0 0 #e6e6e6;
}
.govbar--dark {
    background: none repeat scroll 0 0 #333;
}
.govbar--dark .govbar-link {
    color: #ddd !important;
}
.govbar--dark .govbar-link:hover, .govbar--dark .govbar-link:focus {
    background: none repeat scroll 0 0 #666;
}
.govbar-logo {
    border: 0 none;
    display: block;
    margin: 3px 8px;
    vertical-align: middle;
    width:205px;
    height:40px;
    background:url(./images/govbar/gov-light.png) no-repeat 0 0;
}
.govbar-logo img {
    border: 0 none;
    display: block;
    height: 40px;
}
.govbar-links {
    display: none;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.govbar-link {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ddd -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-right: 0 none;
    border-style: solid none none;
    border-width: 1px 0 0;
    display: block;
    font-weight: bold;
    padding: 8px;
    text-decoration: none;
}
.govbar-more {
    font-weight: normal;
}
.ie_lt9 .govbar-logo {
    float: left;
}
.ie_lt9 .govbar-links {
    display: block;
    float: right;
    line-height: 30px;
}
.ie_lt9 .govbar-links li {
    float: left;
    margin: 0;
}
.ie_lt9 .govbar-link {
    border-top: 0 none;
    float: left;
    min-height: 30px;
}
@media only screen and (min-width: 45em) {
.govbar-logo {
    float: left;
}
.govbar-links {
    display: block;
    float: right;
    line-height: 30px;
}
.govbar-links li {
    float: left;
    margin: 0;
}
.govbar-link {
    border-top: 0 none;
    float: left;
    min-height: 30px;
}
}