.bluetabs{
border-bottom: 0px solid gray;
background: url(global-nav-bg-trans.png);
background-repeat:no-repeat;
width:949px;
height:36px;

}

.bluetabs ul{
padding: 8px 0;
margin-left: 0px;
margin-top: 1px;
margin-bottom: 0;
font: normal 1.2em "Times New Roman", Times, serif ;
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: 10px 15px 10px 50px;
margin-right: 0px;
color: #666666;
height:36px;
text-align:center;

}

.bluetabs li a:hover{
text-decoration:none;
color: #990000;
height:36px;

}

.bluetabs li.selected{
}

.bluetabs li.selected a{ /*selected main tab style */
 /*THEME CHANGE HERE*/
border-bottom-color:#ffffff; }

.bluetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b_what{
position:absolute;
top: 0;
line-height:18px;
z-index:100;
color:#000000;
background:url(menu-what.gif);
background-repeat:no-repeat;
width: 200px;
height:133px;
padding-top:40px;
visibility: hidden;
margin-top:-40px;
}

.dropmenudiv_b_what a{
display: block;
width:150px;
margin-left:20px;
text-indent: 5px;
padding: 2px 0;
text-decoration: none;
color: #000000;
}

* html .dropmenudiv_b_what a{ /*IE only hack*/
width: 80%;
}

.dropmenudiv_b_what a:hover{ /*THEME CHANGE HERE*/
background-color: #666666;
color:#ffffff;
}









.dropmenudiv_b_why{
position:absolute;
top: 0;
/*THEME CHANGE HERE*/
font:normal 12px Verdana;
line-height:18px;
z-index:100;
color:#000000;
background:url(menu-why.gif);
background-repeat:no-repeat;
width: 200px;
height:108px;
padding-top:40px;
visibility: hidden;
margin-top:-40px;

}

.dropmenudiv_b_why a{
display: block;
width:150px;
margin-left:20px;
text-indent: 5px;
padding: 2px 0;
text-decoration: none;
color: #000000;
}

* html .dropmenudiv_b_why a{ /*IE only hack*/
width: 80%;
}

.dropmenudiv_b_why a:hover{ /*THEME CHANGE HERE*/
background-color: #666666;
color:#ffffff;
}

.dropmenudiv_b_demo{
position:absolute;
top: 0;
/*THEME CHANGE HERE*/
font:normal 12px Verdana;
line-height:18px;
z-index:100;
color:#000000;
background:url(menu-get.gif);
background-repeat:no-repeat;
width: 200px;
height:108px;
visibility: hidden;
padding: 40px 0px 10px 3px;
margin-top:-40px;
margin-left:-45px;

}

.dropmenudiv_b_demo a{
display: block;
width:150px;
margin-left:30px;
text-indent: 5px;
padding: 2px 0;
text-decoration: none;
color: #000000;
}

* html .dropmenudiv_b_demo a{ /*IE only hack*/
width: 70%;
}

.dropmenudiv_b_demo a:hover{ /*THEME CHANGE HERE*/
background-color: #666666;
color:#ffffff;
}
