/*Menu Links*/
/*NOTE: anything not specified for the #(menu id's) a selector and its pseudo classes may be inherited in some browsers from other 'a' element styles (if any) on the page*/

#menu1 a {
	color:black;
	background-color:white;
	text-decoration:none;
	text-indent:1ex;
	}

#menu1 a:active {
	color:black;
	text-decoration:none;
	}

#menu1 a:hover {
	color:black;
	background-color:#FFFF99;
	}

#menu1 a:visited {
	color:white;
	background-color:#80596a;
	}




