.bluetabs{
/*border-bottom: 1px solid gray;*/
font-style:normal;
margin-bottom: 0px;
}

.bluetabs ul{
padding: 3px 0px 3px 0px;
margin-top: 0px;
margin-bottom: 0px;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
font-style:normal;
}

.bluetabs li{
display: inline;
font-style:normal;
padding: 0px 7px 0px 0px;
}

.bluetabs li a{
text-decoration: none;
font-size:10pt;
font-weight:normal;
font-style:normal;
color: #212257;
}

.bluetabs li a:visited{
color: #212257;
font-size:10pt;
font-weight:normal;
font-style:normal;
}

.bluetabs li a:hover{
text-decoration: none;
color: #ffffff;
font-size:10pt;
font-weight:normal;
font-style:normal;
}

.bluetabs li.selected{
}

.bluetabs li.selected a{ /*selected main tab style */
/*border-bottom-color: white;*/
}

.bluetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b
{
  position: absolute;
  top: 1px;
  margin-top: 2px;
  border-bottom: 1px solid #000000;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  font-size:10pt;
  font-weight:normal;
  font-style:normal;
  z-index:100;
  background-color: #dbcd9e;
  width: 200px;
  visibility: hidden;
  text-align:left;
}

.dropmenudiv_b a
{
  font-weight:normal;
  width: auto;
  display: block;
  text-indent: 5px;
  font-style:normal;
  border: none; /*THEME CHANGE HERE*/
  padding: 2px 0px;
  text-decoration: none;
  color: #212257;
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
font-style:normal;

}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
background-color: #ced5c5;
color: #ffffff;
font-style:normal;
}