.chromestyle{
  width: auto;
  padding: 0 0 5px 130px;
  background: #FFFFFF url(../images/std/menubg.gif) top left repeat-x; 
  font-weight: bold;
  }

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

.chromestyle ul{
  width: 710px;
  line-height: 30px;
  background: #2D394A url(../images/std/menubg30.gif) top left repeat-x;
  padding: 0 0 0 0;
  margin: 0;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  text-align: center; /*set value to "left", "center", or "right"*/
  }

.chromestyle ul li{
  display: inline;
  }

.chromestyle ul li a{
  color: #FFFFFF;
  padding: 2px 10px 9px 0;
  margin: 0;
  text-decoration: none;
  border-right: 1px solid #CCCCCC;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  }

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
  color: #FFFF00;
  }

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

.dropmenudiv{
  position:absolute;
  top: 0;
  border: 1px solid #003366;
  border-bottom-width: 0;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  background: #2D394A url(../images/std/menubg25.gif) top right repeat;
  z-index:100;
  width: 180px;
  visibility: hidden;
  margin: 0 0 0 -14px;
  }


.dropmenudiv a{
  width: auto;
  display: block;
  text-indent: 3px;
  border-bottom: 1px solid #003366;
  padding: 2px 10px 2px 10px;
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
  color: #FFFFFF;
  } 

* html .dropmenudiv a{ /*IE only hack*/
  width: 100%;
  }
 
.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
  color: #FFFF00;
  }
