/* TOP DROP-DOWN */

.bluetabs{
border: 0px;
text-align: center;
}

.bluetabs ul{
list-style-type: none;
padding: 0px;
margin: 0px;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.bluetabs li{
display: inline;
margin: 0;
text-align: center;
}

.bluetabs li a{
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FFFFFF;
text-align: center;
font-style: normal;
}

.bluetabs li a:visited{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FFFFFF;
text-align: center;
text-decoration: none;
font-style: normal;
}

.bluetabs li a:hover{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FFFFFF;
border: solid #FFFFFF 1px !important;
padding-left: 2px;
padding-right: 2px;
height: 0px;
text-decoration: none;
font-style: normal;
}

.bluetabs li.selected{
}

.bluetabs li.selected a{ /*selected main tab style */
}

.bluetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
position: absolute;
top: 0;
/*THEME CHANGE HERE*/

width: 300px;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
text-decoration: none;
z-index: 100;
background-color: #4E4E4E;
visibility: hidden;
text-align: left;
border: 0;
margin-top: 2px;
border-top: 4px solid #AFAFAF;
}


.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 5px;
/*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: #FFFFFF;
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
background-color: #4E4E4E;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
text-decoration: underline;
}

/* BOTTOM POP-UP */

.bluetabsB {
border: 0px;
text-align: center;
}

.bluetabsB ul{
list-style-type: none;
padding: 0px;
margin: 0px;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.bluetabsB li{
display: inline;
margin: 0;
text-align: center;
}

.bluetabsB li a{
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FFFFFF;
text-align: center;
font-style: normal;
}

.bluetabsB li a:visited{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FFFFFF;
text-align: center;
text-decoration: none;
font-style: normal;
}

.bluetabsB li a:hover{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
border: solid #FFFFFF 1px !important;
padding-left: 2px;
padding-right: 2px;
height: 0px;
text-decoration: none;
font-style: normal;
}

.bluetabsB li.selected{
}

.bluetabsB li.selected a{ /*selected main tab style */
}

.bluetabsB li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_bB {
position: absolute;
top: 0;
margin-top: -3px;
/*THEME CHANGE HERE*/
width: 300px;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
text-decoration: none;
z-index: 100;
background-color: #FBFBFB;
visibility: hidden;
text-align: left;
border: 1px solid #9E9E9E;
border-bottom: 1px solid #9E9E9E;
}

.dropmenudiv_bB a{
width: auto;
display: block;
text-indent: 5px;
/*THEME CHANGE HERE*/
padding: 2px 0;
/* border-bottom: 1px solid #9E9E9E; */
text-decoration: none;
color: #535353;
}

* html .dropmenudiv_bB a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_bB a:hover{ /*THEME CHANGE HERE*/
background-color: inherit;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
text-decoration: underline;
color: #000000;
}
