
.bluetabs{ padding-top: -30px; padding-left: 80px; }
.bluetabs ul{ padding: 3px 0; margin-left: 0; margin-top: 1px; margin-bottom: 0; font: bold 12px arial, Verdana; 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: 5px 7px;
margin-right: 3px;
border: solid 1px;
color: #fff;
background: #036 url(../images/menu_bg.jpg) repeat-x left top; /*THEME CHANGE HERE*/
}
.bluetabs li a:visited{
color: #b4d9f3;
}
.bluetabs li a:hover{ color: #fff; background-color: #69f; background-image: url(../images/menu_bg.jpg); background-position: 0 -29px; }
.bluetabs li.selected{
}
.bluetabs li.selected a{ /*selected main tab style */
border-bottom-color: white;
}
.bluetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}
/* ######### Style for Drop Down Menu ######### */
.dropmenudiv_b{ color: #fff; position:absolute; top: 0; border-width: 0 1px; font:12px/22px Verdana; z-index:100; background-color: #036; text-align: left; width: 180px; visibility: hidden; margin-top: -3px; margin-left: -1px; border-color: #918d8d; border-style: solid; }
.dropmenudiv_b a{ width: auto; display: block; text-indent: 5px; padding: 2px 0; text-decoration: none; color: #fff;
;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*/
color: #036; background-color: #fff; }