.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:20px;
	color: #000000;
}
.smtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:20px;
	color: #000000;
}
 #navlist {
	width: 175px;
}
#navlist ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
}
#navlist li {
text-align:left;
margin: 0;
font-weight: ;
height: 23px;
}
#navlist a {  
	display: block;
	padding: 0px 0px 0px 35px;
	border: 0px solid #000000;
	background-image:   url(http://www.ahchrs.org/images/menu.gif);
	background-repeat: no-repeat;
	border-bottom:0px solid #fb8727;
}
#navlist a:link, #navlist a:visited {
	color: #0006FF;
	text-decoration: none;
	line-height: 23px;
}
#navlist a:hover, #navlist a:active {
background-image:   url(http://www.ahchrs.org/images/menu-over.gif);
background-repeat: no-repeat;
color: #BF002A;
border-bottom:0px solid #BF002A;
}