.bluetabs{
 color: #ffae00;
}

.bluetabs ul{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
color: #ffae00;
font: bold 12px Verdana;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.bluetabs li{
display: inline;
margin: 0;
}

.bluetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 0px;
color: #ffae00; /*THEME CHANGE HERE*/
}

.bluetabs li a:visited{
  color: #ffae00;
}

.bluetabs li a:hover{
text-decoration: underline;
  color: #ffffff;
}

.bluetabs li.selected{
}

.bluetabs li.selected a{ /*selected main tab style */
border-bottom-color: white;
border: 0px;
}

.bluetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

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

.dropmenudiv_b{
position:absolute;
top: 308px;
left: 50%;
margin-left: -472px;
border-bottom: 1px solid #000000; /*THEME CHANGE HERE*/
border-top: 0px;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
width: 964px;
background: url(bg_n2.jpg);
background-repeat: repeat-x;
background-position: top center;
background-color: #000000;
text-align: center;
color: #ffae00;
}


.dropmenudiv_b a{
width: auto;
text-indent: 5px;
border: 0px; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: #ffae00;
}

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

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
color: #ffffff;
}