/*--------------------------- NavBar ---------------------------*/
/* modify the toptabs - want one single line without additional spacing*/
#toptabs {
    float: left;
    padding: 0px;
    margin: 0px;
    margin-top: 0.1;
    background: #336699;
    width: 100%;
    border-bottom:none;
    font-size: 1em;
    }
    
#toptabs ul {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 100%;
    list-style: none;
    color: #fff;
    font-weight: bold;
    border-bottom: none; /* maybe we want this border for the whole bar?*/
   }
   
#toptabs li {
   float: left;
    color: #fff;
   }
   
#toptabs a, #toptabs a:hover {
    float: left;
    padding: 0.5em 1em;
    text-decoration: none;
    color: #fff;    
}

#toptabs a:hover { 
    background: #fff;
    color: #698ed1;
}

#toptabs li.th a  {
    background: #fff;
    color: #06348C !important;
}
.tabs {
	margin-top:0px;
}
