
var STYLE_DropDown_YDNA = {
border:1,           // item's border width, pixels; zero means "none";
shadow:0,           // item's shadow size, pixels; zero means "none"
color:{
border:"#999999",   // color of the item border, if any;
shadow:"#999999",   // color of the item shadow, if any;
bgON:"#ffff99",     // background color for the items;
bgOVER:"#ffff99"    // background color for the item
                    // which is under mouse right now;
},
css:{
ON:"DropDownText_YDNA",  // CSS class for items;
OVER:"DropDownTextSelect_YDNA" 
                    // CSS class for item which is under mouse;
}
};

var STYLE_DropDownHighlight_YDNA = {
border:1,           // item's border width, pixels; zero means "none";
shadow:0,           // item's shadow size, pixels; zero means "none"
color:{
border:"#999999",   // color of the item border, if any;
shadow:"#999999",   // color of the item shadow, if any;
bgON:"#ffff00",     // background color for the items;
bgOVER:"#ffff00"    // background color for the item
                    // which is under mouse right now;
},
css:{
ON:"DropDownTextHighlight_YDNA",  // CSS class for items;
OVER:"DropDownTextHighlightSelect_YDNA" 
                    // CSS class for item which is under mouse;
}
};

var STYLE_NewsDropDown_YDNA = {
border:1,           // item's border width, pixels; zero means "none";
shadow:0,           // item's shadow size, pixels; zero means "none"
color:{
border:"#999999",   // color of the item border, if any;
shadow:"#999999",   // color of the item shadow, if any;
bgON:"#e4e4e4",     // background color for the items;
bgOVER:"#e4e4e4"    // background color for the item
                    // which is under mouse right now;
},
css:{
ON:"DropDownTextNews_YDNA",  // CSS class for items;
OVER:"DropDownTextNewsSelect_YDNA" 
                    // CSS class for item which is under mouse;
}
};
var STYLE_NewsDropDownLeft_YDNA = {
border:1,           // item's border width, pixels; zero means "none";
shadow:0,           // item's shadow size, pixels; zero means "none"
color:{
border:"#999999",   // color of the item border, if any;
shadow:"#999999",   // color of the item shadow, if any;
bgON:"#e4e4e4",     // background color for the items;
bgOVER:"#e4e4e4",   // background color for the item
                    // which is under mouse right now;
valign:"top"        // puts text at top of item
},
css:{
ON:"DropDownTextNewsLeft_YDNA",  // CSS class for items;
OVER:"DropDownTextNewsLeftSelect_YDNA" 
                    // CSS class for item which is under mouse;
}
};


var STYLE_DropDown = {
border:1,           // item's border width, pixels; zero means "none";
shadow:0,           // item's shadow size, pixels; zero means "none"
color:{
border:"#999999",   // color of the item border, if any;
shadow:"#999999",   // color of the item shadow, if any;
bgON:"#E4E4E4",     // background color for the items;
bgOVER:"#E4E4E4"    // background color for the item
                    // which is under mouse right now;
},
css:{
ON:"DropDownText",  // CSS class for items;
OVER:"DropDownTextSelect" 
                    // CSS class for item which is under mouse;
}
};

var STYLE_DropDownNoLink = {
border:1,           // item's border width, pixels; zero means "none";
shadow:0,           // item's shadow size, pixels; zero means "none"
color:{
border:"#999999",   // color of the item border, if any;
shadow:"#999999",   // color of the item shadow, if any;
bgON:"#E4E4E4",     // background color for the items;
bgOVER:"#E4E4E4"    // background color for the item
                    // which is under mouse right now;
},
css:{
ON:"DropDownTextNoLink",  // CSS class for items;
OVER:"DropDownTextNoLinkSelect" 
                    // CSS class for item which is under mouse;
}
};

var STYLE_DropDownHighlight = {
border:1,           // item's border width, pixels; zero means "none";
shadow:0,           // item's shadow size, pixels; zero means "none"
color:{
border:"#999999",   // color of the item border, if any;
shadow:"#999999",   // color of the item shadow, if any;
bgON:"#cccccc",     // background color for the items;
bgOVER:"#cccccc"    // background color for the item
                    // which is under mouse right now;
},
css:{
ON:"DropDownTextHighlight",  // CSS class for items;
OVER:"DropDownTextHighlightSelect" 
                    // CSS class for item which is under mouse;
}
};

