		#stClair ul {
			list-style: none;
			margin: 0;
			padding: 0;
			}

		/* -=-=-=-=-=-=-[Start Header]-=-=-=-=-=-=- */			
		#stClair #header{
            background: transparent none repeat scroll 0%;
			height: 133px;
			padding-left: 12px;
			text-align: left;
			position: relative;
			z-index: 99; /* Necessary to ensure drops go over body */
		  }
			
		/* -=-=-=-=-=-=-[Start Masthead (logo & home page link)]-=-=-=-=-=-=- */			
		#stClair #masthead{
		  height: 123px;
			background: url(img/logo_cisd.jpg) 0 0 no-repeat;
			position: relative;
		  }
		#stClair #logoHomeLink{
			width: 201px;
			height: 127px;
			}			
		/* -=-=-=-=-=-=-[End Masthead]-=-=-=-=-=-=- */			

		/* -=-=-=-=-=-=-[Start topmost menu (very top, no images)]-=-=-=-=-=-=- */			
		#stClair #topmostMenu{
			position: absolute;
			right: 0;
			top: 25px;
			font-weight: bold;
			}
		#stClair #topmostMenu a{
			text-decoration: none;
			color: #62624A;
			font-weight: normal;
			}
			
		#stClair #topmostMenu a:hover{
			color: #B60D27;
			}
		#stClair #topmostMenu .divider{
			padding: 0 10px 0 10px;
			}

		/* -=-=-=-=-=-=-[End topmostMenu]-=-=-=-=-=-=- */			


		/* -=-=-=-=-=-=-[Start Search Field]-=-=-=-=-=-=- */			

		#stClair #template_search{
			position: absolute;
			right: 0;
			top: 67px;
			}
		#stClair #searchForm table{
			}
		#stClair input#search_string{
			margin: 0;
			padding: 0;
			height: 15px;
		  }
		#stClair input#searchSubmit{
			background:url(img/search.gif) no-repeat 0 0;
			width: 70px;
			height: 19px;
			padding: 0;
			margin: 0 0 0 5px;
			}

		/* -=-=-=-=-=-=-[End Search Field]-=-=-=-=-=-=- */			

		/* -=-=-=-=-=-=-[Start header menu with images and drops]-=-=-=-=-=-=- */			
		#stClair #headerMenu{
		  position: absolute;
			top: 100px;
		  }
		#stClair #headRollMenu{
			text-align: right;
			padding-left: 10px;
		  }

		#stClair #headRollMenu a {
			display: block;
			float: left;
			text-decoration: none;
			padding: 8px 12px 0 0;
			height: 19px;
			font-weight: bold;
			font-size: 12px;
			border-bottom: solid 6px #7E8A58;
			margin-right: 20px;
			}
			

		#stClair #headRollMenu a.base:link,
		#stClair #headRollMenu a.base:visited,
		#stClair #headRollMenu a.base:active
		{
			color: #62624A;
			background: url(img/arrowDown.gif) right 14px no-repeat;
  		}
		#stClair #headRollMenu a.base:hover,
		#stClair #headRollMenu a.over:link,
		#stClair #headRollMenu a.over:visited,
		#stClair #headRollMenu a.over:active,
		#stClair #headRollMenu a.over:hover
		{
		  color: #B50000;
			background: url(img/arrowDown.gif) right 14px no-repeat;
			border-bottom: solid 6px #AB2A2F;
		  }

		/* -=-=-=-=-=-=-[End headRollMenu]-=-=-=-=-=-=- */


		/* -=-=-=-=-=-=-[Start Drops Menu]-=-=-=-=-=-=- */

		#stClair .dropMenu{
		  position: absolute;
			width: 200px;
			top: 25px;
			left: 0;
			display: none;
			background-color: #FEF6D1;
			border-width: 0 1px 1px 1px; 	/* Border not in original design, but seemed necessary */
 			border-style: solid;
			border-color: #86888B;
	  	}
		#stClair .dropMenu li a {
		  width: 188px;
			text-decoration: none;
			padding: 5px 6px 5px 6px;
			display: block;
			min-height: 14px;
			font-weight: bold;
			font-size: 12px;
			font-weight: normal;
			}
		#stClair .dropMenu a:link,
 		#stClair .dropMenu a:visited,
 		#stClair .dropMenu li a:active{
			color: #000000;
			}
		#stClair .dropMenu li a:hover{
		  color: #FFFFFD;
			background-color: #AE282F;
			}


		/* -=-=-=-=-=-=-[End Drop Menu]-=-=-=-=-=-=- */			

		/* -=-=-=-=-=-=-[End Header]-=-=-=-=-=-=- */		

