.chromestyle{
  width: 99%;
  font-weight: bold;
  text-decoration: none;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

.chromestyle ul{
  width: 100%;
  padding: 4px 0;
  margin: 0;
  text-align: right; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
  display: inline;
}

.chromestyle ul li a{
  color: #494949; 
  padding: 4px 7px;
  margin: 0;
  text-decoration: none;
  text-indent: 20px;
}


.chromestyle ul li a:hover{
  background: url(/images/arrowright.gif) left center no-repeat;
}


/* ######### Style for Drop Down Menu ######### */
.dropmenudiv{
  position:absolute;
  top: 1px;
  border: 1px solid #c0c0c0; /*THEME CHANGE HERE*/
  border-bottom-width: 0;
  font:normal 12px Arial;
  line-height:18px;
  z-index:100;
  background-color: white;
  width: 150px;
  visibility: hidden;
}

.dropmenudiv a{
  width: 100%;
  display: block;
  text-indent: 5px;
  border-bottom: 1px solid #c0c0c0; /*THEME CHANGE HERE*/
  padding: 4px 0;
  text-decoration: none;
  font-weight: bold;
  color: #494949; 
}


.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
//  background-color: #FFECEC;
  background: url(/images/arrowright.gif) left center no-repeat;

}