.chromestyle{
width: 99%;
font-weight: bold;
}

#chromemenu {
  background: url(chromebg2.png) center center repeat-x;
  height: 25px;
  margin: 0;
  padding: 0;
  width: 100%;
}

.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%;
/*border: 1px solid #BBB;
background: url(chromebg2.png) center center repeat-x;*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
  display: inline;
/*  font: normal 12px Verdana;*/
  font-family: Veranda, Arial, Helvetica, sans-serif;
  font-size: 9pt;
  font-weight: bold;
}

.chromestyle ul li a{
/*color: #494949;*/
color: #202020;
padding: 3px 5px;
margin: 0;
text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
  position:absolute;
  top: 0;
  margin: 0;
  padding: 0;
/*  font-family: Veranda, Arial, Helvetica, sans-serif;
  font-size: 13px;*/
  font: normal 12px Verdana;
  font-weight: bold;
  line-height: 18px;
  z-index: 100;
  width: auto;
  visibility: hidden;
  background: #898989;
  border: 3px solid #898989;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 1px;
  opacity:0.9;
  filter: alpha(opacity=90);
  /*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);*/
}

.dropmenudiv ul {
  margin: 0;
  list-style: none;
  text-align: left; /*set value to "left", "center", or "right"*/
  background: #898989;
  padding: 1px 3px 1px 3px;
  opacity:0.9;
  filter:alpha(opacity=90);
}

.dropmenudiv ul li {
  position: relative;
  margin-top: .2em;
  margin-bottom: 2px;
  list-style: none;
  margin: 0;
}

.dropmenudiv ul li a{
  /*color: #F7FCFF;*/
  /*color: #494949;*/
  color: #101010;
  margin: 0;
  text-decoration: none;
  width: auto;
  white-space: nowrap;
  display: block;
  text-indent: 3px;
/*  border: 3px solid #494949;
  background-color: #494949;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  padding: 1px 3px 1px 3px;*/
/*  opacity:0.9;
  filter:alpha(opacity=90);*/
  margin-bottom: 2px;
}


