.bluetabs{
border-bottom:0px solid gray;
}

.bluetabs ul{
padding: 2px 0;
margin-left: 0;
margin-top: 0px;
margin-bottom: 0;
font: normal 12px Arial;
/*list-style-type: none; */
width: 770px;
text-align: left; /* TO ALIGN MENU - 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: 7px 3px;
margin-right: 10px;
border: 0px solid #778;
color: #2d2b2b;
width: 8px;
background: #33363B url(media/bluetab.gif) top left repeat-x; /*THEME CHANGE HERE* change color of top menu tab */ 

}

.bluetabs li a:visited{
color: white; /* change font color of top menu item */
}

.bluetabs li a:hover{
/*text-decoration: underline;*/
 body link color="#33363B"
color: white;
background: #DB4D09

}



.bluetabs li.selected{
color: black;
}

.bluetabs li.selected a{ /*selected main tab style */
background-image: url(image/subpage2_3); /*THEME CHANGE HERE*/
border-bottom-color:#000000;
background: #33363B
}

.bluetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
background-image: url(image/subpage2_3);/* to change text color of mouse over item */

}



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

.dropmenudiv_b{
position:absolute;
top: 0;
border: 0px solid red; /*THEME CHANGE HERE*/
border-width: 0 0px;
font:normal 12px Arial;
line-height:18px;
z-index:300;
background-color:#33363B; /* change background of drop down */
width: 195px;
visibility: hidden;
}


.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 3px;
text-align: left;   /*CHANGE  DROP DOWN menus alignment*/
border:0 solid white; /*CHANGE BORDER COLOR HERE FOR DROP DOWN*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color:white;
}

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

.dropmenudiv_b a:hover{ (image/subpage2_3);
background-color: #33363B;
}