/* =The style for the lab
-------------------------------------------------------------- */
nav2.stick2{
    position: fixed;
    top: 251px;
    z-index: 10000;
    margin-top: 12px;
    border: 1px solid #ffe58f;
    width: 16.8%;
}
nav3.stick3{
	position: fixed;
    top: 0px;
    z-index: 10000;
    margin-top:12px;
	border: 1px solid #ffe58f;
    width: 16.8%;
}
nav.stick {
    position: fixed;
    top: 0;
    z-index: 10000;
    margin-top:12px;
	border: 1px solid #ffe58f;
    width: 16.8%;
}
nav ul {
    list-style-type:none;
    margin:0;
    padding:0;
}
nav li a {
    color:rgb(50,50,50);
}
a.nav-active {
	background: #ffe58f;
    color: #777 !important;
}
hr{
    border:none;
    background-color:rgb(220,220,220);
    height:12px;
    margin-bottom:18px;
}