
.chromestyle ul {
  margin: 0;
  padding: 0;
  float: left;
  width: 889px;
  list-style: none;
  background: url(../img/chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

.chromestyle ul li {
  float: left;
  background: url(../img/tabs_right.gif) no-repeat top right;
}


/* Hack to make IE/Mac play nice */
.chromestyle li a {
  padding: 0 1em;
  line-height: 2.5em;
  background: url(../img/tabs_left.gif) no-repeat top left;
  text-decoration: none;
  color: #fff;
  float: left;
  display: block;

}

.chromestyle ul a:hover {
  color: #FFF;
}

/* ######### Active rollover state ######### */

.chromestyle ul li.active {
  float: left;
  background: url(../img/tabs_right_over.gif) no-repeat top right;
}


/* Hack to make IE/Mac play nice */
.chromestyle li.active a {
  padding: 0 1em;
  line-height: 2.5em;
  background: url(../img/tabs_left_over.gif) no-repeat top left;
  text-decoration: none;
  color: #003366;
  float: left;
  display: block;

}




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

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font-size: 110%;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: #003366;
}

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

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

#homeMenu {
  margin-left: 20px;
}