body {
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-repeat: repeat-x;
	 
	 background-image:url('http://www.chalmers.org/imgs/mainBG.jpg');
	 
}
#newMenu * {
  margin:0;
  padding:0;
}

#newMenu { height:27px; position:relative; z-index:100; border-top:1px solid #fff}
/* hack to correct IE5.5 faulty box model */
* html #newMenu {}
/* remove all the bullets, borders and padding from the default list styling */
#newMenu ul {padding:0;margin:0;list-style-type:none;}
#newMenu ul ul {}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#newMenu li {float:left;position:relative;width:auto}
/* style the links for the top level */
#newMenu a, #newMenu a:visited {
	display:block; 
	height:27px; 
	border:1px solid #fff; 
	border-width:0 0 1px 1px; 
	text-indent:-9999em;
	background-repeat:no-repeat;
	background-position:top left;
	text-align:left;
	background-color:#fff;
}
#newMenu #navAbout a {
  width:91px;
  background-image:url('http://www.chalmers.org/images/newNav2/about.gif');
  border-left:0;
  
}

#newMenu #navMinistry a {
  width:191px;
  background-image:url('http://www.chalmers.org/images/newNav2/ministry.gif');
}

#newMenu #navTraining a {
  width:97px;
  background-image:url('http://www.chalmers.org/images/newNav2/training.gif');
}

#newMenu #navSupport a {
  width:122px;
  background-image:url('http://www.chalmers.org/images/newNav2/services.gif');
}

#newMenu #navResources a {
  width:104px;
  background-image:url('http://www.chalmers.org/images/newNav2/resources.gif');
}

#newMenu #navInvolved a {
  width:124px;
  background-image:url('http://www.chalmers.org/images/newNav2/involved.gif');
}
#newMenu #blank a {
  width:8px;
  background-image:url('http://www.chalmers.org/images/newNav2/blank.gif'); border-left:0;
}
#newMenu #navhome a{
 width:86px;
  background-image:url('http://www.chalmers.org/images/newNav3/nav-home.jpg'); border-left:0; border-right:0;margin-left:0px;	}
#newMenu #navabout a{
 width:139px;
  background-image:url('http://www.chalmers.org/images/newNav3/nav-about.jpg'); border-left:0; border-right:0;margin-left:0px;	}
  #newMenu #navpurchase a{
 width:98px;
  background-image:url('http://www.chalmers.org/images/newNav3/nav-purchase.jpg'); 	}
   #newMenu #navstudy a{
 width:117px;
  background-image:url('http://www.chalmers.org/images/newNav3/nav-study.jpg'); 	}
    #newMenu #navwebinars a{
 width:102px;
  background-image:url('http://www.chalmers.org/images/newNav3/nav-webinars'); 	}
     #newMenu #navrelated a{
 width:172px;
  background-image:url('http://www.chalmers.org/images/newNav3/nav-related.jpg'); 	}
   #newMenu #navauthors a{
 width:100px;
  background-image:url('http://www.chalmers.org/images/newNav3/authors.gif'); border-right:0;	}
  #newMenu #blank1 a {
  width:11px;
  background-image:url('http://www.chalmers.org/images/newNav2/blank.gif'); border-left:0; border-right:0;
}
   #newMenu #navauthorsnew a{
 width:82px;
  background-image:url('http://www.chalmers.org/images/newNav2/authorsnew.gif'); border-right:0; margin:0;	}
#newMenu #navauthorsnew ul, #newMenu #navauthorsnew table, #newMenu #navselfstudynew ul, #newMenu #navselfstudynew table {
  right:0;
  left:auto;
}
 #newMenu #navreviews a {
  width:82px;
  background-image:url('http://www.chalmers.org/images/newNav2/reviews.gif'); border-left:1; border-right:0;
}
   #newMenu #navselfstudynew a{
 width:89px;
  background-image:url('http://www.chalmers.org/images/newNav2/selfstudynew.gif'); border-right:0;	}
   #newMenu #blank2 a {
  width:8px;
  background-image:url('http://www.chalmers.org/images/newNav2/blank.gif'); border-left:0; border-right:0; margin:0;
}

#homeRight ul{list-style:none;}

#homereg a{display:block; width:180px; height:73px; background:url('../imgs/btn_home_register_new.jpg') no-repeat top left ;}
#homeprayer a{display:block; width:180px; height:73px; background:url('../imgs/btn_home_pray_new.jpg')}
#homedonate a{display:block; width:180px; height:73px; background:url('../imgs/btn_home_donate_new.jpg')}
#homeRight a:hover { background-position:bottom left }

/* hide the sub levels and give them a positon absolute so that they take up no room */
#newMenu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:27px;
	left:0;
}
/* another hack for IE5.5 */
* html #newMenu ul ul {

}

/* position the third level flyout menu */
#newMenu ul ul ul{ top:-1px;}

/* position the third level flyout menu for a left flyout */
#newMenu ul ul ul.left {}

/* style the table so that it takes no ppart in the layout - required for IE to work */
#newMenu table {position:absolute; top:0; left:0; border-collapse:collapse;}

#newMenu #navResources ul, #newMenu #navInvolved ul, #newMenu #navResources table, #newMenu #navInvolved table {
  right:0;
  left:auto;
}

/* style the second level links */
#newMenu ul ul a, #newMenu ul ul a:visited {
	background:#0b1c5a; 
	color:#FFF; 
	height:auto; 
	line-height:1em; 
	padding:5px 10px;
	border-color:#fff;
	border-width:1px 1px 0px 1px;
	text-indent:0;
	background-image:none !important;
	font-size:0.65em;
	text-decoration:none;
	width:210px !important;
}
#newMenu ul ul a:hover {
  background-color:#FFF;
  color:#0b1c5a;
  border-color:#0b1c5a;
  border-width:0px 1px 1px 1px;
}
/* yet another hack for IE5.5 */
* html #newMenu ul ul a, * html #newMenu ul ul a:visited { }

/* make the second level visible when hover on first level list OR link */
#newMenu ul li:hover ul,
#newMenu ul a:hover ul{visibility:visible; }
#newMenu ul a:hover, #newMenu ul li:hover a {
  background-position:bottom left;
}

#newSearch {
  background-color:#dbd1b8;
  border-top:1px solid #fff;
  border-bottom:1px solid #0c2065;
  height:22px;
  position:relative;
  
}

	#newSearch p {
	  font-size:0.6em;
	  color:#58493c;
	  padding-left:5px;
	  margin:5px 0 0 5px;
	  display:inline;
	}
	
		#newSearch p a {
		  color:#58493c;
		  text-decoration:none;
		  font-weight:normal;
		}
		
	#newSearch form {
	  position:absolute;
	  right:5px;
	  top:1px;
	}
	
		#newSearch input {
		  height:13px;
		  position:relative;
		  bottom:3px;
		}
		
		#newSearch button {
		  background:none;
		  border:0;
		  width:96px;
		  height:18px;
		}
		
#icons {
	display:inline;
	margin:3px 0 0 8px;
	/*added float left and margin top 3 from 15*/
	float:left;
	}		
	#icons img {
		border:0;
		}