	#header {
		width: 750px;
		position: relative;
		height:40px;
		list-style: none;
		padding: 140px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
	}
	

	
	#header ul {
		display:block;
	    top: 0px;
	    height: 40px;
	    width: 125px;
	    cursor:pointer;
	    background:#032D57;
	    text-align: center;
        margin: 0px 0px 0px 0px;
	    padding: 0px 0px 0px 0px;
	    color:#ffffff;
	    text-decoration:none;
	    letter-spacing:1px;
		width: 750px;
		list-style: none;
		padding: 0;
		margin: 0;
	}
	
	#header li {
		float: left;
	    width: 125px;
		height:40px;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		font-size: 11px;
		font-weight: bold;
		
	}
	
	#header a {
		display: block;
		height:40px;
		background: url(../artwork/bttn_blank.gif) top left no-repeat;
		color: #ffffff;
		text-decoration: none;
		padding: 13px 0px 0px 0px;
		margin: 0px 0px -13px 0px;
	}
	
	#header a.home:hover {
		color: white;
		text-decoration: none;
		background: url(../artwork/bttn_home.gif) top left no-repeat;
		
	}
	
	#header a.admissions:hover {
		color: white;
		text-decoration: none;
		background: url(../artwork/bttn_admissions.gif) top left no-repeat;

	}
	
	#header a.programs:hover {
		color: white;
		text-decoration: none;
		background: url(../artwork/bttn_programs.gif) top left no-repeat;
	}
	
	#header a.news:hover {
		color: white;
		text-decoration: none;
		background: url(../artwork/bttn_news.gif) top left no-repeat;
	}
	
	#header a.giving:hover {
		color: white;
		text-decoration: none;
		background: url(../artwork/bttn_giving.gif) top left no-repeat;
	}
	
	#header a.contact:hover {
		color: white;
		text-decoration: none;
		background: url(../artwork/bttn_contact.gif) top left no-repeat;
	}	
	
	#header #selected_home {
		font-weight: bold;
		background-image: url(../artwork/bttn_home.gif);
		background-position: top;
		text-decoration: none;
	}
	
	#header #selected_admissions {
		font-weight: bold;
		background-image: url(../artwork/bttn_admissions.gif);
		background-position: top;
		text-decoration: none;
	}
	
	#header #selected_programs {
		font-weight: bold;
		background-image: url(../artwork/bttn_programs.gif);
		background-position: top;
		text-decoration: none;
	}
	
	#header #selected_news {
		font-weight: bold;
		background-image: url(../artwork/bttn_news.gif);
		background-position: top;
		text-decoration: none;
	}
	
	#header #selected_giving {
		font-weight: bold;
		background-image: url(../artwork/bttn_giving.gif);
		background-position: top;
		text-decoration: none;
	}
	
	#header #selected_contact {
		font-weight: bold;
		background-image: url(../artwork/bttn_contact.gif);
		background-position: top;
		text-decoration: none;
	}