/* CSS Document */

.bluetabs{
 background: url(css/media/bg_01.gif) top left repeat;  /**/
 border:1px solid #000;
}
.bluetabs ul{
padding: 0px;
margin-top: 8px;
font: bold 11px Verdana;
list-style-type: none;
text-align: center;

}

.bluetabs li{
display: inline;
margin: 0px;
line-height:12px;
}

.bluetabs li a{
text-decoration: none;
padding: 0px 7px;
margin: 0px;
color: #f4b92c;
/* background: url(dhtml/css/media/bg_01.gif) top left repeat-x; */ /*THEME CHANGE HERE*/
}

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

.bluetabs li a:hover{
color: #fff;
/* background-image: url(dhtml/css/media/bg_02.gif); */ /*THEME CHANGE HERE*/
}

.bluetabs li.selected{
color: #fff;
}

.bluetabs li.selected a{ /*selected main tab style */
/* background-image: url(dhtml/css/media/bg_02.gif); */ /*THEME CHANGE HERE*/

}

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

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

.dropmenudiv_b{
position:absolute;
top: 0;
font:11px Verdana;
line-height:18px;
z-index:100;
background-color:#423f3f;
width: 160px;
visibility: hidden;
text-align: left; 
}
.dropmenudiv_b a{
width: auto;
display: block;
text-indent:5px;
border-bottom-width: 0px;
padding: 0px;
text-decoration: none;
color:#fff;
}

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

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
background-color: #989898;
color:#000;
}


.bluetabsX{
 background: url(css/media/mdb.gif) top left repeat;  /**/
 border:1px solid #000;
}
.bluetabsX ul{
padding: 0px;
margin-top: 8px;
font: bold 11px Verdana;
list-style-type: none;
text-align: center;

}

.bluetabsX li{
display: inline;
margin: 0px;
line-height:12px;
}

.bluetabsX li a{
text-decoration: none;
padding: 0px 7px;
margin: 0px;
color: #f4b92c;
/* background: url(dhtml/css/media/bg_01.gif) top left repeat-x; */ /*THEME CHANGE HERE*/
}

.bluetabsX li a:visited{
color: #f4b92c;
}

.bluetabsX li a:hover{
color: #fff;
/* background-image: url(dhtml/css/media/bg_02.gif); */ /*THEME CHANGE HERE*/
}

.bluetabsX li.selected{
color: #fff;
}

.bluetabsX li.selected a{ /*selected main tab style */
/* background-image: url(dhtml/css/media/bg_02.gif); */ /*THEME CHANGE HERE*/

}

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

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

.dropmenudiv_b{
position:absolute;
top: 0;
font:11px Verdana;
line-height:18px;
z-index:100;
background-color:#423f3f;
width: 160px;
visibility: hidden;
text-align: left; 
}
.dropmenudiv_b a{
width: auto;
display: block;
text-indent:5px;
border-bottom-width: 0px;
padding: 0px;
text-decoration: none;
color:#fff;
}

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

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
background-color: #989898;
color:#000;
}

