@charset "utf-8";
/* CSS Document */


#menubackground {
	width:900px;
	background:url(images/bg_redmenu.gif) repeat-x;
	height:26px;
	position:relative;
	top:1px;
	z-index:1;
	
}




/* navigation */

	/* This makes the current page highlighted */

body.home1 #menu span.home ,
body.about1 #menu span.about ,
body.galleries2  #menu span.galleries,
body.news1 #menu span.news ,
body.resources1 #menu span.resources ,
body.contact1 #menu span.contact  {
   background-position:0 -18px;
   color:#FFF;
	
}


	/* end current page indicator */
	
	
#menu {
	margin:0;
	padding:0;
position:relative;
	top:0px;

	


}
    #menu ul {
	margin:0;
	list-style:none;

      }
    #menu li {
      display:inline;
      margin:0;
      padding:0;
	  
      }
    #menu a {
      float:right;
      text-decoration:none;
      }
    #menu a span {
      float:right;
      display:block;
	  height:16px;
	  padding:0 0px 0 30px;
	  margin:1px 0px 0 10px;
	  background-repeat:no-repeat;
	
      }
	  
	  #menu a span.home {
		  width:38px;
		  border-right:solid 1px #000;	  }
	  
	   #menu a span.about {
		  width:41px;
		   border-right:solid 1px #000;
		   
	  } #menu a span.galleries {
		  width:60px;
		   border-right:solid 1px #000;
		  
	  } #menu a span.news {
		  width:37px;
		   border-right:solid 1px #000;
	  }
		    #menu a span.resources {
		  width:71px;
		   border-right:solid 1px #000;
			}
		  
	   #menu a span.contact {
		  width:57px;
		   
		  
	  }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #menu a span {float:none;}
    /* End IE5-Mac hack */
    #menu a:hover span {
      color:#FFF;
      }
    #menu a:hover {
      background-position:0 -36px;
      }
    #menu a:hover span {
      background-position:0 -36px;
      }

/* End Navigation */


/* Left Navigation - Galleries */

#twocolumn #leftcolumn #menuleft {
	text-decoration: none;
	list-style:none;
	
}

#twocolumn #leftcolumn #menuleft li{
	background-repeat:repeat-y;
	width:150px;
	
}

/* Galleries Left Navigation Current Page Highlight */

body.remodeling1 #menuleft li.remodeling ,
body.additions1 #menuleft li.additions ,
body.kitchens1 #menuleft li.kitchens,
body.baths1 #menuleft li.baths ,
body.historic1 #menuleft li.historic ,
body.media1 #menuleft li.media,
body.decks1 #menuleft li.decks,
body.commercial1 #menuleft li.commercial,
body.galleries1 #menuleft li.galleries

{
 background-position:0 19px;
	
}	

/* About Left Navigation Current Page Highlight */

body.about2 #menuleft li.about ,
body.history1 #menuleft li.history ,
body.testimonials1 #menuleft li.testimonials,
body.credentials1 #menuleft li.credentials ,
body.awards1 #menuleft li.awards,
body.stewardship1 #menuleft li.stewardship{
 background-position:0 19px;
	
}	

/* Resources Left Navigation Current Page Highlight */
body.resources2 #menuleft li.resources ,
body.color1 #menuleft li.color ,
body.remodelingtips1 #menuleft li.remodelingtips ,
body.tasteandstyle1 #menuleft li.tasteandstyle,
body.criticalquestions1 #menuleft li.criticalquestions ,
body.workingwithus1 #menuleft li.workingwithus{
 background-position:0 19px;
	
}