/*-------------------------------------------------
************* Parameter Settings ******************
---------------------------------------------------*/
function imenus_data0() {

	this.enable_visual_design_mode = false;
	this.main_is_horizontal = true;
	this.menu_showhide_delay = 50;

/*---------------------------------------------
  Expand Icon Images
 ---------------------------------------------*/
	this.main_expand_image = ""
	this.main_expand_image_hover = ""
	this.main_expand_image_width = ""
	this.main_expand_image_height = ""
	this.main_expand_image_offx = ""
	this.main_expand_image_offy = ""

	this.sub_expand_image = "g_images/arrow_sub.gif"
	this.sub_expand_image_hover = "g_images/arrow_sub.gif"
	this.sub_expand_image_width = "10"
	this.sub_expand_image_height = "13"
	this.sub_expand_image_offx = "0"
	this.sub_expand_image_offy = "0"

/*---------------------------------------------
  Global Menu Styles
 ---------------------------------------------*/
    //Main Menu

    this.main_container_styles = "\
        padding: 0px;"

    this.main_item_styles = "\
        background-color: #484549; \
        color: #CCCCCC; \
        text-align: left; \
        font-family: Arail,Verdana, Helvetica, Sans-Serf; \
        font-size: 12px; \
        font-weight: regular; \
        text-decoration: none; \
        padding-left: 10px ; \
        padding-top: 0px ; \
		padding-bottom: 5px ; \
        padding-right: 20px ; \
        border-top: none; \
        border-right:none; \
        border-bottom:none; \
        border-left: none; \
        text-transform: none; "

    this.main_item_hover_styles = "background-color: #484549; color: #ffffff;"

    this.main_item_active_styles = "color: #CCCCCC"


    //Sub Menu

    this.subs_container_styles = "\
        background-color: #EDF3F0; \
        border: 1px solid #518274; \
        border-top: 0px; \
        padding: 0px; "

    this.subs_item_styles = "\
        background-color: #f0f5d0; \
        color: #000000; \
        text-align: left; \
        font-family: Arial,Verdana, Helvetica, Sans-Serf; \
        font-size: 11px; \
        font-weight: regular; \
        text-decoration: none; \
        padding: 2px 5px 2px 5px; \
        border: 0px none #000000; \
		text-transform: none; "
		
    this.subs_item_hover_styles = "background-color: #DCEB84; color: #000000;"

    this.subs_item_active_styles = ""

}
