.bluetabs{
border-bottom: 0px;
color : #000000; 
font-weight: normal;
font-size : 1.1em; 
/* font-family : Tahoma, Helvetica, Arial, sans-serif; */
letter-spacing: 0px;
}

.bluetabs ul{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
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{
color : #000000; 
text-decoration: none;
padding: 5px 0px;
margin-right: 10px;
border: 0px solid #000000;
font-family : Tahoma, Arial, Verdana, Helvetica, sans-serif; 
font-size : 0.9em; 
}

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

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

.bluetabs li.selected{
}

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

.bluetabs li.selected a:hover{ /*selected main tab style */
color : #FFFFFF; 
/* text-decoration: underline; */
}


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

.dropmenudiv_b{
position:absolute;
top: 0;
/* border: 1px solid #918d8d; */
border: 1px solid #808080; /*THEME CHANGE HERE*/
line-height:20px;
z-index:100;
background-color: #DEEEF4;
width: 210px;
visibility: hidden;
}


.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 5px;
/* border: 0 solid #918d8d; */
border: 0px dotted #FFFFFF; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
padding-left: 2px;
text-decoration: none;
color: #000000;
}

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

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
/* background-color: #edf3f3; */
background-color: #F0F0F0;
color: #4C7CAA;
}
