body {
	font-family: Trebuchet MS;
	font-size: 90%;
	font-weight: bold;
	}	

h1 {
	font-family: Trebuchet MS;
	font-size:16px;
	font-weight:bold;
	margin:0;
	padding:0;
	}

hr {
	border:none;
	border-top:1px solid #CCCCCC;
	height:1px;
	margin-bottom:25px;
	}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#menu {
	width: 237px;
	border-style: solid solid none solid;
	border-color: #D76100;
	border-size: 0px;
	border-width: 0px;
	margin: 0px;
	}
	
#menu li a {
  	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}
	
#menu li a:link, #menu li a:visited {
	color: #fff;
	display: block;
	background: url(../img/menu.gif);
	padding: 8px 0 0 30px;
	}
	
#menu li a:hover {
	color: #fff;
	background: url(../img/menu.gif) 0 -32px;
	padding: 8px 0 0 30px;
	}
	
#menu li a:active {
	color: #fff;
	background: url(../img/menu.gif) 0 -64px;
	padding: 8px 0 0 30px;
	}