/* =The style for the lab
-------------------------------------------------------------- */
#sidebar {
    width:250px;
    float:left;
}

#content {
    width:883px;
    float:right;
    padding-left:24px;
}
#tab-menu li {
    border-bottom: 1px solid #e1e1e1;
}


/* navigation */
nav1 {
   /* width:300px;*/
   /* background-color:rgb(240,240,240);*/
   
    padding:0 12px;
	width:20%;
}

nav1.stick {
    position: fixed;
    top:58px;
    z-index: 10000;
    margin-top:12px;
}


nav1 ul {
    list-style-type:none;
    margin:0;
    padding:0;
}

nav1 li {

}

nav1 li a {
   /* color:rgb(50,50,50);
    font-weight:700;*/
	line-height:30px;
}

a.nav-active {
    color:#ccc;
}



hr {
    border:none;
    background-color:rgb(220,220,220);
    height:12px;
    margin-bottom:18px;
}