bg_x = 0; 		// the background picture left offset
bg_y = 114;  		// the background picture top offset

cw_x = bg_x + 155; 	// the "Creative" picture left offset
cw_y = bg_y + 0; 	// the "Creative" picture top offset

cw2_x = cw_x + 61;	// the "Writing" picture left offset
cw2_y = cw_y + 64;	// the "Writing" picture top offset

menu_y = bg_y + 180;	// the Menu top offset
menu_x = bg_x + 10;	// the Menu left offset

menu_width = 120;	// the Menu item width
menu_height = 22;	// the Menu item height

border_color = "#000000"; // border color
border_size = 1;	// border size

bg_color = "#6699CC";	// Menu item background color
bg_hl_color = "#FFFFFF";// Menu item highlighted background color -->"#B2BDD2";

font_color = "#FFFFFF"; // Menu item font color
font_hl_color = "#6699CC"; // Menu item highlighter font color

font_size = "12px"; 	// Menu item font size
font_style = "bold";	// Menu item font style (normal,bold,italic)
font_decor = "none";	// Menu item text decoration
font_family = "tahoma"; // Menu Item font family
menu_padding = "2px 6px";  // Menu item padding (top, left)

menu_items = new Array(
"Creative Writing","index.php",
"Faculty","index.php?section=1",
"Courses","index.php?section=2",
"Requirements","index.php?section=3",
"Visiting Writers","index.php?section=4",
"Honor Theses", "index.php?section=5"
)
