/* 代码整理：懒人之家 lanrenzhijia.com */
#nav_bar {
    float:top;
    position:relative;
    height:35px;
    overflow:hidden;
}
#home, #cast, #pictures, #videos, #mail {
    float:left;
    position:relative;
}
 
.nav_top, .nav_bottom {
    height:30px;
    float:top;
}
/* 代码整理：懒人之家 lanrenzhijia.com */