img{
border:0;
}

.bluetabs{
}

.bluetabs ul{
padding:0;
margin:0;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/

}

.bluetabs li{
display: inline;
}

.bluetabs li a{
text-decoration: none;
}

.bluetabs li a:visited{
}

.bluetabs li a:hover{
}

.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{
position:absolute;
top: 0;
font:normal 11px Verdana;
z-index:100;
background-color: white;
visibility: hidden;
}


.dropmenudiv_b a{
width: auto;
display: block;
text-decoration: none;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
}

