.bluetabs {
FONT-WEIGHT: bold; FONT-SIZE: 12px; TEXT-TRANSFORM: uppercase; FONT-FAMILY: Georgia, "Times New Roman", Times, serif; HEIGHT: 34px;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}
.bluetabs ul{
FONT-WEIGHT: bold; FONT-SIZE: 12px; TEXT-TRANSFORM: uppercase; FONT-FAMILY: Georgia, "Times New Roman", Times, serif; HEIGHT: 34px;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.bluetabs li{
padding:0; margin: 0; display: inline; height:34px
}

.bluetabs li a{
border-left:1px solid #9C976C; 
border-bottom:1px solid #9C976C; 
text-decoration: none;
height:34px;
color: #444;
line-height: 33px;
padding: 0px 10px 0px 10px; background-image:url('knavbkg.gif'); background-repeat:repeat-x
}

.rightline { border-right:1px solid #9C976C; 
}
.rightline a:hover{ border-right:1px solid #9C976C; 
}
.bluetabs li a:visited{
color: #2d2b2b; height:34px;
}

.bluetabs li a:hover{
text-decoration: underline;
color: #000066;background-image:url('knavbkgov.gif'); height:34px
}

.bluetabs li.selected{ 
height:34px;
background-position:  0% 0%; 
}

.bluetabs li.selected a{ /*selected main tab style */
background-image: url('knavbkgov.gif'); height:34px;
}

.bluetabs li.selected a:hover{ /*selected main tab style */
text-decoration: underline; height:34px;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
border-left:0px solid #9c976c; border-right:1px solid #9c976c; border-top:0px solid #9c976c; border-bottom:0px solid #9c976c; position:absolute;
top: 0;
/*THEME CHANGE HERE*/
line-height:20px;
z-index:100;
width: 200px;
visibility: hidden; TEXT-TRANSFORM: uppercase; COLOR: #595647; TEXT-DECORATION: none; font-style:normal; font-variant:normal; font-weight:normal; font-size:10px; font-family:Arial, Helvetica, sans-serif
}


.dropmenudiv_b a{
border-left:1px solid #9c976c; border-right:0px solid #9c976c; border-top:0px solid #9c976c; border-bottom:1px solid #9c976c; width: auto;
display: block;
text-indent: 5px;
/*THEME CHANGE HERE*/
text-decoration: none;
color: #000000; padding-left:0; padding-right:0; padding-top:2px; padding-bottom:2px; background-image:url('knavbkg.gif')
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
background-color: #EDF3F3;background-image:url('knavbkgov.gif')
}