
function menudata0()	{

this.main_is_horizontal = false;
this.main_item_width = 185;
this.menu_showhide_delay = 250;

//Expand Icon Images
this.main_expand_image_style = "background: url('img/next.gif') center right no-repeat";
this.main_expand_image_hover_style = "background: url('img/next.gif') center right no-repeat";

this.subs_expand_image_style = "background: url('img/next.gif') center right no-repeat";
this.subs_expand_image_hover_style = "background: url('img/next.gif') center right no-repeat";

//Main Container
this.main_container_padding =  "0"
this.main_container_border_width = ""
this.main_container_border_style = ""
this.main_container_styles = ""

//Sub Containers
this.subs_container_padding =  ""
this.subs_container_border_width = ""
this.subs_container_border_style = ""
this.subs_container_styles = "margin-left: 186px; padding: 0px; margin-top: -22px;";

var font = "line-height: 1.1; font-size: 12px; font-family: Helvetica, sans-serif; text-decoration: none;"

//Main Items
this.main_item_padding = "3px,3px,3px,3px;"
this.main_item_styles = "background-color: #666666;" + font
this.main_item_hover_styles = "background-color: #787878;" + font
this.main_item_active_styles = "background-color: #DCDCDC;" + font

//Sub Items
this.subs_item_padding = "3px,3px,3px,3px"
this.subs_item_styles = "background-color: #666666;"+ font
this.subs_item_hover_styles = "background-color: #787878;"+ font
this.subs_item_active_styles = "background-color: #DCDCDC;"+ font

}
