#mastwrapper{
	background-repeat: no-repeat;
	background-image: url(../images/banner.jpg);
	height: 105px;
	width: 800px;
	left: auto;
	right: auto;
}
#mastwrapper  a{ text-decoration: none; } 
	#home a{
	float: left;
	position: relative;
	height: 75px;
	width: 140px;
	left: 10px;
	top: 12px;
}
	#search a{
	height: 55px;
	width: 120px;
	left: 660px;
	top: 12px;
	position: absolute;
	background-image: url(../images/search.jpg);
}
/*Placement of nav bar*/
	#masthead ul{
	float: left;
	margin-top: 75px;
	margin-left: 150px;
	width: 600px;
	position: absolute;
	left: 30px;
	/*width:auto;*/
	/*width: expression((document.body.clientWidth < 586)? "585px" : "auto");*/
	/*min-width: 585px;*/
	/*white-space: nowrap;*/
}
/*Placement of nav bar elements*/
	#masthead li{ 
	float: left; 
	height: 25px; 
	/*width: auto; 
	min-width: 107px; */
	width: expression((document.body.clientWidth < 108)? "107px" : "auto");
	min-width: 107px;
	display: inline; 
}

/*#masthead ul{
	float: left;
	margin-left: 45px;
	margin-top: 75px;
	width: expression((document.body.clientWidth < 586)? "585px" : "auto");
	/*width:auto;
	min-width: 585px;
	white-space: nowrap;*/
