/* Menu related selectors */

.jsdomenudiv
   {
   background-color: #EEEEFA; /* Blu multo chiaro */
   border          : 1px outset;
   cursor          : default;
   position        : absolute; /* Do not alter this line! */
   visibility      : hidden;
   z-index         : 10;
   }

.jsdomenuitem
   {
   background-color: #EEEEFA; /* Blu multo chiaro */
   color           : Crimson;
   font-family     : Tahoma, Helvetica, sans, Arial, sans-serif;
   font-size       : 8pt;
   padding-bottom  : 1px;
   padding-left    : 6px;
   padding-right   : 4px;
   padding-top     : 1px;
   position        : relative; /* Do not alter this line! */
   border          : 1px solid;
   border-color    : #EEEEFA; /* Blu molto chiaro */
   }

.jsdomenuitemover
   {
   background-color: #EEEEFA; /* Blu multo chiaro */
   color           : Blue;
   font-family     : Tahoma, Helvetica, Arial, sans-serif;
   font-size       : 8pt;
   font-weight     : normal;
   border          : 1px inset;
   padding-bottom  : 1px;
   padding-left    : 6px;
   padding-right   : 4px;
   padding-top     : 1px;
   position        : relative; /* Do not alter this line! */
   }

.jsdomenuarrow
   {
   background-image : url(classic_arrow.png);
   background-repeat: no-repeat; /* Do not alter this line! */
   height           : 7px;
   position         : absolute; /* Do not alter this line! */
   right            : 8px;
   width            : 4px;
   }

.jsdomenuarrowover
   {
   background-image : url(classic_arrow_o.png);
   background-repeat: no-repeat; /* Do not alter this line! */
   height           : 7px;
   position         : absolute; /* Do not alter this line! */
   right            : 8px;
   width            : 4px;
   }

.jsdomenusep
   {
   }

.jsdomenusep hr
   {
   text-align: center;
   width: 95%;
   }



/* Menu bar related selectors */

.jsdomenubardiv
   {
   background-color   : transparent;
   /* background-image   : url(classic_divider.png); */
   background-position: left;
   background-repeat  : no-repeat;
   border             : 0px inset;
   cursor             : default;
   padding-bottom     : 3px;
   padding-left       : 0px;
   padding-right      : 0px;
   padding-top        : 1px;
   position           : absolute; /* Do not alter this line! */
   visibility         : visible;
   }

.jsdomenubardragdiv
   {
   cursor        : move;
   font-family   : Tahoma, Helvetica, Arial, sans-serif;
   font-size     : 9pt;
   padding-bottom: 1px;
   padding-left  : 5px;
   padding-right : 5px;
   padding-top   : 1px;
   position      : relative; /* Do not alter this line! */
   visibility    : hidden;
   width         : 0px;
   }

.jsdomenubaritem
   {
   background-color: Blue;
   border          : 2px outset;
   color           : White;
   font-family     : Tahoma, Helvetica, sans, Arial, sans-serif;
   font-size       :  9pt;
   font-weight     : bold;
   padding-bottom  :  1px;
   padding-left    : 10px;
   padding-right   : 10px;
   padding-top     :  1px;
   /* position        : relative; * Do not alter this line! */
   }

.jsdomenubaritemover
   {
   background-color: Red;
   border          : 2px outset;
   color           : White;
   font-family     : Tahoma, Helvetica, Arial, sans-serif;
   font-size       : 9pt;
   font-weight     : bold;
   padding-bottom  :  1px;
   padding-left    : 10px;
   padding-right   : 10px;
   padding-top     :  1px;
   position        : relative; /* Do not alter this line! */
   }

.jsdomenubaritemclick
   {
   background-color: Red;
   border          : 2px inset;
   color           : White;
   font-family     : Tahoma, Helvetica, sans, Arial, sans-serif;
   font-size       : 9pt;
   font-weight     : bold;
   padding-bottom  :  1px;
   padding-left    : 10px;
   padding-right   : 10px;
   padding-top     :  1px;
   position        : relative; /* Do not alter this line! */
   }



/* Example of selectors for icons.
   Change the height and width to match the actual height and width
   of the icon image. */
.icon1
   {
   background-image: url(icon1.png);
   background-repeat: no-repeat; /* Do not alter this line! */
   height: 16px;
   left: 2px;
   position: absolute; /* Do not alter this line! */
   width: 16px;
   }

.icon2
   {
   background-image: url(icon2.png);
   background-repeat: no-repeat; /* Do not alter this line! */
   height: 16px;
   left: 2px;
   position: absolute; /* Do not alter this line! */
   width: 16px;
   }

.icon3
   {
   background-image: url(icon3.png);
   background-repeat: no-repeat; /* Do not alter this line! */
   height: 16px;
   left: 2px;
   position: absolute; /* Do not alter this line! */
   width: 16px;
   }
