
/* ######### SL - Removed most of tab styles since using only images vs. images with text. ######### */

.bluetabs{
margin:0 0 0 0;
position:relative;
}

.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;
display:block;
margin: 0;
}



/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
position:absolute;
top: 0;
border: 1px solid #004582; /*THEME CHANGE HERE*/
border-width: 0 1px;
font-family:Tahoma, Verdana, Arial, sans-serif;
font-size:11px;
color:#004582;
line-height:16px;
z-index:1000;
background-color: white;
filter:alpha(opacity=60);   /* Internet Explorer       */
-moz-opacity:0.60;           /* Mozilla 1.6 and below   */
opacity: 0.60;               /* newer Mozilla and CSS-3 */
width: 200px;
display:block;
visibility: hidden;
}


.dropmenudiv_b a{
position:relative;
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #004582; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: #004582;
font-family:Tahoma, Verdana, Arial, sans-serif;
font-size:11px;
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
background-color: #004582;
color:#FFFFFF;
}