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