.left_top {
    width: 100%;
    height: 36px;
    line-height: 36px;
    float: left;
    background: #F44336;
}
#right_top {
    width: 100%;
    height: 36px;
    line-height: 36px;
    float: left;
	background: #F44336;
    color: #fff;
}
.bb_nav {
    height: 45px;
    background-color: #F44336;
    background-image: linear-gradient(#F44336, #F44336);
}
.bb_nav ul li a:hover {
    background-color: #F44336;
	font-weight:bold;
}