

span.rootMenuItem {
    width: 180px;
    padding: 3px 3px 3px 5px;
    margin-right: 10px;
    font: normal normal bold 14px verdana,sans-serif;
	color: #2222aa;
  }


div.subMenu {
    width: 180px;
  }


div.subMenuBase {
    width: 160px;
  }


div.subMenuItem, div.subMenuItemHighlight, div.subMenuItemLeaf, div.subMenuItemLeafHighlight {
    font: normal normal normal 11px verdana,sans-serif;
    padding-left: 5px;
    background-repeat: no-repeat;
    height: 25px;
    line-height: 25px;
    background-color: #fefeff;
    color: inherit;
    border-top: 2px solid #e6e9fF;
    border-left: 2px solid #e5dCfF;
    border-right: 2px solid #e5eCfF;
  }


.decm1{
font: normal normal normal 14px verdana,sans-serif;
font-weight : bold;
}

div.subMenuItem {
    background-image: url('/js/gMenu/menuItem.gif');
  }


div.subMenuItemHighlight {
     background-color : #2a9dff;

    background-image : url('/js/gMenu/menuItem.gif');
    color : white;
    font-weight : bold;
  }


div.subMenuItemLeaf {
  }


div.subMenuItemLeafHighlight {
    background-color : #4688ae;
    color : white;
    font-weight : bold;
  }


a.subMenuItem {
    text-decoration: none;
  }


a.subMenuItem:hover {
    color: white;
    background-color: inherit;
  }


div.menuBottom {
    height: 5px;
    background-image: url('/js/gMenu/menuBottom.gif');
    background-repeat: no-repeat;
  }

