.bluetabs
   {
   border: none;
   margin-top   : 1px;
   margin-bottom: 1px;
   }

.bluetabs ul
   {
   color        : Red ;
   font-family  : "Trebuchet MS", Tahoma, Verdana, sans-serif;
   font-size    :  9pt;
   font-weight  : bold;
   margin-left  :  8px;
   margin-top   :  1px;
   margin-bottom:  1px;
   list-style-type: none;
   text-align   : left; /*set to left, center, or right to align the menu as desired*/
   }

.bluetabs li
   {
   display: inline;
   margin: 0px;
   }

.bluetabs li a
   {
   text-decoration: none;
   padding   : 1px 6px;
   margin-right: 18px;
   border    : none;
   color     : Red;
   background: transparent;
   }

.bluetabs li a:visited
   {
   color: OrangeRed;
   }

.bluetabs li a:hover
   {
   color          : Red;
   text-decoration: none;
   }

.bluetabs li.selected
   {
   color          : DarkGreen;
   text-decoration: none;
   }

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

.bluetabs li.selected a:hover
   {
   color          : DarkGreen;
   text-decoration: none;
   }

/* ######### Style for Drop Down Menu ######### */
.dropmenudiv_b
   {
   margin-top : 1px   ;
   position   : absolute;
   top        : 0     ;
   border     : 1px outset; /*THEME CHANGE HERE*/
   font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
   font-size  :  8pt  ;
   font-weight: normal;
   z-index    : 100   ;
   background-color: #EFEFFF; /* Blu molto chiaro */
   width      : 178px ;
   visibility : hidden;
   }

.dropmenudiv_b a
   {
   width: auto;
   display: block;
   text-indent: 5px;
   border: none; /*THEME CHANGE HERE*/
   padding: 2px 2px;
   text-decoration: none;
   color: Red;
   }

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

.dropmenudiv_b a:hover
   {
   color: Green !important;
   background-color: #E2E2FF; /* Blu chiaro */
   }

