/* ######### Style para os Sub Menus ######### */

.dropmenudiv{
  position:absolute;
  top: 0;
  font:normal 14px "Times New Roman";
  line-height:18px;
  z-index:100;
  width: 200px;
  visibility: hidden;
}


.dropmenudiv a{
  width: auto;
  display: block;
  text-indent: 3px;
  padding: 5px;
  text-decoration: none;
  font-weight: normal;
  color: black;
  background-color: #f9f9f9;
}

* html .dropmenudiv a{ /*IE only hack*/
  width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
  color: #da011a;
}