/*****************************/
/*       CSS del menu        */


.bluetabs{
/*border-bottom: 1px solid gray;*/
}

.bluetabs ul{
padding: 3px 0;
margin-left: 0;
margin-top: 0px;
margin-bottom: 0;
font: bold 11px Verdana;
list-style-type: none;
text-align: center; /*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: 3px 7px;
margin-right: 0px;
}

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

.bluetabs li.selected{
}

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

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

.dropmenudiv_b{
position:absolute;
top: 0;
border-top: 0px;
font:normal 11px Verdana;
/*line-height:18px;*/
z-index:100;
width: auto;
visibility: hidden;
}


.dropmenudiv_b a{
width: auto;
display: block;
border-bottom-width: 1px;
padding: 2px 4px;
text-decoration: none;
}

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


/*       CSS del menu        */
/*****************************/	