.header-top {
    background: #f6f6f6;
}
.header-left img {
    padding-top: 40px;
}
.header-right .block-content-basic img {
    margin-right: 150px;
    margin-bottom: 5px;
}
.path-innerpage .header-right .block-content-basic,
.header-bottom span.sf-sub-indicator{
    display: none;
}
.path-frontpage .menu--account{
    margin-top: 0px;
}
.path-innerpage .menu--account {
    margin-top: 40px;
}
.header-right .nav {
    float: right;
}
.menu--account .nav a{
    padding: 2px 12px;
    font-size: 11px;
    line-height: 12px;
    text-transform: uppercase;
	border-right: 1px solid #4985a7;
}
.menu--account .nav a:last-child {
    padding-right: 5px;
    border-right: 0;
}
.menu--account .nav a:hover{
    text-decoration: underline;
    color: #0071b3;
}
.header-bottom {
    padding: 0px;
    margin-bottom: 10px !important;
}
.header-bottom .navbar-nav,
ul.sf-menu {
    flex-direction: row;
    background:#4985a7 url(../images/nav-upper-bg.gif) repeat-x;
    border: 1px solid #4985a7;
}
.header-bottom .navbar-nav li, ul.sf-menu li {
    border-right: 1px solid #cccccc;
}
ul.sf-menu li:last-child{
    border-right: 0px;
}
.header-bottom .navbar-nav li a,
ul.sf-menu li a {
    padding: 8px 21.19px;
    color: #ffffff !important;
    font-weight: bold;
    text-decoration: none;
}
.header-bottom .navbar-nav li a.active,
ul.sf-menu li a.is-active {
    background:#fff url(../images/schoolnav-bg-selected.gif) repeat-x;
    color: #000000 !important;
}
ul.sf-menu ul li.sf-depth-2{
    background: #4985a7 url(../images/nav-upper-bg.gif) repeat-x;
}
ul.sf-menu li:hover > ul, 
ul.sf-menu li.sfHover > ul {
    top: 2.3em !important;
}
ul.sf-menu li.menuparent >ul{
    box-shadow: none !important;
    width: 14em !important;
}
ul.sf-menu li.menuparent >ul li a{
    padding: 7px 10px;
}
