.bluetabs{
padding: 0 0 0 0px;
margin-left: 180px;
width:500px;
/*background-image: url(/img/fondo_menu.gif);*/
/*background:#BFBFBF;*/
/*border-bottom: 1px solid gray;*/
}


.bluetabs ul{
padding: 10px 0px;
margin-left: 10px;
margin-top: 0px;
margin-bottom: 0;
font: bold 10px Verdana, Arial, Helvetica, sans-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;


}

.fisso{
background:url(/img/separator.png) left no-repeat;
}

.bluetabs li a{

text-decoration: none;
padding: 10px 4.2pt;
margin-right: 0px;

/*border: 1px solid #778;*/
/*border: 1px solid red;*/
color:#808080;
/*background: url(http://www.prodomonet.it/images/menu.gif); /*THEME CHANGE HERE*/
}

.bluetabs li a:visited{
color:#808080;
}


.bluetabs li a:hover{
background-image: url(../img/path2.gif);
text-decoration: underline;
color:#FFFFFF;
}


.bluetabs li.selected{
background-image: url(../img/path2.gif);
border-bottom-color: white;
color: #8f0202;
}

.bluetabs li.selected a{ /*selected main tab style */
background-image: url(../img/path2.gif);
/*background-image: url("http://www.prodomonet.it/imges/menu8.gif"); /*THEME CHANGE HERE*/
border-bottom-color: white;
/*color: #8f0202;*/
}

.bluetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
position:absolute;
top: 0;
left:-1;
text-align: left;
border: 1px solid #918d8d; /*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
}


.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 5px;
text-align: left;
border: 0 solid #918d8d; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: black;
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
background-color: #edf3f3;
color:#FF0000;
}
