
body {
color:#FFFFFF;
font-size:12px;
}

.bluetabs{
font-size:10px;
width:105px;
height:36px;
margin-top:-2px;
SRC: "image1.jpg"
}

.bluetabs ul{
font-family:"Trajan Pro";
padding: 1px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Arial;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

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

.bluetabs li a{
font-family:"Trajan Pro";
text-align:center;
height:36px;
text-decoration: none;
padding: 3px 4px;
margin-right: 3px;
color: #fff;
 /*THEME CHANGE HERE*/
}

/*.bluetabs li a:visited{
color: #2d2b2b;
}*/

.bluetabs li a:hover{
text-decoration:none;
  color:#A5B96F;
}

.bluetabs li.selected{
}

.bluetabs li.selected a{ /*selected main tab style */

}

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

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

.dropmenudiv_b{
font-family: "Times New Roman";
position:absolute;
top: 0;
border: 1px solid #fff; /*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 12px Arial;
line-height:17px;
z-index:10;
background-color: #274D2B;
width: 100px;
margin-top:-3px;
visibility: hidden;
margin-left:-6px;
}


.dropmenudiv_b a{
font-family: "Times New Roman";
text-align:left;
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #fff; /*THEME CHANGE HERE*/
border-bottom: #DAECD7 solid 1px;
padding: 2px 0;
text-decoration: none;
color: #FFFFFF;
}

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

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
color: #A5B96F;
background-color: #003300;
}
  .dropdownmenu{
  line-height:15px;
  font-size:12px;
  color:#fff;
  font-weight:bold;
  text-align:center;

  }
  .dropdownmenu a{
  font-family:"Trajan Pro";
  color:#fff;
  text-decoration:none;
  }
  .dropdownmenu a:hover{
  color:#A5B96F;
  }
/* .bdr{
    border-left:#FFFFFF solid 1px;
	background-image:url(../../../images/nav_bg1.gif);
	background-repeat:repeat-x;
	}*/
  #menu{
   font-family:"Trajan Pro";
  text-align:right;
  word-spacing:4px;
  width:800px;
  height:22px;
  float:right;
  float:12px;
  font-weight:bold;
  color:#fff;
  padding-right:15px;
  }
      #menu a{
	  color: #FFFFFF;
	  text-decoration:none;
  }
    #menu a:hover{
	  color: #064EA4;
  }
  .bdrbottom{
     border-top:#617e36 solid 1px;}
 