#navlist ul {
	//margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
        width:105px;
	font-weight: 700;}
#navlist a {
              display:block;
              width:145px;
              height:21px;
              margin-top: 1px; 
              padding-top: 1px;
              padding-left: 40px;
              background: url("../graphics/navGraphics.gif") top left no-repeat;
              text-decoration: none;
              color: #ffffff;}
#navlist a:hover {
                    background-position: 0 -24px;}
#navlist a:active {
                    background-position: 0 -48px;
                     color:#ff0000;}
#navhere a:link, #navhere a:visited, #navhere a:hover {
	background-position: 0 -72px;
                     color:#ffffff;}

