<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.bluetabs ul{
/*set to left, center, or right to align the menu as desired*/
}

.bluetabs li{
float:left;
margin: 0;
}

.bluetabs li a{
text-decoration: none;
color:#fff;
/*THEME CHANGE HERE*/
}

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

.bluetabs li a:hover{
text-decoration: underline;
color: #fff;
}

.bluetabs li.selected{
}

.bluetabs li.selected a{ /*selected main tab style */
color:#fff; text-decoration:none; background:#ce0100;
}

.bluetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

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

.dropmenudiv_b{
position:absolute;
top: 0;
/*border: 1px solid #918d8d; THEME CHANGE HERE*/
border-width: 0 1px;
font-size:16px;
line-height:40px;
text-align:center;
z-index:100;
visibility: hidden;
-moz-opacity:0.9; filter:alpha(opacity=90); opacity:0.89;
}


.dropmenudiv_b a{
display: block;
background: #da241c;
text-decoration: none;
color: #fff;
border-top:#fff 1px solid;
}

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

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
color:#fff; background:url(../images/b.jpg) repeat-x center;
}</pre></body></html>