input[type=radio] {
    display:none;
}
 
input[type=radio] + label {
    font-family: arial;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    display:inline-block;
    margin-left: 1px;
    padding: 2px 0;
    border-radius: 4px;
    color: #ffffff;
    background-color: #3c6a8c;
}

input[type=radio]:checked + label {
   color: #ffee24;
   background-image: none;
}


#hot_hal, #hot_hal ul {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
}

#hot_hal li {
  float: left;
  position: relative;
  back\ground: none;
}

#hot_hal a b {
  font-weight: normal;
  border-bottom: 1px #404040 dashed;
}

#hot_hal a {
  font-family: tahoma;
  font-size: 17px;
  color: #404040;
  text-decoration: none;
  display: block;
  padding: 0px 0px 7px 28px;
}

#hot_hal li ul {
  display: none;
  position: absolute;
  padding: 0;
  width: 600px;
  background: url('images/fone-tr.png');
  margin-left: 30px;
}

#hot_hal li li a {
  font-size: 15px;
  color: #ffffff;
  width: 600px;
  padding: 3px 0 5px 0;
}

#hot_hal li li a:hover {
  background: #cccccc;
  cursor: pointer;
  color: #000000;
}

#hot_hal li:hover ul, #hot_hal li.jshover ul { display: block; }

#hot_hal li:hover li ul,
#hot_hal li.jshover li ul {
  display: none;
  width: 138px;
  top: -9px;
  left: 118px;
  lef\t: 133px;
}

#hot_hal li:hover li:hover ul, #hot_hal li.jshover li.jshover ul { display: block; }