.bluetabs{
border-bottom: 1px solid gray;
}

.bluetabs ul{ color: #414141; font-size: 10px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-style: normal; font-variant: normal; line-height: 1.5em; padding: 4px 0; margin-left: 0; margin-top: 1px; margin-bottom: 0; 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{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: solid 1px #778;
color: #414141;
background: white url(media/bluetab.gif) repeat-x left top; /*THEME CHANGE HERE*/
}

.bluetabs li a:visited{
color: #414141;
}

.bluetabs li a:hover{
text-decoration: underline;
color: #414141;
}

.bluetabs li.selected{
}

.bluetabs li.selected a{ /*selected main tab style */
background-image: url(media/bluetabactive.gif); /*THEME CHANGE HERE*/
border-bottom-color: white;
}

.bluetabs li.selected a:hover{ /*selected main tab style */
color: #414141; text-decoration: none; }

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{ color: #414141; font: 11px/1.5em Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; position:absolute; top: 0; border-width: 0 1px; z-index:100; background-color: white; width: 113px; visibility: hidden; border-color: #918d8d; border-style: solid; }


.dropmenudiv_b a{ width: auto; display: block; text-indent: 6px; padding: 2px 0; text-decoration: none; color: #414141; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; border-color: #918d8d; border-style: solid; border-width: 0 0 1px; }

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
background-color: #ffc;
}