/* colour scheme 1 */

body { color: #000; }
#topbar { background: url(/images/mainbg_top_3.gif) top left no-repeat #669; }
#topbar ul li {  }
#menu ul li a { background-color: #ff9;} /* stays */
	#menu ul li a:hover {background-color: #600; } /* stays */
	#menu ul li a:hover { color: #ff9 } /* stays */
	#menu ul li.first a { border: none; }
	#menu ul li a.on { background-color: #669; color: #fff }
#mainbodysq { background: #669 }
#mainbodypic { background: url(/images/image3.jpg) repeat-x top left; }
#bottombar { background: url(/images/mainbg_bottom_3.gif) bottom left no-repeat #669; }
#bottombar ul li {  }

