.bluetabs{
background-image:#000;
border-top:2px solid #ffff66;
float: right;
height: 40px;
}

.bluetabs ul{
padding: 9px 0;
height:20px;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 14px;
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;
border-right:1px solid #000;
color: #ff3300;
font-size:14px;
padding: 3px 7px;
margin-right: 3px;

}

.bluetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;

color: #fff;



}

.bluetabs li a:visited{
color: #fff;

}

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

.bluetabs li.selected{
}

.bluetabs li.selected a{ /*selected main tab style */
background-image: url(http://wikiroma.it/wp-content/themes/bphome/css/../media/bluetabactive.gif); /*THEME CHANGE HERE*/
border-bottom-color: white;
}

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

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

.dropmenudiv_b{
position:absolute;
top: 0;
border: 1px solid #000; /*THEME CHANGE HERE*/
border-top:0;
margin-top:2px;
font:normal 14px Verdana;
line-height:16px;
z-index:100;
background-color:#;
width: 145px;
visibility: hidden;
background:#333;
filter:alpha(opacity=90);
-moz-opacity:.90;
opacity:.90;}





.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #666; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 4px 0 4px 0;
text-decoration: none;
color: #ff3300;


}

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

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/

background:#666;color:#fff;
}

.dropmenudiv_b a:visited{ /*THEME CHANGE HERE*/
font: 14px Verdana;
}


