var STYLE = {
    border:1,              // item's border width, pixels; zero means "none";
    shadow:2,              // item's shadow size, pixels; zero means "none"
    color:{
        border:"#E3B133",  // color of the item border, if any; E3B133
        shadow:"#999966",  // color of the item shadow, if any; 999966
        bgON:"#CA942A",      // background color for the items; CA942A
        bgOVER:"#E3B133"   // background color for the item 8C644A
                           // which is under mouse right now;
    },
    css:{
        ON:"menuOn",			// CSS class for items;
        OVER:"menuOn"			// CSS class  for item which is under mouse;
    }
};

