#usual {  
  position:relative;
  display:inline-block;
  color:#111;  
  float: left;
  width:98%;  
  min-height: 32px;
  margin-top:15px;
  margin-bottom:10px;
  z-index:200;
  /*background: #a5d6e8;*/
}

#usual ul{
    position:relative;
    margin:0;
    padding:0;  
    float: left;
    width:100%;
    /*background: #fff;*/            
    z-index:210;
}

#usual li{ 
    background: #cee3ef; /*D01F2F;*/
    list-style:none;    
    float:left;
    margin-left: 2px;
    margin-right:2px;
    border-radius:4px;             
    -moz-border-radius:4px;             
    -webkit-border-radius:4px;             
}
#usual ul li:first-child{ 
    margin-left:4px;
}

#usual ul a {
  display:block;
  padding:2px 6px;
  text-decoration:none!important;  
  margin-left:0;
  color:#066299;
  font-size:11px;
  font-weight:normal;    
}
  
#usual ul a.selected {
  color:#fff;  
  background:#066299;
  cursor:default;
border-radius:4px;             
-moz-border-radius:4px;             
-webkit-border-radius:4px;             
  
}
#tab_contain{
    position:relative;
    display:inline-block;
    margin-top:-4px;
    padding:6px 8px;
    width:100%;
    z-index:100;
    border:1px solid #4680b4;
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
}
#usual div {
    display:inline-block;
    
}

#usual div a { 
    font-weight:bold; 
}