var STYLE_DropDownNoLinkHighlight = {
border:1,           // item's border width, pixels; zero means "none";
shadow:0,           // item's shadow size, pixels; zero means "none"
color:{
border:"#999999",   // color of the item border, if any;
shadow:"#999999",   // color of the item shadow, if any;
bgON:"#cccccc",     // background color for the items;
bgOVER:"#cccccc"    // background color for the item
                    // which is under mouse right now;
},
css:{
ON:"DropDownTextNoLinkHighlight",  // CSS class for items;
OVER:"DropDownTextNoLinkHighlightSelect" 
                    // CSS class for item which is under mouse;
}
};

var STYLE_NewsDropDown = {
border:1,           // item's border width, pixels; zero means "none";
shadow:0,           // item's shadow size, pixels; zero means "none"
color:{
border:"#999999",   // color of the item border, if any;
shadow:"#999999",   // color of the item shadow, if any;
bgON:"#ffffcc",     // background color for the items;
bgOVER:"#ffffcc"    // background color for the item
                    // which is under mouse right now;
},
css:{
ON:"DropDownTextNews",  // CSS class for items;
OVER:"DropDownTextNewsSelect" 
                    // CSS class for item which is under mouse;
}
};

var STYLE_NewsDropDownHighlight = {
border:1,           // item's border width, pixels; zero means "none";
shadow:0,           // item's shadow size, pixels; zero means "none"
color:{
border:"#999999",   // color of the item border, if any;
shadow:"#999999",   // color of the item shadow, if any;
bgON:"#ffffcc",     // background color for the items;
bgOVER:"#ffffcc"    // background color for the item
                    // which is under mouse right now;
},
css:{
ON:"DropDownTextNewsHighlight",  // CSS class for items;
OVER:"DropDownTextHighlightNewsSelect" 
                    // CSS class for item which is under mouse;
}
};

var STYLE_NewsDropDownLeft = {
border:1,           // item's border width, pixels; zero means "none";
shadow:0,           // item's shadow size, pixels; zero means "none"
color:{
border:"#999999",   // color of the item border, if any;
shadow:"#999999",   // color of the item shadow, if any;
bgON:"#ffffcc",     // background color for the items;
bgOVER:"#ffffcc",   // background color for the item
                    // which is under mouse right now;
valign:"top"        // puts text at top of item
},
css:{
ON:"DropDownTextNewsLeft",  // CSS class for items;
OVER:"DropDownTextNewsLeftSelect" 
                    // CSS class for item which is under mouse;
}
};

var STYLE_NewsDropDownLeftHighlight = {
border:1,           // item's border width, pixels; zero means "none";
shadow:0,           // item's shadow size, pixels; zero means "none"
color:{
border:"#999999",   // color of the item border, if any;
shadow:"#999999",   // color of the item shadow, if any;
bgON:"#ffffcc",     // background color for the items;
bgOVER:"#ffffcc",   // background color for the item
                    // which is under mouse right now;
valign:"top"        // puts text at top of item
},
css:{
ON:"DropDownTextNewsLeftHighlight",  // CSS class for items;
OVER:"DropDownTextNewsLeftHighlightSelect" 
                    // CSS class for item which is under mouse;
}
};

var STYLE_NewsDropDownRight = {
border:1,           // item's border width, pixels; zero means "none";
shadow:0,           // item's shadow size, pixels; zero means "none"
color:{
border:"#999999",   // color of the item border, if any;
shadow:"#999999",   // color of the item shadow, if any;
bgON:"#ffffcc",     // background color for the items;
bgOVER:"#ffffcc",   // background color for the item
                    // which is under mouse right now;
valign:"top"        // puts text at top of item
},
css:{
ON:"DropDownTextNewsRight",  // CSS class for items;
OVER:"DropDownTextNewsRightSelect" 
                    // CSS class for item which is under mouse;
}
};

var STYLE_NewsDropDownRightHighlight = {
border:1,           // item's border width, pixels; zero means "none";
shadow:0,           // item's shadow size, pixels; zero means "none"
color:{
border:"#999999",   // color of the item border, if any;
shadow:"#999999",   // color of the item shadow, if any;
bgON:"#ffffcc",     // background color for the items;
bgOVER:"#ffffcc",   // background color for the item
                    // which is under mouse right now;
valign:"top"        // puts text at top of item
},
css:{
ON:"DropDownTextNewsRightHighlight",  // CSS class for items;
OVER:"DropDownTextNewsRightHighlightSelect" 
                    // CSS class for item which is under mouse;
}
};

