.menuContainer {
          top:25px;
          position: absolute;
          width: 130px;
          left: 20px;
}

.menuItem {
          cursor: pointer;
          padding-left:10px;
          padding-top:2px;
          padding-bottom: 0px;
          display:block;
          height: 14px;
          width: auto;
          border-top-width: 1px;
          border-right-width: 1px;
          border-bottom-width: 1px;
          border-left-width: 1px;
          border-top-style: none;
          border-right-style: none;
          border-bottom-style: solid;
          border-left-style: none;
          border-top-color: #FFFFFF;
          border-bottom-color: #FFFFFF;
          font-family: Arial, Helvetica, sans-serif;
          font-weight: normal;
          font-size: 10px;
          color: #000000;
          text-decoration: none;
}

.menuItemOver {
          cursor: pointer;
          padding-left:10px;
          padding-top:2px;
          padding-bottom: 0px;
          display:block;
          height: 14px;
          width: auto;
          border-top-width: 1px;
          border-right-width: 1px;
          border-bottom-width: 1px;
          border-left-width: 1px;
          border-top-style: none;
          border-right-style: none;
          border-bottom-style: solid;
          border-left-style: none;
          border-top-color: #FFFFFF;
          border-bottom-color: #FFFFFF;
          font-family: Arial, Helvetica, sans-serif;
          font-size: 10px;
          font-weight: normal;
          background-color: #FFCC00;
          color: #990000;
          text-decoration: none;
}

.menuItemSelected {
          cursor: pointer;
          padding-left:10px;
          padding-top:2px;
          padding-bottom: 0px;
          display:block;
          height: 14px;
          width: 150px;
          border-top-width: 1px;
          border-right-width: 1px;
          border-bottom-width: 1px;
          border-left-width: 1px;
          border-top-style: none;
          border-right-style: none;
          border-bottom-style: solid;
          border-left-style: none;
          border-top-color: #FFFFFF;
          border-bottom-color: #FFFFFF;
          font-family: Arial, Helvetica, sans-serif;
          font-size: 10px;
          font-weight: bolder;
          background-color: #FFFFFF;
          color: #3366CC;
          text-decoration: none;
}
.menuItemSelectedGroup {
          cursor: pointer;
          padding-left:10px;
          padding-top:2px;
          padding-bottom: 0px;
          display:block;
          height: 14px;
          width: 150px;
          border-top-width: 1px;
          border-right-width: 1px;
          border-bottom-width: 1px;
          border-left-width: 1px;
          border-top-style: none;
          border-right-style: none;
          border-bottom-style: solid;
          border-left-style: none;
          border-top-color: #FFFFFF;
          border-bottom-color: #FFFFFF;
          font-family: Arial, Helvetica, sans-serif;
          font-size: 10px;
          font-weight: bolder;
          background-color: #FFFFFF;
          color: #3366CC;
          text-decoration: none;
          text-indent: 12px;
}

.menuItemChain {
          cursor: pointer;
          padding-left:10px;
          padding-top:2px;
          padding-bottom: 0px;
          display:block;
          height: 14px;
          width: auto;
          border-top-width: 1px;
          border-right-width: 1px;
          border-bottom-width: 1px;
          border-left-width: 1px;
          border-top-style: none;
          border-right-style: none;
          border-bottom-style: solid;
          border-left-style: none;
          border-top-color: #FFFFFF;
          border-bottom-color: #FFFFFF;
          font-family: Arial, Helvetica, sans-serif;
          font-size: 10px;
          font-weight: bold;
          background-color: #DAE7B9;
          color: #006666;
          text-decoration: none;
}

.menuItemGroup {
          cursor: pointer;
          padding-left:10px;
          padding-top:2px;
          padding-bottom: 0px;
          display:block;
          height: 14px;
          background-color: #F2F8D6;
          width: auto;
          border-top-width: 1px;
          border-right-width: 1px;
          border-bottom-width: 1px;
          border-left-width: 1px;
          border-top-style: none;
          border-right-style: none;
          border-bottom-style: solid;
          border-left-style: none;
          border-top-color: #FFFFFF;
          border-bottom-color: #FFFFFF;
          font-family: Arial, Helvetica, sans-serif;
          font-weight: normal;
          font-size: 10px;
          color: #000000;
          text-decoration: none;
          text-indent: 12px;
}

.menuItemGroupOver {
          cursor: pointer;
          padding-left:10px;
          padding-top:2px;
          padding-bottom: 0px;
          display:block;
          height: 14px;
          width: auto;
          border-top-width: 1px;
          border-right-width: 1px;
          border-bottom-width: 1px;
          border-left-width: 1px;
          border-top-style: none;
          border-right-style: none;
          border-bottom-style: solid;
          border-left-style: none;
          border-top-color: #FFFFFF;
          border-bottom-color: #FFFFFF;
          font-family: Arial, Helvetica, sans-serif;
          font-size: 10px;
          font-weight: normal;
          background-color: #FFCC00;
          color: #990000;
          text-decoration: none;
          text-indent: 12px;
}


body { background-color: #F4F2E8; 
}
