body {
  /* background: url(../images/bg.jpg); */
}

#\__drop_down_menu {
  /* normal */
  /* height: 176px; */ width: 100px;
  background: #028ffe; color: white;
  border: #10aeff 1px solid;   
}

.font-style { 
  font-size: 14px; color: white!important; text-decoration: none!important;
  vertical-align : middle; cursor: pointer;
  event: expression( 
    onclick = function () {
      // window.location.href = this.prototype.href;
  });
}
.div-style1 { 
  width: 100%; margin: 0px 2px 0px 3px; padding-top: 5px; padding-bottom: 3px;
}
.div-style2 { 
  width: 100%; margin: 0px 2px 0px 3px; padding-top: 5px; padding-bottom: 3px;
}
.div-normal {
  event: expression( 
    onmouseover = function () {
      this.style.background = '#f6a200';
    },
    onmouseout = function () {
      this.style.background = '';
  });
}
