body {
	font-family: MS Trebuchet; Arial, Helvetica, sans-serif;
	margin: 0;
	font-size: 80%;
	font-weight: bold;
	background: #FFFFFF;
	}
	
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

/* =-=-=-=-=-=-=-[Menu Three]-=-=-=-=-=-=-=- */
	
#menu3 {
	width: 200px;
	border: 1px solid #ccc;
	margin: 0px;
	}
	
#menu3 li a {
  	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu3 li a:link, #menu3 li a:visited {
	color: #555;
/*	color: #999; */
/*	color: #222; */
	display: block;
	padding: 8px 0 0 30px;			/* Adds a left indent for the text on each button - I think  */
	background: url("menu.gif");
	}
	
#menu3 li a:hover, #menu3 li #current, #menu3 li a:active {
	color: #FFF;
	background: url("menu.gif") 0 -32px;
	padding: 8px 0 0 30px;
	}





