.mToolbar {
    background-color: black;
    cursor : auto;
    font-size : 15pt;
    white-space : nowrap;
    width : 100%;
    height : 25px;
  }

	
/* .mTray = Tray Menu Button on top_left */
.mTray {
    color : white;
     white-space : nowrap;
    bottom : 0px;
background: top left repeat ;
	  
    font-family : Times;
    font-size : 10pt;
    left : 90%;
    position : absolute;
    right : 0px;
    top : 0px;
    
	
  }

/*  .pItem = style of the top menu buttons.*/
.pItem {
    color : white;
    cursor : hand;
    text-align : bottom;
    text-transform : none;
    white-space : nowrap;
  }

/* Top Menu On Load  */

.mItem {
    cursor : pointer;
    float : inherit;
    font-size : 10pt;
    height : 20px;
    text-align : bottom;
    
	
  }

/* Top Menu Select */

.mItemSelect {
    background-color: blue;
    cursor : pointer;
    float : inherit;
    font-size : 10pt;
    height : 20px;
    text-align : bottom;
   
  }

/* Top Menu Link */

.mItemLink {
    cursor : pointer;
    float : inherit;
    font-size : 10pt;
    height : 20px;
    text-align : bottom;
  }

/*------------------------------------------------*/
.mSub1Menu {
    background-color: white;
    border: outset #bfbfbf;
    color : blue;
    cursor : pointer;
    display : none;
    font: menu;
    font-size: 12px ;
	position : Absolute;
	padding-right:  2px;
	padding-left:  2px;
	
    
    
  }


.mSub1MenuCaption {
    color: blue;
    cursor: pointer;
    padding: 2px;
    border-style: inset;
    white-space: nowrap;
    padding-left: inherit;
    
   
  }


.mSub1Item {
    color: blue;
    Cursor: pointer;
    
    white-space: nowrap;
    padding-left: inherit;
    
  }


.mSub1ItemSelect {
    color: red;
    cursor: pointer;
    white-space: nowrap;
    border-style: inherit;
    padding: inherit;
  
  
    
  }


.mSub1ItemLink {
    color: blue;
    cursor: pointer;
    white-space: nowrap;
    padding: inherit;
    
    
  }

/*------------------------------------------------*/
.mSub2Menu {
    background-color: white;
    border: outset #bfbfbf;
	color : blue;
    cursor : pointer;
    display : none;
    font: menu;
    font-size: 12px ;
    position : Absolute;
    
  }


.mSub2MenuCaption {
    color: blue;
    cursor: pointer;
    white-space: nowrap;
    padding: 2px;
    
  }


.mSub2Item {
    color: blue;
    cursor: pointer;
    white-space: nowrap;
    padding: 2px;
  }


.mSub2ItemSelect {
    color: red;
    cursor: pointer;
    white-space: nowrap;
    padding: 2px;
    text-decoration: underline;
    border-style: inherit;
  }


.mSub2ItemLink {
    color: blue;
    cursor: pointer;
    white-space: nowrap;
    padding: 2px;
  }


