/* for use this prefs use yourNameOfMenu.import_prefs ('mainmenu_prefs');
   in the definition of the menu */
function mainmenu_prefs (){
	this.m_width = 70;
	this.m_height = 25;
	this.base_url = 'http://www.imaginatic.com/dhtml/';
	this.m_color = '#99CCCC';
	this.m_a_color = '#99CCCC';
	this.m_padding = [3,3,3,3];
	this.m_dec = 'url(images/double_right.gif)';
	this.m_a_dec = 'url(images/double_a_right.gif)';
	this.m_vertical = true;
	this.positioning = 'relative';
	this.sm_color  = 'url(images/fons_off.gif)';
	this.sm_a_color  = 'url(images/fons_on.gif)';
	this.txt_color  = 'black';
	this.txt_a_color  = 'white';
	this.m_bottom_decor = '1px solid black';
	this.sm_bottom_decor = '1px dashed silver';
	this.m_txt_font_family = 'Verdana, Helvetica, Arial, sans-serif';
	this.m_txt_font_size = '11px';
	this.m_txt_color  = '#FFFFFF';
	this.m_txt_weight = 500;
	this.m_txt_a_link_weight = 500;
	this.txt_weight = 400;
	this.txt_a_link_weight = 400;
	this.l_m_border_bottom = '1px solid #000000';
	this.l_m_border_top = '';
	this.l_m_border_left = '';
	this.l_m_border_right = '';
	this.l_sm_border = '1px solid #99CCCC';
	this.l_sm_border_top = this.l_sm_border;
	this.l_sm_border_right = this.l_sm_border;
	this.l_sm_border_bottom = this.l_sm_border;
	this.l_sm_border_left = this.l_sm_border;
	this.m_txt_a_link_decoration = 'underline';	
}