﻿#sbnav
{
    float:left;
    width:200px;
    height:600px;
    margin:5px 0 0 0;
    }
    
#sbnav a
{
    display:block;
    line-height:30px;
    float:left;
    width:200px;
    text-align:center;
    background:#f3f3f3;
    margin:3px 0 0 0;
    }
    
.sbmenu
{
    list-style:none;
    float:left;
    width:200px;
    display:none;
    }
    
 .sbmenu li
 {
     line-height:25px;
     text-align:center;
     font-size:13px;
     cursor:pointer;
     width:200px;
     float:left;
     }
     
 #sblist
 {
     float:left;
     width:795px;
     margin:5px 0 0 5px;
     height:600px;
     border-left:solid 1px #bdbcbc;
     }
     
#sbframe
{
    float:left;
    width:750px;
    height:550px;
    margin:10px 0 0 15px;
    }
