#chromemenu{
   width: 980px;
   height: 23px;
   margin-left: -40px;
   margin-top: -16px;
}

#chromemenu li{
   float:left;
   list-style: none;
   width:  120px;
}

#chromemenu li a {
   display:block;
   text-align:center;
   font-family: Trebuchet MS;
   text-decoration: none;
   font-size: 10px;
   color: #000;
   padding-top:  4px;
   height:  19px;
}

#chromemenu li a:hover{

}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
  position:absolute;
  top: 0;
  z-index:100;
  width: 200px;
  background-color: #000;
  visibility: hidden;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a{
   font-family: Trebuchet MS;
   font-size: 9px;
   color: #fff;
   width: auto;
   display: block;
   text-indent: 3px;
   padding: 2px 0;
   text-decoration: none;
   font-weight: bold;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
   background-color: #fff;
   color: #000;
}